[Debian-hebrew-package] r631 - /pkg/openoffice.org-ctl-he/trunk/debian/rules

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Fri Jul 27 09:48:08 UTC 2007


Author: kaplan
Date: Fri Jul 27 09:48:08 2007
New Revision: 631

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=631
Log:
Fix clean command as suggested by lintian

Modified:
    pkg/openoffice.org-ctl-he/trunk/debian/rules

Modified: pkg/openoffice.org-ctl-he/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/openoffice.org-ctl-he/trunk/debian/rules?rev=631&op=diff
==============================================================================
--- pkg/openoffice.org-ctl-he/trunk/debian/rules (original)
+++ pkg/openoffice.org-ctl-he/trunk/debian/rules Fri Jul 27 09:48:08 2007
@@ -34,7 +34,7 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean 
 




More information about the Debian-hebrew-package mailing list