r20495 - /trunk/libmoosex-strictconstructor-perl/debian/rules

antgel-guest at users.alioth.debian.org antgel-guest at users.alioth.debian.org
Wed May 28 22:30:16 UTC 2008


Author: antgel-guest
Date: Wed May 28 22:30:16 2008
New Revision: 20495

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20495
Log:
Run maintainer tests, remove spurious comments, don't install README

Modified:
    trunk/libmoosex-strictconstructor-perl/debian/rules

Modified: trunk/libmoosex-strictconstructor-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-strictconstructor-perl/debian/rules?rev=20495&op=diff
==============================================================================
--- trunk/libmoosex-strictconstructor-perl/debian/rules (original)
+++ trunk/libmoosex-strictconstructor-perl/debian/rules Wed May 28 22:30:16 2008
@@ -14,6 +14,9 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+# Run maintainer tests
+export IS_MAINTAINER=1
+
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
@@ -21,7 +24,6 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
 	$(PERL) Build test
@@ -31,7 +33,6 @@
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
 	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
 install: install-stamp
@@ -49,7 +50,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs 
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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