]> git.donarmstrong.com Git - debhelper.git/commitdiff
r523: * Removing perl warning message.
authorjoey <joey>
Sun, 19 May 2002 05:07:29 +0000 (05:07 +0000)
committerjoey <joey>
Sun, 19 May 2002 05:07:29 +0000 (05:07 +0000)
Debian/Debhelper/Dh_Lib.pm
debian/changelog

index 0f910f1d0c549781831398b20635f78f134b08c0..b14afd1e3447332f3a53da2043c29ec7baf1ae6e 100644 (file)
@@ -54,8 +54,8 @@ sub init {
                foreach (@{$dh{EXCLUDE}}) {
                        $dh{EXCLUDE_FIND}.="-regex ".escape_shell(".*$_.*")." -or ";
                }
+               $dh{EXCLUDE_FIND}=~s/ -or $//;
        }
-       $dh{EXCLUDE_FIND}=~s/ -or $//;
        
        # Check to see if DH_VERBOSE environment variable was set, if so,
        # make sure verbose is on.
index 72ccbbe9d4b878f2c08be478b2b1af828dd03979..aeb300880a230b0ad297a4ca7781766c9411e355 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (4.0.5) unstable; urgency=low
+
+  * Removing perl warning message.
+
+ -- Joey Hess <joeyh@debian.org>  Sun, 19 May 2002 01:04:16 -0400
+
 debhelper (4.0.4) unstable; urgency=low
 
   * Set DH_ALWAYS_EXCLUDE=CVS and debhelper will exclude CVS directories