]> git.donarmstrong.com Git - debhelper.git/commitdiff
updates
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 24 Apr 2008 00:53:22 +0000 (20:53 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 24 Apr 2008 00:53:22 +0000 (20:53 -0400)
Makefile
debian/changelog

index 67dd89e565b4f2f008f433912038f4b16c1a0886..d331ec1cbf0c5ea3110b3f978415cdeb031e4a1a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ POD2MAN=pod2man -c Debhelper -r "$(VERSION)"
 LANGS=$(notdir $(basename $(wildcard man/po4a/po/*.po)))
 
 build: version
-       find . -maxdepth 1 -type f -perm +100 -name "dh_*" \
+       find . -maxdepth 1 -type f -perm +100 -name "dh*" \
                -exec $(POD2MAN) {} {}.1 \;
        cat debhelper.pod | \
                $(MAKEMANLIST) `find . -maxdepth 1 -type f -perm +100 -name "dh_*" | sort` | \
@@ -40,7 +40,7 @@ build: version
        set -e; \
        for lang in $(LANGS); do \
                dir=man/$$lang; \
-               for file in $$dir/dh_*.pod; do \
+               for file in $$dir/dh*.pod; do \
                        prog=`basename $$file | sed 's/.pod//'`; \
                        $(POD2MAN) $$file $$prog.$$lang.1; \
                done; \
@@ -64,7 +64,7 @@ install:
        install -d $(DESTDIR)/usr/bin \
                $(DESTDIR)/usr/share/debhelper/autoscripts \
                $(DESTDIR)$(PERLLIBDIR)
-       install $(shell find -maxdepth 1 -mindepth 1 -name dh_\* |grep -v \.1\$) $(DESTDIR)/usr/bin
+       install $(shell find -maxdepth 1 -mindepth 1 -name dh\* |grep -v \.1\$) $(DESTDIR)/usr/bin
        install -m 0644 autoscripts/* $(DESTDIR)/usr/share/debhelper/autoscripts
        install -m 0644 Debian/Debhelper/*.pm $(DESTDIR)$(PERLLIBDIR)
 
index eb654ceb8e757c65a1384a1b7ab4021026655d4c..6898939cca522c12e91f924e406d216b3e9eb7ad 100644 (file)
@@ -20,9 +20,9 @@ debhelper (7.0.0) UNRELEASED; urgency=low
     but not yet implemented.)
   * New v7 mode, which only has one change from v6, and is the new
     recommended default.
-  * dh_install: if --sourcedir is not specified, first look for files in
-    debian/tmp, and then will look in the current directory. This allows
-    dh_install to interoperate with dh_auto_install without needing any
+  * dh_install: In v7 mode, if --sourcedir is not specified, first look for
+    files in debian/tmp, and then will look in the current directory. This
+    allows dh_install to interoperate with dh_auto_install without needing any
     special parameters.
   * dh: New program that runs a series of debhelper commands in a sequence.
     This can be used to construct very short rules files (as short as 3