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

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu May 29 19:01:47 UTC 2008


Author: gregoa
Date: Thu May 29 19:01:47 2008
New Revision: 20520

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20520
Log:
move environment variable IS_MAINTAINER to make test call

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=20520&op=diff
==============================================================================
--- trunk/libmoosex-strictconstructor-perl/debian/rules (original)
+++ trunk/libmoosex-strictconstructor-perl/debian/rules Thu May 29 19:01:47 2008
@@ -14,9 +14,6 @@
 # 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)
@@ -26,7 +23,8 @@
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
-	$(PERL) Build test
+# Run maintainer tests
+	IS_MAINTAINER=1 $(PERL) Build test
 	touch $@
 
 clean:
@@ -50,7 +48,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs 
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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