diff options
author | joey <joey> | 2001-07-28 00:58:29 +0000 |
---|---|---|
committer | joey <joey> | 2001-07-28 00:58:29 +0000 |
commit | 23c8924fc90386d1a08061ff19ad7c0d01d6b2c1 (patch) | |
tree | 060cc50f68359ce0bc8bcb6f95b1a9424bad1541 /dh_clean | |
parent | ce25f7b80147d540f541396e622ce0bbc1244f10 (diff) | |
download | debhelper-23c8924fc90386d1a08061ff19ad7c0d01d6b2c1.tar.gz |
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-x | dh_clean | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |