From: joey Date: Tue, 17 Aug 1999 04:38:40 +0000 (+0000) Subject: r31: Initial Import X-Git-Tag: debian_version_0_1~197 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61499664bdeb06600a593ef98a6fe0ad9170ecd6;p=debhelper.git r31: Initial Import --- diff --git a/debian/changelog b/debian/changelog index 209cfb6..8d8f7e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (0.25) unstable; urgency=low + + * dh_compress: was not reading debian/compress file - fixed. + * examples/*: moved dh_clean call to after make clean is run. + + -- Joey Hess Tue, 25 Nov 1997 15:43:58 -0500 + debhelper (0.24) unstable; urgency=low * dh_clean: no longer clean up empty (0 byte) files (#15240). diff --git a/dh_compress b/dh_compress index a54cd2f..fd07de0 100755 --- a/dh_compress +++ b/dh_compress @@ -15,10 +15,10 @@ for PACKAGE in $DH_DOPACKAGES; do olddir=`pwd` cd $TMP - if [ -f debian/${EXT}compress ]; then + if [ -f ../${EXT}compress ]; then # The config file is a sh script that outputs the files to be compressed # (typically using find). - files=`sh debian/${EXT}compress 2>/dev/null` + files=`sh ../${EXT}compress 2>/dev/null` else # By default fall back on what the policy manual says to compress. files=`