summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorjoey <joey>2001-06-18 18:11:07 +0000
committerjoey <joey>2001-06-18 18:11:07 +0000
commite7f5e45df1ff9c01e2565938109ac1df7fa9026e (patch)
treed1b448d4cc501c66fcf80bc9114c2ea1f0513756 /dh_clean
parentb6c9774b7327d6febc2d9f8e8f95c5abb96e0691 (diff)
r480: * Revert change of 3.0.30. This broke too much stuff. Maybe I'll
change it in debhelper v4..
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_clean b/dh_clean
index bd3b72ca..d86743a5 100755
--- a/dh_clean
+++ b/dh_clean
@@ -62,7 +62,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
my $ext=pkgext($package);
if (! $dh{D_FLAG}) {
- doit("rm","-f","debian/${ext}substvars.debhelper",
+ doit("rm","-f","debian/${ext}substvars",
"debian/${ext}postinst.debhelper",
"debian/${ext}postrm.debhelper",
"debian/${ext}preinst.debhelper",