diff options
author | joey <joey> | 2001-06-18 18:11:07 +0000 |
---|---|---|
committer | joey <joey> | 2001-06-18 18:11:07 +0000 |
commit | e7f5e45df1ff9c01e2565938109ac1df7fa9026e (patch) | |
tree | d1b448d4cc501c66fcf80bc9114c2ea1f0513756 /dh_clean | |
parent | b6c9774b7327d6febc2d9f8e8f95c5abb96e0691 (diff) | |
download | debhelper-e7f5e45df1ff9c01e2565938109ac1df7fa9026e.tar.gz |
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-x | dh_clean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |