From dfc48628ab06f010bb18454d5d8e8701b1bcf58a Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 6 Apr 2003 18:33:01 +0000 Subject: r582: * Fix build with 077 umask. Closes: #187757 * Allow colons between multiple items in DH_ALWAYS_EXCLUDE. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 204cb5a1..ffb2c9ba 100755 --- a/debian/rules +++ b/debian/rules @@ -39,9 +39,9 @@ build-stamp: s/#LIST#/$$collect/; \ print; \ }; \ - }' `find . -type f -perm +1 -maxdepth 1 -name "dh_*" | sort` > debhelper.7 + }' `find . -type f -perm +100 -maxdepth 1 -name "dh_*" | sort` > debhelper.7 # Turn all executables into man pages. - find . -type f -perm +1 -maxdepth 1 -name "dh_*" \ + find . -type f -perm +100 -maxdepth 1 -name "dh_*" \ -exec pod2man -c Debhelper -r "$(VERSION)" {} {}.1 \; printf "package Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';" > \ Debian/Debhelper/Dh_Version.pm -- cgit v1.2.3