From: Frank Lichtenheld Date: Wed, 18 Jan 2006 14:10:22 +0000 (+0000) Subject: Document that the fix for #6820, #7014 also contained the X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f92e4e7719788b6a8bac21829b9c3f0e3e24d01;p=dpkg Document that the fix for #6820, #7014 also contained the fix for #316123. --- diff --git a/ChangeLog b/ChangeLog index 92c51fb9..d2b15ede 100644 --- 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 diff --git a/debian/changelog b/debian/changelog index c295f425..14692db7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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