]> git.donarmstrong.com Git - debhelper.git/commitdiff
r88: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:52:28 +0000 (04:52 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:52:28 +0000 (04:52 +0000)
debian/changelog
debian/control
dh_gencontrol

index 7eb8f5d76950911e5b9ffbff2a639b9f3e8627a9..32add7bde9838efc052706701d211bb63eb5bac9 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (0.91) unstable; urgency=low
+
+  * dh_installdocs: support debian/<package>.{README.Debian,TODO}
+
+ -- Joey Hess <joeyh@master.debian.org>  Wed, 17 Jun 1998 19:09:35 -0700
+
 debhelper (0.90) unstable; urgency=low
 
   * I'd like to thank Len Pikulski and Igor Grobman at nothinbut.net for
index 4d25b670d430033d840eaea9d215af2cca634b22..393d22b81a7afaa2037dba0f559f71efbee91917 100644 (file)
@@ -2,7 +2,7 @@ Source: debhelper
 Section: devel
 Priority: optional
 Maintainer: Joey Hess <joeyh@master.debian.org>
-Standards-Version: 2.4.1.1
+Standards-Version: 2.4.1.2
 
 Package: debhelper
 Architecture: all
index 2babfec0cec0588b0b77fb7b91446f1fe663c8d4..c3698b56c20ccacb323e80f907d5ff3a6738234b 100755 (executable)
@@ -19,7 +19,7 @@ for PACKAGE in $DH_DOPACKAGES; do
        fi
 
        # Generate and install control file.
-       doit "dpkg-gencontrol -l$changelog -p$PACKAGE -Tdebian/${EXT}substvars -P$TMP $DH_U_PARAMS"
+       doit "dpkg-gencontrol -l$changelog -isp -p$PACKAGE -Tdebian/${EXT}substvars -P$TMP $DH_U_PARAMS"
        # This chmod is only necessary if the user sets the umask to something odd.
        doit "chmod 644 $TMP/DEBIAN/control"
        doit "chown root.root $TMP/DEBIAN/control"