From cd60c0e8540451d92caf940eca9c2f4e2b3807f9 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 19 May 2002 05:07:29 +0000 Subject: [PATCH] r523: * Removing perl warning message. --- Debian/Debhelper/Dh_Lib.pm | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5