From 4fa5eb9a9dfdf9fb77dabee86a9eded5f2bc1673 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 7 Jul 2003 00:30:40 +0000 Subject: 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 --- dh_installdeb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dh_installdeb') 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, and are shell script fragments. In V3 compatibility mode and higher, all files in the etc/ directory in a -- cgit v1.2.3