tag 620380 pending
thanks

Hello,

Bug #620380 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=d1ad33f

---
commit d1ad33f057d0aa76d66434f40dedf67473095918
Author: Guillem Jover <[email protected]>
Date:   Fri Apr 1 23:18:05 2011 +0200

    dpkg-divert: Change file_copy() and rename_mv() to ohshite() on error
    
    This has several consequences, the code will not trigger leak detectors
    like cppcheck due to ohshite() being marked non-returning, and the error
    messages are going to be more descriptive.
    
    Closes: #620380

diff --git a/debian/changelog b/debian/changelog
index b56139b..e9438d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,9 @@ dpkg (1.16.0) UNRELEASED; urgency=low
   * Fix undefined value useage in dpkg-genchanges when adding files w/o a
     matching architecture, because they are not present in debian/control,
     this is most commonly the case due to dpkg-distaddfile.
+  * Terminate immediately on dpkg-divert rename errors instead of propagating
+    up the error codes, this improves error reporting and avoids triggering
+    leak detectors. Closes: #620380
 
   [ Raphaƫl Hertzog ]
   * Fail properly when debian/source/format is empty. Closes: #600854




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

Reply via email to