summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 0f910f1d..b14afd1e 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 72ccbbe9..aeb30088 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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