summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey>2002-05-19 05:07:29 +0000
committerjoey <joey>2002-05-19 05:07:29 +0000
commitcd60c0e8540451d92caf940eca9c2f4e2b3807f9 (patch)
tree575c889439bf41b705484c0cccf2a5197bb056be
parent6acd7f22222118dc5f51c251bd0078edbe280e87 (diff)
r523: * Removing perl warning message.
-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