From: joey Date: Tue, 17 Aug 1999 04:52:28 +0000 (+0000) Subject: r88: Initial Import X-Git-Tag: debian_version_0_1~145 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cb28f8dde1996b1479a55ebda0e5259f044a31c0;p=debhelper.git r88: Initial Import --- diff --git a/debian/changelog b/debian/changelog index 7eb8f5d..32add7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (0.91) unstable; urgency=low + + * dh_installdocs: support debian/.{README.Debian,TODO} + + -- Joey Hess 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 diff --git a/debian/control b/debian/control index 4d25b67..393d22b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: debhelper Section: devel Priority: optional Maintainer: Joey Hess -Standards-Version: 2.4.1.1 +Standards-Version: 2.4.1.2 Package: debhelper Architecture: all diff --git a/dh_gencontrol b/dh_gencontrol index 2babfec..c3698b5 100755 --- a/dh_gencontrol +++ b/dh_gencontrol @@ -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"