summaryrefslogtreecommitdiff
path: root/dh_installdeb
diff options
context:
space:
mode:
authorjoey <joey>2003-07-07 00:30:40 +0000
committerjoey <joey>2003-07-07 00:30:40 +0000
commit4fa5eb9a9dfdf9fb77dabee86a9eded5f2bc1673 (patch)
tree23b5d0aac85bcb40245f985014cb8d771cbb9ca6 /dh_installdeb
parent8627252ea4d68d0d09381324662a071c358f6066 (diff)
r595: * dh_clean: Clean the *.debhelper temp files on a per-package basis, in
case dh_clean is run on one package at a time. * Removed the debian/substvars removal code entirely. It was only there to deal with half-built trees built with debhelper << 3.0.30
Diffstat (limited to 'dh_installdeb')
-rwxr-xr-xdh_installdeb10
1 files changed, 5 insertions, 5 deletions
diff --git a/dh_installdeb b/dh_installdeb
index 7c7f8d18..9527ff2e 100755
--- a/dh_installdeb
+++ b/dh_installdeb
@@ -29,11 +29,11 @@ the DEBIAN directory:
package.conffiles
The postinst, preinst, postrm, and prerm are handled specially: If a
-corresponding file named debian/script.debhelper exists, the contents of that
-file are merged into the script as follows: If the script exists, then
-anywhere in it that "#DEBHELPER#" appears, the text of the .debhelper file is
-inserted. If the script does not exist, then a script is generated from
-the .debhelper file. The .debhelper files are created by other debhelper
+corresponding file named debian/package.script.debhelper exists, the contents
+of that file are merged into the script as follows: If the script exists,
+then anywhere in it that "#DEBHELPER#" appears, the text of the .debhelper
+file is inserted. If the script does not exist, then a script is generated
+from the .debhelper file. The .debhelper files are created by other debhelper
programs, such as L<dh_installmenu(1)>, and are shell script fragments.
In V3 compatibility mode and higher, all files in the etc/ directory in a