]> git.donarmstrong.com Git - debhelper.git/commitdiff
r545: * Clarified dh_perl man page. Closes: #159332
authorjoey <joey>
Tue, 3 Sep 2002 16:44:25 +0000 (16:44 +0000)
committerjoey <joey>
Tue, 3 Sep 2002 16:44:25 +0000 (16:44 +0000)
Debian/Debhelper/Dh_Lib.pm
debian/changelog
dh_perl

index f22e8171da97e99b5b749d05835a491b2f9a1d4a..7ebbe61b341efcf0dceaf61cbd2892db7e3b88c6 100644 (file)
@@ -55,7 +55,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 $//;
        }
index 4abd71ee2cf5771994954066cf0e6c23f4fbd960..74d893bb3be6a31151070cf6381763ed2ee0c839 100644 (file)
@@ -1,3 +1,15 @@
+debhelper (4.1.6) unstable; urgency=low
+
+  * Clarified dh_perl man page. Closes: #159332
+
+ -- Joey Hess <joeyh@debian.org>  Tue,  3 Sep 2002 12:27:08 -0400
+
+debhelper (4.1.5) unstable; urgency=low
+
+  * Fixed excessive escaping around terms in DH_EXCLUDE_FIND. Closes: #159155
+
+ -- Joey Hess <joeyh@debian.org>  Sun,  1 Sep 2002 19:20:32 -0400
+
 debhelper (4.1.4) unstable; urgency=low
 
   * Patch from Andrew Suffield to make dh_perl understand #!/usr/bin/env perl
diff --git a/dh_perl b/dh_perl
index e9a001d9698e91534fda4566d362418bba20037b..29c24c98288fa74050010864d1d112d045365cb8 100755 (executable)
--- a/dh_perl
+++ b/dh_perl
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_perl - calculates perl scripts & modules dependencies
+dh_perl - calculates perl dependencies
 
 =cut
 
@@ -21,9 +21,9 @@ dh_perl is a debhelper program that is responsible for generating
 the ${perl:Depends} substitutions and adding them to substvars files.
 
 The program will look at perl scripts and modules in your package,
-and will use this information to generate a dependency.
-The dependency will be substituted into your package's control file
-wherever you place the token "${perl:Depends}".
+and will use this information to generate a dependency on perl or
+perlapi. The dependency will be substituted into your package's control
+file wherever you place the token "${perl:Depends}".
 
 =head1 OPTIONS