]> git.donarmstrong.com Git - debhelper.git/commitdiff
r208: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 05:14:43 +0000 (05:14 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 05:14:43 +0000 (05:14 +0000)
debian/changelog
debian/rules
dh_installmanpages

index 76596df03f5c03a315037eea4e6c1986b0c09a65..59e937ea6226926581d6ae4943a02bd4c313e23a 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (1.2.69) unstable; urgency=low
+
+  * Don't include Test.pm in the binary package.
+
+ -- Joey Hess <joeyh@master.debian.org>  Sun, 23 May 1999 19:29:27 -0700
+
 debhelper (1.2.68) unstable; urgency=low
 
   * doc/README: updated example of using #DEBHELPER# in a perl script, with
index 181375c17f418a0394493e5f2a77a7321b6e8b7a..8a4ee355f7800cc81ebb6abeb9f1a1a13d483a37 100755 (executable)
@@ -40,7 +40,7 @@ binary-indep: build
        echo -e "package Dh_Version;\n\$$version='$(VERSION)';" > debian/tmp/usr/lib/debhelper/Dh_Version.pm
        find . -perm +111 -maxdepth 1 -type f -not -name "*.pl" \
                -exec install -p {} debian/tmp/usr/bin \;
-       cp -a *.pm debian/tmp/usr/lib/debhelper
+       cp -a Dh_*.pm debian/tmp/usr/lib/debhelper
        cp -a autoscripts debian/tmp/usr/lib/debhelper
 
        ./dh_installdocs doc/TODO doc/README doc/PROGRAMMING doc/from-debstd
index 1647d0a5f8230ebb307787945bf4deac0687692d..98386254905b407c00a58b473f2e757273096feb 100755 (executable)
@@ -28,7 +28,7 @@ sub find_man {
                return;
        }
        foreach $dir (@allpackages) {
-               if ($File::Find::dir=~m:debian/$dir:) {
+               if ($File::Find::dir=~m:debian/\Q$dir\E:) {
                        return;
                }
        }