tag 557547 pending
thanks

Hello,

Bug #557547 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=b8c2b20

---
commit b8c2b200c3dd0678988593c5839be3cd2aecf84a
Author: Guillem Jover <[email protected]>
Date:   Sun Nov 22 22:23:59 2009 +0100

    Dpkg::Control::Hash: Strip leading spaces in the first line of a field's 
value
    
    The fields in a compliant control-style file are allowed to have values
    starting with any number of spaces. But that only applies to the first
    line on multi-line field values, so do not do the same on subsequent
    lines as those are handled differently.
    
    Regression introduced in commit 7d8d193332478de82e20ed5b49053378801d160f.
    
    Closes: #557547

diff --git a/debian/changelog b/debian/changelog
index 1ac63e9..f386065 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ dpkg (1.15.5.3) UNRELEASED; urgency=low
   * Verify that the alternative used in update-alternatives --set has been
     registered instead of failing with an undefined value in the slave
     method. Closes: #554136
+  * Strip leading spaces in the first line of a field's value in
+    Dpkg::Control::Hash. Closes: #557547
 
  -- Raphael Hertzog <[email protected]>  Sat, 21 Nov 2009 14:57:50 +0100
 




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

Reply via email to