From 987a081ac95fd5cd1282146790ce7aa9cb188563 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 9 Apr 2001 03:42:57 +0000 Subject: r460: update --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e37907c9..8302555c 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 \; -- cgit v1.2.3