]> git.donarmstrong.com Git - debhelper.git/commitdiff
r31: Initial Import
authorjoey <joey>
Tue, 17 Aug 1999 04:38:40 +0000 (04:38 +0000)
committerjoey <joey>
Tue, 17 Aug 1999 04:38:40 +0000 (04:38 +0000)
debian/changelog
dh_compress

index 209cfb66a203a9fa724df8d7ac025aa4b867cbf1..8d8f7e2971f2a716bce0790ff1f4cdd69c7888af 100644 (file)
@@ -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 <joeyh@master.debian.org>  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).
index a54cd2f84124d45e856d6d1044b6af1622df4b89..fd07de040139702808f650c8bd9350f5e6d53002 100755 (executable)
@@ -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=`