Package: dpkg-dev
Version: 1.4.0

1)  "dpkg-buildpackage" is supposed to pass the v, m, and C flags to 
    "dpkg-genchanges", but it doesn't.

The following patch corrects this:

--- dpkg-buildpackage~  Wed Sep 11 17:20:10 1996
+++ dpkg-buildpackage   Sun Sep 22 01:38:03 1996
@@ -106,7 +106,7 @@
 withecho $rootcommand debian/rules $binarytarget
 $signsource "$pv.dsc"
 chg=../"$pva.changes"
-withecho dpkg-genchanges $binaryonly $sourcestyle >"$chg"
+withecho dpkg-genchanges $binaryonly $sourcestyle $version $maint $descfile 
>"$chg"
 
 fileomitted () {
        set +e


Reply via email to