summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorjoey <joey>2000-05-01 20:37:56 +0000
committerjoey <joey>2000-05-01 20:37:56 +0000
commitfd9a5d1c473866b021b703cc06878baa35acdc38 (patch)
treef34bcacddae15d9275cd781081b860c251fc0dda /dh_clean
parent35679ac8f106da17e5f0cdde5bafdda42e13556a (diff)
r348: * Fixes for perl 5.6.
* Spelling fixes.
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean10
1 files changed, 5 insertions, 5 deletions
diff --git a/dh_clean b/dh_clean
index 1f73bea7..1ca10125 100755
--- a/dh_clean
+++ b/dh_clean
@@ -11,11 +11,11 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
$EXT=pkgext($PACKAGE);
if (! $dh{D_FLAG}) {
- doit("rm","-f","debian/$EXT\substvars",
- "debian/$EXT\postinst.debhelper",
- "debian/$EXT\postrm.debhelper",
- "debian/$EXT\preinst.debhelper",
- "debian/$EXT\prerm.debhelper");
+ doit("rm","-f","debian/${EXT}substvars",
+ "debian/${EXT}postinst.debhelper",
+ "debian/${EXT}postrm.debhelper",
+ "debian/${EXT}preinst.debhelper",
+ "debian/${EXT}prerm.debhelper");
}
doit ("rm","-rf",$TMP);