xserver-xorg-input-evtouch: Changes to 'debian-unstable'
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 738ad722844d54e6cf6ed0d32f1605294d41ff0b
Author: Mattia Dongili <malattia@linux.it>
Date: Wed Sep 12 21:47:17 2007 +0900
Use
[ ! -f Makefile ] || $(MAKE) distclean
and make lintian happy
Signed-off-by: Mattia Dongili <malattia@linux.it>
diff --git a/debian/rules b/debian/rules
index ed5016a..bb0581d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ clean-patched:
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean
Reply to: