r6289 - /trunk/libipc-shareable-perl/debian/rules

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Aug 6 08:36:51 UTC 2007


Author: tincho-guest
Date: Mon Aug  6 08:36:50 2007
New Revision: 6289

URL: http://svn.debian.org/wsvn/?sc=1&rev=6289
Log:
Fixed clean target

Modified:
    trunk/libipc-shareable-perl/debian/rules

Modified: trunk/libipc-shareable-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libipc-shareable-perl/debian/rules?rev=6289&op=diff
==============================================================================
--- trunk/libipc-shareable-perl/debian/rules (original)
+++ trunk/libipc-shareable-perl/debian/rules Mon Aug  6 08:36:50 2007
@@ -12,18 +12,14 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-
 	perl Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	rm -f build-stamp
-
-	-$(MAKE) distclean
-
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean
 
 install: build




More information about the Pkg-perl-cvs-commits mailing list