summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorjoey <joey>2001-07-28 00:58:29 +0000
committerjoey <joey>2001-07-28 00:58:29 +0000
commit23c8924fc90386d1a08061ff19ad7c0d01d6b2c1 (patch)
tree060cc50f68359ce0bc8bcb6f95b1a9424bad1541 /dh_clean
parentce25f7b80147d540f541396e622ce0bbc1244f10 (diff)
r486: * Clean up old substvars.debhelper files, although debhelper doesn't
generate them now, it used to and they may still be lurking in build trees. Closes: #106514 * Fixed a typo. Closes: #106532
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_clean b/dh_clean
index d86743a5..570179b9 100755
--- a/dh_clean
+++ b/dh_clean
@@ -63,6 +63,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
if (! $dh{D_FLAG}) {
doit("rm","-f","debian/${ext}substvars",
+ "debian/${ext}substvars.debhelper",
"debian/${ext}postinst.debhelper",
"debian/${ext}postrm.debhelper",
"debian/${ext}preinst.debhelper",