summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorjoey <joey>2002-03-17 04:31:16 +0000
committerjoey <joey>2002-03-17 04:31:16 +0000
commit1d299f2f393badc38580465711f01cfa37ad4cf2 (patch)
tree4c5a2967d2a5e0e2dde8c68a36de8b27e3296381 /dh_clean
parent8ba59bbb27c5caf42ccb9c96c9be803b3310448f (diff)
r514: * Fix to #99169 was accidentually reverted in 3.0.42; reinstated.
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean4
1 files changed, 4 insertions, 0 deletions
diff --git a/dh_clean b/dh_clean
index 9583a55b..d0af17d1 100755
--- a/dh_clean
+++ b/dh_clean
@@ -84,6 +84,10 @@ if (! $dh{D_FLAG}) {
# wildcard them.
complex_doit("rm -f debian/*.debhelper");
+ # Remove some files that were left around by older versions of
+ # debhelper.
+ doit("rm","-f","debian/substvars");
+
# See if some files that would normally be deleted are excluded.
my $find_options='';
if (defined($dh{EXCLUDE_FIND}) && $dh{EXCLUDE_FIND} ne '') {