summaryrefslogtreecommitdiff
path: root/Debian
diff options
context:
space:
mode:
authorjoey <joey>2005-07-19 17:13:24 +0000
committerjoey <joey>2005-07-19 17:13:24 +0000
commit78e828cbc2604324385a20f21083d929d0097ea9 (patch)
tree940fce550a2dcfe6a51f3a6b24ab47d0920a62ba /Debian
parent8cbd10d36265438420d16cf1fea470c37bfb0fb2 (diff)
r1772: releasing version 4.9.4
Diffstat (limited to 'Debian')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 3effb60b..85a77886 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -14,7 +14,7 @@ use vars qw(@ISA @EXPORT %dh);
&pkgfile &pkgext &pkgfilename &isnative &autoscript &filearray
&filedoublearray &getpackages &basename &dirname &xargs %dh
&compat &addsubstvar &delsubstvar &excludefile &package_arch
- &is_udeb &udeb_filename &debhelper_script_subst);
+ &is_udeb &udeb_filename &debhelper_script_subst &escape_shell);
my $max_compat=5;
@@ -56,7 +56,7 @@ sub init {
my $x=$_;
$x=escape_shell($x);
$x=~s/\./\\./g;
- $dh{EXCLUDE_FIND}.="-regex .*$x.* -or ";
+ $dh{EXCLUDE_FIND}.="-regex .\\*$x.\\* -or ";
}
$dh{EXCLUDE_FIND}=~s/ -or $//;
}