Pārlūkot izejas kodu

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

Ben Collins 27 gadi atpakaļ
vecāks
revīzija
0155b9cd71
3 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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/
   * release.sh: remove attic/ and doc/obsolete/
   * dpkg-gencontrol: add "Source" to the fields placed in the control file
   * 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>
 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
     works much more cleanly, works with libc5, and allows from better
     error reporting. Also corrected checks on shlibs.local, which wasn't
     error reporting. Also corrected checks on shlibs.local, which wasn't
     really being parsed, it now works as advertised.
     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
  -- 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");
         &warn("format parser $pa not executable");
     } else {
     } else {
         $pf= $pa;
         $pf= $pa;
+	last;
     }
     }
 }
 }