r70640 - /trunk/libauthen-sasl-cyrus-perl/debian/rules

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sun Mar 6 07:00:40 UTC 2011


Author: rra
Date: Sun Mar  6 07:00:24 2011
New Revision: 70640

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70640
Log:
Export the test user the same way we were before

Modified:
    trunk/libauthen-sasl-cyrus-perl/debian/rules

Modified: trunk/libauthen-sasl-cyrus-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-sasl-cyrus-perl/debian/rules?rev=70640&op=diff
==============================================================================
--- trunk/libauthen-sasl-cyrus-perl/debian/rules (original)
+++ trunk/libauthen-sasl-cyrus-perl/debian/rules Sun Mar  6 07:00:24 2011
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
+
+# Set the user environment variable required by the test suite.
+export USER=testuser
 
 PACKAGE := $(shell dh_listpackages)
 
@@ -6,7 +9,7 @@
 	dh_auto_configure -- LIBS="-lsasl2" DEFINE="-DSASL2"
 
 override_dh_auto_test:
-	USER=test dh_auto_test
+	dh_auto_test
 
 override_dh_fixperms:
 	chmod 644 debian/$(PACKAGE)/usr/lib/perl5/Authen/SASL/Cyrus.pod




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