r6988 - /trunk/liblexical-persistence-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Aug 20 08:52:06 UTC 2007


Author: dmn
Date: Mon Aug 20 08:52:05 2007
New Revision: 6988

URL: http://svn.debian.org/wsvn/?sc=1&rev=6988
Log:
Drop unused dh_link and dh_strip (only useful for arch-dep packages)
Move $(MAKE) test to the build target
Remove OPTIMIZE variable in $(MAKE) call (only useful for arch-dep packages)

Modified:
    trunk/liblexical-persistence-perl/debian/rules

Modified: trunk/liblexical-persistence-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblexical-persistence-perl/debian/rules?rev=6988&op=diff
==============================================================================
--- trunk/liblexical-persistence-perl/debian/rules (original)
+++ trunk/liblexical-persistence-perl/debian/rules Mon Aug 20 08:52:05 2007
@@ -25,7 +25,8 @@
 
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
+	$(MAKE) test
 
 	touch build-stamp
 
@@ -45,7 +46,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is a architecture independent package, we are not
@@ -64,8 +64,6 @@
 	dh_installdocs README
 	dh_installchangelogs CHANGES
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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