summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdh_gencontrol4
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a67e7d0e..a76f417b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (3.0.16) unstable; urgency=low
+
+ * Documented -isp, Closes: #93983
+
+ -- Joey Hess <joeyh@debian.org> Sat, 14 Apr 2001 19:16:47 -0700
+
debhelper (3.0.15) unstable; urgency=low
* Typo, Closes: #92407
diff --git a/dh_gencontrol b/dh_gencontrol
index 46f192b6..d1fdd943 100755
--- a/dh_gencontrol
+++ b/dh_gencontrol
@@ -19,7 +19,9 @@ dh_gencontrol is a debhelper program that is responsible for generating
control files, and installing them into the DEBIAN directory with the
proper permissions.
-This program is merely a wrapper around L<dpkg-gencontrol(1)>.
+This program is merely a wrapper around L<dpkg-gencontrol(1)>, which calls
+it once for each package being acted on, and passes in some additional
+useful flags including "-isp".
=head1 OPTIONS