]> git.donarmstrong.com Git - debhelper.git/commitdiff
r30: 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)
BUGS
debian/changelog
dh_clean
examples/rules
examples/rules.multi

diff --git a/BUGS b/BUGS
index 3a33f32eea84db552e4318e97ed7eb8d39560b30..51a7b6133b1081b50a24d530f4872118ca683b68 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,3 +1,5 @@
 dh_compress: doesn't verbose echo that it's cd'd to $TMP. 
 dh_installdirs, dh_md5sums: uses ../.. to cd back to original location, but
        we don't know that $TMP is 2 levels deep.
+dh_compress: refers to ../compress (meaning debian/compress), but we don't
+know that this will work - exp if $TMP is not under debian/.
index d453632c973d1f3f29fe53228b79d7ac7f63361a..209cfb66a203a9fa724df8d7ac025aa4b867cbf1 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (0.24) unstable; urgency=low
+
+  * dh_clean: no longer clean up empty (0 byte) files (#15240).
+
+ -- Joey Hess <joeyh@master.debian.org>  Tue, 25 Nov 1997 14:29:37 -0500
+
 debhelper (0.23) unstable; urgency=low
 
   * Now depends on fileutils (>= 3.16-4), becuase with any earlier version
index 73c094fe4feb6fa91cfbd24ad45431453cb3b161..8e92fc8d5ababddc62d4e6d2a7dd500cfdf95f2c 100755 (executable)
--- a/dh_clean
+++ b/dh_clean
@@ -14,9 +14,8 @@ for PACKAGE in $DH_DOPACKAGES; do
 done
 doit "rm -f debian/files* debian/*.debhelper $*"
 
-# Remove other temp files. doit isn't smart enough to handle this, so I echo
-# by hand (sigh).
+# Remove other temp files.
 doit "find . \( -name '#*#' -o -name '*~' -o -name DEADJOE -o -name '*.orig' \
        -o -name '*.rej' -o -name '*.bak' -o -name '.*.orig' \
        -o -name '.*.rej' -o -name .SUMS -o -name TAGS -o -name core \
-       -o -size 0 \) -exec rm -f {} \;"
+       \) -exec rm -f {} \;"
index 86ec8a70b49105627e2cf141a8501d144cfb6af2..10661223214f04054b027e8efbbd8d21e2d98b0f 100755 (executable)
@@ -15,9 +15,9 @@ clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
-       dh_clean
        # Add here commands to clean up after the build process.
        #-$(MAKE) distclean
+       dh_clean
 
 # Build architecture-independent files here.
 binary-indep: build
index 1fce1c0b37a7b19c69c538131b5f90c0f9fcce58..496c3366acb61b62a358e0ddb07d0fb0d8a3ced3 100755 (executable)
@@ -18,9 +18,9 @@ clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
-       dh_clean
        # Add here commands to clean up after the build process.
        #-$(MAKE) distclean
+       dh_clean
 
 # Build architecture-independent files here.
 binary-indep: build