summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:17:43 +0000
committerjoey <joey>1999-08-17 05:17:43 +0000
commita0061c2bdf1020c3475604422755eabd3a46da76 (patch)
tree0d0421bede81e1a6f1a3036128407571547f5c96 /debian
parent77ec5eed71bb5dc83dbfa856a586ce15614c6cc6 (diff)
downloaddebhelper-a0061c2bdf1020c3475604422755eabd3a46da76.tar.gz
r236: Initial Import
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0e1bea1c..0906c8d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (2.0.11) unstable; urgency=low
+
+ * At long, long last, dh_installinfo is written. It takes a simple list of
+ info files and figures out the rest for you. (Closes: #15717)
+
+ -- Joey Hess <joeyh@master.debian.org> Wed, 7 Jul 1999 17:04:48 -0700
+
debhelper (2.0.10) unstable; urgency=low
* dh_compress: compress changelog.html files. (Closes: #40626)
diff --git a/debian/rules b/debian/rules
index e1f8d237..ef833d1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,6 +52,7 @@ binary-indep: build
./dh_installexamples examples/*
./dh_installmenu
./dh_installmanpages
+ ./dh_installinfo
# Fix up all man pages, filling in the modification time for them.
# Note this runs beofre the command below so debhelper.1 gets the right
# date on it.