diff options
author | joey <joey> | 1999-08-17 04:38:40 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 04:38:40 +0000 |
commit | e6259191673f34ae6d56f1c0b746a3cc97455dac (patch) | |
tree | 2e45e5f11200a1bd08b1c5748ab38876dd08d0c7 /dh_clean | |
parent | 9d5e2e656d9cb9c00bada6c740ab9339433434d2 (diff) | |
download | debhelper-e6259191673f34ae6d56f1c0b746a3cc97455dac.tar.gz |
r30: Initial Import
Diffstat (limited to 'dh_clean')
-rwxr-xr-x | dh_clean | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 {} \;" |