]> err.no Git - dpkg/commitdiff
* dpkg-gencontrol: add "Source" to the fields placed in the control file
authorBen Collins <bcollins@debian.org>
Thu, 28 Oct 1999 01:44:10 +0000 (01:44 +0000)
committerBen Collins <bcollins@debian.org>
Thu, 28 Oct 1999 01:44:10 +0000 (01:44 +0000)
  * dpkg-parsechangelog: fixed loop for parsepath

ChangeLog
debian/changelog
scripts/dpkg-parsechangelog.pl

index 6d649f98c70121dbd0d2411950e4cb5e8e5d76ac..573e0156998b1a7475a11405bf37aece15fa6ce9 100644 (file)
--- a/ChangeLog
+++ b/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>
 
index f9dec6b45c17b1b6d04f8bea554bbdccad264bdb..681df3e41c51357d3d841077e83b33d1f1b6c610 100644 (file)
@@ -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
 
index 08eb098040b727d8e613ad4ba61ca38e7d152d11..209fe546f7d03c2c42921274f11e67d85614e81c 100755 (executable)
@@ -65,6 +65,7 @@ for $pd (@parserpath) {
         &warn("format parser $pa not executable");
     } else {
         $pf= $pa;
+       last;
     }
 }