]> git.donarmstrong.com Git - debhelper.git/commitdiff
r236: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:17:43 +0000 (05:17 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:17:43 +0000 (05:17 +0000)
debian/changelog
debian/rules
dh_installinfo
examples/rules
examples/rules.multi

index 0e1bea1ce4f9f1b20e4fa879ef4b8e8f66bb477c..0906c8d551fc368091d79c1a7d9b6160ca3d2fda 100644 (file)
@@ -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)
index e1f8d23775e4af4e0dd51844d134910410fcefde..ef833d1c3d52a7f32e8774e37536aa5608386e5e 100755 (executable)
@@ -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.
index b6ae40f9ea2f82e8f74abb706821ef60c8b63c23..20d5e003ec48641890ec2f4c3cdb867a5c8d996e 100755 (executable)
@@ -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",
index 5ad68924b509e9dc75ad0c3d2e6b691a3f793cd3..78cfed49622bba62e7417b7cd51fdaa462d7508d 100755 (executable)
@@ -56,6 +56,7 @@ binary-arch: build install
 #      dh_installinit
        dh_installcron
        dh_installmanpages
+       dh_installinfo
 #      dh_undocumented
        dh_installchangelogs
        dh_link
index 034a45143cce916a1ca7092410553a9c9a969cc7..7329437a8814a499ce3bbea9d76313193e5d3348 100755 (executable)
@@ -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