summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean9
1 files changed, 9 insertions, 0 deletions
diff --git a/dh_clean b/dh_clean
index 341d1fbf..d86743a5 100755
--- a/dh_clean
+++ b/dh_clean
@@ -81,6 +81,15 @@ if (! $dh{D_FLAG}) {
doit("rm","-f","debian/files");
}
+ # Remove some files that were left around by older versions of
+ # debhelper, just in case someone upgrades in the middle of a
+ # build.
+ doit("rm","-f","debian/substvars",
+ "debian/postinst.debhelper",
+ "debian/postrm.debhelper",
+ "debian/preinst.debhelper",
+ "debian/prerm.debhelper");
+
# See if some files that would normally be deleted are excluded.
my $find_options='';
if (defined($dh{EXCLUDE_FIND}) && $dh{EXCLUDE_FIND} ne '') {