From 72252ab47780f7fa165599510f9ce1804b53ba6d Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 21 Dec 2000 23:44:18 +0000 Subject: [PATCH] r404: * Fixed perl wanring, Closes: #80242 --- debian/changelog | 6 ++++++ dh_installwm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bab5422..3e7c54e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (2.2.9) unstable; urgency=low + + * Fixed perl wanring, Closes: #80242 + + -- Joey Hess Thu, 21 Dec 2000 14:43:11 -0800 + debhelper (2.2.8) unstable; urgency=medium * dh_installwm: Moved update-alternatives --remove call to prerm, diff --git a/dh_installwm b/dh_installwm index c510e9f..b687ccf 100755 --- a/dh_installwm +++ b/dh_installwm @@ -18,7 +18,7 @@ if (@ARGV) { } foreach $PACKAGE (@{$dh{DOPACKAGES}}) { - $TMP=tmpdir($PACKAGE); +# $TMP=tmpdir($PACKAGE); $file=pkgfile($PACKAGE,"wm"); if ($file) { -- 2.39.5