summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:38:40 +0000
committerjoey <joey>1999-08-17 04:38:40 +0000
commite6259191673f34ae6d56f1c0b746a3cc97455dac (patch)
tree2e45e5f11200a1bd08b1c5748ab38876dd08d0c7 /dh_clean
parent9d5e2e656d9cb9c00bada6c740ab9339433434d2 (diff)
downloaddebhelper-e6259191673f34ae6d56f1c0b746a3cc97455dac.tar.gz
r30: Initial Import
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean5
1 files changed, 2 insertions, 3 deletions
diff --git a/dh_clean b/dh_clean
index 73c094fe..8e92fc8d 100755
--- 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 {} \;"