rev 7615 - kde-extras/filelight/trunk/debian

Raúl Sánchez Siles kebianizao-guest at alioth.debian.org
Sat Oct 20 21:28:47 UTC 2007


Author: kebianizao-guest
Date: 2007-10-20 21:28:47 +0000 (Sat, 20 Oct 2007)
New Revision: 7615

Modified:
   kde-extras/filelight/trunk/debian/rules
Log:
Pay attention to lintian warning: do not bypass errors on clean.

Modified: kde-extras/filelight/trunk/debian/rules
===================================================================
--- kde-extras/filelight/trunk/debian/rules	2007-10-20 21:22:12 UTC (rev 7614)
+++ kde-extras/filelight/trunk/debian/rules	2007-10-20 21:28:47 UTC (rev 7615)
@@ -24,7 +24,7 @@
 clean:
 	$(checkdir)
 	-rm -f build
-	-$(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	-rm -rf debian/tmp debian/*~ debian/files* debian/substvars
 	-rm -fr autom4te.cache config.log po/*.gmo
 




More information about the pkg-kde-commits mailing list