summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rwxr-xr-xdh_gencontrol2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7eb8f5d7..32add7bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 4d25b670..393d22b8 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/dh_gencontrol b/dh_gencontrol
index 2babfec0..c3698b56 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"