Source: inn2
Severity: minor
May I suggest the following patch?
--- debian/rules.~1~ 2008-08-18 13:40:47.000000000 +0700
+++ debian/rules 2008-08-18 13:32:47.000000000 +0700
@@ -40,7 +40,7 @@
# the upstream source needs to be copied in the flavor-specific build dirs
src_files := $(shell find . -maxdepth 1 \
- -and -not -name . -and -not -name debian -and -not -name .pc \
+ -not -name . -and -not -name debian -and -not -name .pc \
-and -not -name 'build-*' -and -not -name '.stamp-*')
##############################################################################
@@ -58,7 +58,7 @@
# delete packages which are not in control but are built anyway
rm -rf debian/inn2-lfs-dev/ debian/inn2-lfs-inews/
# delete the cloned debhelper configuration and logs
- find debian -maxdepth 1 -and -name 'inn2-lfs*' -not -type d -print0 \
+ find debian -maxdepth 1 -name 'inn2-lfs*' -not -type d -print0 \
| xargs --no-run-if-empty -0 rm
dh_clean
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]