summaryrefslogtreecommitdiff
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
parent77ec5eed71bb5dc83dbfa856a586ce15614c6cc6 (diff)
downloaddebhelper-a0061c2bdf1020c3475604422755eabd3a46da76.tar.gz
r236: Initial Import
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules1
-rwxr-xr-xdh_installinfo2
-rwxr-xr-xexamples/rules1
-rwxr-xr-xexamples/rules.multi2
5 files changed, 12 insertions, 1 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.
diff --git a/dh_installinfo b/dh_installinfo
index b6ae40f9..20d5e003 100755
--- a/dh_installinfo
+++ b/dh_installinfo
@@ -49,7 +49,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
if ($section ne '') {
autoscript($PACKAGE,"postinst","postinst-info",
- "s/#SECTION#/$section/;s:#FILE#:$fn:");
+ "s/#SECTION#/$section/g;s:#FILE#:$fn:");
}
else {
autoscript($PACKAGE,"postinst","postinst-info-nosection",
diff --git a/examples/rules b/examples/rules
index 5ad68924..78cfed49 100755
--- a/examples/rules
+++ b/examples/rules
@@ -56,6 +56,7 @@ binary-arch: build install
# dh_installinit
dh_installcron
dh_installmanpages
+ dh_installinfo
# dh_undocumented
dh_installchangelogs
dh_link
diff --git a/examples/rules.multi b/examples/rules.multi
index 034a4514..7329437a 100755
--- a/examples/rules.multi
+++ b/examples/rules.multi
@@ -56,6 +56,7 @@ binary-indep: build install
# dh_installinit -i
dh_installcron -i
# dh_installmanpages -i
+ dh_installinfo -i
# dh_undocumented
dh_installchangelogs -i
dh_link -i
@@ -82,6 +83,7 @@ binary-arch: build install
# dh_installinit -a
dh_installcron -a
dh_installmanpages -a
+ dh_installinfo -a
# dh_undocumented
dh_installchangelogs -a
dh_strip -a