From: joey Date: Mon, 9 Apr 2001 03:42:57 +0000 (+0000) Subject: r460: update X-Git-Tag: version_2.0.101~139 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=987a081ac95fd5cd1282146790ce7aa9cb188563;p=debhelper.git r460: update --- diff --git a/debian/rules b/debian/rules index e37907c..8302555 100755 --- a/debian/rules +++ b/debian/rules @@ -45,7 +45,7 @@ build-stamp: s/#LIST#/$$collect/; \ print; \ }; \ - }' `find . -type f -perm +1 -maxdepth 1 -name "dh_*"` > debhelper.1 + }' `find . -type f -perm +1 -maxdepth 1 -name "dh_*" | sort` > debhelper.1 # Turn all executables into man pages. find . -type f -perm +1 -maxdepth 1 -name "dh_*" \ -exec pod2man -c Debhelper -r "$(VERSION)" {} {}.1 \;