From: joey Date: Sun, 19 May 2002 05:07:29 +0000 (+0000) Subject: r523: * Removing perl warning message. X-Git-Tag: version_2.0.101~76 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cd60c0e8540451d92caf940eca9c2f4e2b3807f9;p=debhelper.git r523: * Removing perl warning message. --- diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 0f910f1..b14afd1 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -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. diff --git a/debian/changelog b/debian/changelog index 72ccbbe..aeb3008 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (4.0.5) unstable; urgency=low + + * Removing perl warning message. + + -- Joey Hess 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