r1523 - packages/libmail-box-perl/trunk/debian

Gunnar Wolf gwolf at costa.debian.org
Fri Nov 18 18:59:11 UTC 2005


Author: gwolf
Date: 2005-11-18 18:59:11 +0000 (Fri, 18 Nov 2005)
New Revision: 1523

Modified:
   packages/libmail-box-perl/trunk/debian/rules
Log:
Moved the variables used to avoid an interactive configure step to a safer place


Modified: packages/libmail-box-perl/trunk/debian/rules
===================================================================
--- packages/libmail-box-perl/trunk/debian/rules	2005-11-18 18:15:19 UTC (rev 1522)
+++ packages/libmail-box-perl/trunk/debian/rules	2005-11-18 18:59:11 UTC (rev 1523)
@@ -2,13 +2,15 @@
 
 export DH_COMPAT=4
 
+# Tell MakeMaker not to ask some questions
+export MAILBOX_INSTALL_OPTIONALS=no
+export MAILBOX_RUN_TESTS=yes
+
 PERL ?= /usr/bin/perl
 
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	export MAILBOX_INSTALL_OPTIONALS=no ; \
-	export MAILBOX_RUN_TESTS=yes ; \
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	touch configure-stamp
 




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