summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey>2001-04-09 03:42:57 +0000
committerjoey <joey>2001-04-09 03:42:57 +0000
commit987a081ac95fd5cd1282146790ce7aa9cb188563 (patch)
tree7efa2bb74afdada5648d96203182ea54fb662169 /debian
parente3f252493cc65ecbc3b6bb0b53af0358cb496450 (diff)
r460: update
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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 \;