tag 633539 pending
thanks

Hello,

Bug #633539 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=64dc71b

---
commit 64dc71b84f8a4403028631f8f42e413f378e7d77
Author: Niels Thykier <[email protected]>
Date:   Mon Jul 11 13:27:44 2011 +0200

    dpkg-mergechangelogs: fail if it cannot close the output file
    
    Made dpkg-mergechangelogs check the return value of close and fail
    if it was not successful.  Previously dpkg-mergechangelogs would
    silently fail to write a file if (e.g.) the device was full.
    
    Signed-off-by: Raphaël Hertzog <[email protected]>

diff --git a/debian/changelog b/debian/changelog
index d5bfd6d..f2b2560 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -71,6 +71,8 @@ dpkg (1.16.1) UNRELEASED; urgency=low
     flags.
   * Add new --dump action to dpkg-buildflags and make it the default action.
     Closes: #603435
+  * dpkg-mergechangelogs now checks the return value of the close() call.
+    Thanks to Niels Thykier <[email protected]> for the patch. Closes: #633539
 
   [ Guillem Jover ]
   * Install deb-src-control(5) man pages in dpkg-dev. Closes: #620520




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

Reply via email to