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

* dpkg-gencontrol: add "Source" to the fields placed in the control file
* dpkg-parsechangelog: fixed loop for parsepath

Ben Collins лет назад: 27
Родитель
Сommit
0155b9cd71
3 измененных файлов с 4 добавлено и 0 удалено
  1. 1 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 1 0
      scripts/dpkg-parsechangelog.pl

+ 1 - 0
ChangeLog

@@ -2,6 +2,7 @@ Wed Oct 27 21:33:19 EDT 1999 Ben Collins <bcollins.debian.org>
 
   * release.sh: remove attic/ and doc/obsolete/
   * dpkg-gencontrol: add "Source" to the fields placed in the control file
+  * dpkg-parsechangelog: fixed loop for parsepath
 
 Tue Oct 26 19:35:53 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
 

+ 2 - 0
debian/changelog

@@ -37,6 +37,8 @@ dpkg (1.4.1.19) unstable; urgency=low
     works much more cleanly, works with libc5, and allows from better
     error reporting. Also corrected checks on shlibs.local, which wasn't
     really being parsed, it now works as advertised.
+  * dpkg-gencontrol: add "Source" to the fields placed in the control file
+  * dpkg-parsechangelog: fixed loop for parsepath
 
  -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
 

+ 1 - 0
scripts/dpkg-parsechangelog.pl

@@ -65,6 +65,7 @@ for $pd (@parserpath) {
         &warn("format parser $pa not executable");
     } else {
         $pf= $pa;
+	last;
     }
 }