Explorar o código

Document that the fix for #6820, #7014 also contained the
fix for #316123.

Frank Lichtenheld %!s(int64=20) %!d(string=hai) anos
pai
achega
3f92e4e771
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 2 1
      ChangeLog
  2. 2 0
      debian/changelog

+ 2 - 1
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

+ 2 - 0
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