r11200 - /trunk/librunapp-perl/debian/rules

bremner-guest at users.alioth.debian.org bremner-guest at users.alioth.debian.org
Sat Dec 15 10:32:33 UTC 2007


Author: bremner-guest
Date: Sat Dec 15 10:32:33 2007
New Revision: 11200

URL: http://svn.debian.org/wsvn/?sc=1&rev=11200
Log:
cleaned up some unused dh-make-perl boilerplate. Don't install README

Modified:
    trunk/librunapp-perl/debian/rules

Modified: trunk/librunapp-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/librunapp-perl/debian/rules?rev=11200&op=diff
==============================================================================
--- trunk/librunapp-perl/debian/rules (original)
+++ trunk/librunapp-perl/debian/rules Sat Dec 15 10:32:33 2007
@@ -28,26 +28,24 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-
+	$(MAKE) test
 	touch build-stamp
 
 clean:  unpatch
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp install-stamp
 
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	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
@@ -63,10 +61,9 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs 
 	dh_installchangelogs CHANGES
 	dh_perl
-	dh_link
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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