From cb28f8dde1996b1479a55ebda0e5259f044a31c0 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 04:52:28 +0000 Subject: [PATCH] r88: Initial Import --- debian/changelog | 6 ++++++ debian/control | 2 +- dh_gencontrol | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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" -- 2.39.5