]> err.no Git - dpkg/commitdiff
Document that the fix for #6820, #7014 also contained the
authorFrank Lichtenheld <djpig@debian.org>
Wed, 18 Jan 2006 14:10:22 +0000 (14:10 +0000)
committerFrank Lichtenheld <djpig@debian.org>
Wed, 18 Jan 2006 14:10:22 +0000 (14:10 +0000)
fix for #316123.

ChangeLog
debian/changelog

index 92c51fb941751cd7c5d33281a5d6fe5b877ac45c..d2b15edef8cc7259f3fd79ca743ec9af8449314c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,7 +17,8 @@
        (checkpackagename) add generic check for valid package
        names
        (readmd5sum) add generic function to extract md5sum from
-       md5sum program output
+       md5sum program output. This also fixes the handling
+       of md5sum -b output in dpkg-source
        (setsourcepackage) call checkpackagename on new value
        * scripts/dpkg-source.pl: Use the new checks added to
        controllib to ensure validity of version and packagename
index c295f425b737902e420ae9bbc7b00d7f0fdb7326..14692db7a1799577d49063de9441c3b1b81043eb 100644 (file)
@@ -17,6 +17,8 @@ dpkg (1.13.12~) unstable; urgency=low
   * Let dpkg-source ensure (as good as possible) that all
     build source packages can also be unpacked.
     Closes: #6820, #7014
+    Also fixed handling of md5sum -b output in dpkg-source on
+    the way. Based on a patch by Ingo Saitz. Closes: #316123
   * Check for illegal architecture strings in dpkg-gencontrol and
     dpkg-source. dpkg-gencontrol will only issue a warning while
     dpkg-source will error out. Closes: #96920