]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1770: releasing version 4.9.3 4.9.3
authorjoey <joey>
Tue, 28 Jun 2005 21:47:20 +0000 (21:47 +0000)
committerjoey <joey>
Tue, 28 Jun 2005 21:47:20 +0000 (21:47 +0000)
autoscripts/postrm-modules
debian/changelog
debian/rules

index 804f63292651084d83ceeec80725da3fd8415c29..45d65beaf5e6bb92c3cc39871e0cfbd5c5fba606 100644 (file)
@@ -1,3 +1,3 @@
 if [ -x /sbin/update-modules ]; then
-       update-modules >/dev/null || [ "$?" = 3]
+       update-modules >/dev/null || [ "$?" = 3 ]
 fi
index c3cfac1cea213e4494aa611b03a13b04d25e9128..65eb832eaab38cdfecf572bd76222e1ffb4dba8d 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (4.9.3) unstable; urgency=high
+
+  * Fix typo in postrm-modules fragment. Closes: #316069
+    Recommend any dh_installmodules users rebuild ASAP.
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 28 Jun 2005 17:41:51 -0400
+
 debhelper (4.9.2) unstable; urgency=low
 
   * Fix typo in dh_install example. Closes: #314964
index dbd7bf61d52e9cfacd7a795844f3332d855800d3..0258cfe49d474bdb13209bc87a7b33b85470124d 100755 (executable)
@@ -33,10 +33,10 @@ POD2MAN=pod2man -c Debhelper -r "$(VERSION)"
 build: test build-stamp
 build-stamp:
        # Build all the man pages.
-       find . -type f -perm +100 -maxdepth 1 -name "dh_*" \
+       find . -maxdepth 1 -type f -perm +100 -name "dh_*" \
                -exec $(POD2MAN) {} {}.1 \;
        $(POD2MAN) --section=7 debhelper.pod | \
-               $(MAKEMANLIST) `find . -type f -perm +100 -maxdepth 1 -name "dh_*" | sort` > debhelper.7
+               $(MAKEMANLIST) `find . -maxdepth 1 -type f -perm +100 -name "dh_*" | sort` > debhelper.7
        # Translated pages.
        set -e; \
        for dir in man/*; do \