summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
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 '') {