Просмотр исходного кода

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

Frank Lichtenheld лет назад: 20
Родитель
Сommit
3f92e4e771
2 измененных файлов с 4 добавлено и 1 удалено
  1. 2 1
      ChangeLog
  2. 2 0
      debian/changelog

+ 2 - 1
ChangeLog

@@ -17,7 +17,8 @@
 	(checkpackagename) add generic check for valid package
 	(checkpackagename) add generic check for valid package
 	names
 	names
 	(readmd5sum) add generic function to extract md5sum from
 	(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
 	(setsourcepackage) call checkpackagename on new value
 	* scripts/dpkg-source.pl: Use the new checks added to
 	* scripts/dpkg-source.pl: Use the new checks added to
 	controllib to ensure validity of version and packagename
 	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
   * Let dpkg-source ensure (as good as possible) that all
     build source packages can also be unpacked.
     build source packages can also be unpacked.
     Closes: #6820, #7014
     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
   * Check for illegal architecture strings in dpkg-gencontrol and
     dpkg-source. dpkg-gencontrol will only issue a warning while
     dpkg-source. dpkg-gencontrol will only issue a warning while
     dpkg-source will error out. Closes: #96920
     dpkg-source will error out. Closes: #96920