r7390 - /trunk/libnet-bluetooth-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 11 09:52:02 UTC 2007


Author: dmn
Date: Tue Sep 11 09:52:02 2007
New Revision: 7390

URL: http://svn.debian.org/wsvn/?sc=1&rev=7390
Log:
Always generate Makefile from Makefile.PL

Modified:
    trunk/libnet-bluetooth-perl/debian/rules

Modified: trunk/libnet-bluetooth-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-bluetooth-perl/debian/rules?rev=7390&op=diff
==============================================================================
--- trunk/libnet-bluetooth-perl/debian/rules (original)
+++ trunk/libnet-bluetooth-perl/debian/rules Tue Sep 11 09:52:02 2007
@@ -29,7 +29,7 @@
 
 build-stamp: patch-stamp
 	dh_testdir
-	[ ! -f Makefile ] && $(PERL) Makefile.PL
+	$(PERL) Makefile.PL
 	$(MAKE) OPTIMIZE="$(CFLAGS)"
 	$(MAKE) test
 	touch $@




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