+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).
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=`