tag 605536 pending
thanks

Hello,

Bug #605536 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

    http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=a766f50

---
commit a766f501f6da46aca070c315e6429e163d188202
Author: Guillem Jover <[email protected]>
Date:   Wed Dec 1 04:28:45 2010 +0100

    dpkg: Defer symlink renames to avoid ending up with broken symlinks
    
    The broken symlinks are particularly pernicious as they imply a shared
    library SONAME path might point to nowhere and thus applications will
    fail to get dynamically linked.
    
    Deferring symlinks is safe as they are always at the end of the tar
    archive, and they are processed last on deferred renames as they are
    appended at the end of the new list files.
    
    Closes: #605536

diff --git a/debian/changelog b/debian/changelog
index a29a12e..d5aee9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,10 @@
 dpkg (1.15.8.7) UNRELEASED; urgency=low
 
+  [ Guillem Jover ]
+  * Defer symlink renames so that there's never a point were a symlink
+    is broken, this is particularly important for shared libraries.
+    Closes: #605536
+
   [ Updated manpage translations ]
   * French (Christian Perrier).
 




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to