+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)
./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.
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",
# dh_installinit
dh_installcron
dh_installmanpages
+ dh_installinfo
# dh_undocumented
dh_installchangelogs
dh_link
# dh_installinit -i
dh_installcron -i
# dh_installmanpages -i
+ dh_installinfo -i
# dh_undocumented
dh_installchangelogs -i
dh_link -i
# dh_installinit -a
dh_installcron -a
dh_installmanpages -a
+ dh_installinfo -a
# dh_undocumented
dh_installchangelogs -a
dh_strip -a