From 3605d515acc588025eab1f32b159a961bf0773bb Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 16 Sep 2002 17:39:33 +0000 Subject: [PATCH] r549: * Fixed over-escaping of period when generating EXCLUDE_FIND. Closes: #159155 --- Debian/Debhelper/Dh_Lib.pm | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm index 3bf7df1..e2d26b2 100644 --- a/Debian/Debhelper/Dh_Lib.pm +++ b/Debian/Debhelper/Dh_Lib.pm @@ -54,7 +54,7 @@ sub init { foreach (@{$dh{EXCLUDE}}) { my $x=$_; $x=escape_shell($x); - $x=~s/\./\\\\./g; + $x=~s/\./\\./g; $dh{EXCLUDE_FIND}.="-regex .*$x.* -or "; } $dh{EXCLUDE_FIND}=~s/ -or $//; diff --git a/debian/changelog b/debian/changelog index 0e4bd9c..2bb00ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (4.1.9) unstable; urgency=low + + * Fixed over-escaping of period when generating EXCLUDE_FIND. + Closes: #159155 + + -- Joey Hess Mon, 16 Sep 2002 13:41:05 -0400 + debhelper (4.1.8) unstable; urgency=low * Use invoke-rc.d always now that it is in policy. Fall back to old behavior -- 2.39.2