]> git.donarmstrong.com Git - debhelper.git/commitdiff
r404: * Fixed perl wanring, Closes: #80242
authorjoey <joey>
Thu, 21 Dec 2000 23:44:18 +0000 (23:44 +0000)
committerjoey <joey>
Thu, 21 Dec 2000 23:44:18 +0000 (23:44 +0000)
debian/changelog
dh_installwm

index bab542224e655f185e5982dc4445445a41a3f099..3e7c54e4aa02205b9efd2531b243e358364cd504 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (2.2.9) unstable; urgency=low
+
+  * Fixed perl wanring, Closes: #80242
+
+ -- Joey Hess <joey@kitenet.net>  Thu, 21 Dec 2000 14:43:11 -0800
+
 debhelper (2.2.8) unstable; urgency=medium
 
   * dh_installwm: Moved update-alternatives --remove call to prerm, 
index c510e9f0c1e92e4bef1bfbaa2780b536cf3a1297..b687ccf41e31edb94e205687b7366cc14dfdeb24 100755 (executable)
@@ -18,7 +18,7 @@ if (@ARGV) {
 }
 
 foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
-       $TMP=tmpdir($PACKAGE);
+#      $TMP=tmpdir($PACKAGE);
        $file=pkgfile($PACKAGE,"wm");
 
        if ($file) {