From fd9a5d1c473866b021b703cc06878baa35acdc38 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 1 May 2000 20:37:56 +0000 Subject: r348: * Fixes for perl 5.6. * Spelling fixes. --- dh_clean | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dh_clean') 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); -- cgit v1.2.3