r46216 - /trunk/libtext-recordparser-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 22 17:08:20 UTC 2009


Author: gregoa
Date: Thu Oct 22 17:08:13 2009
New Revision: 46216

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46216
Log:
unset PAGER, otherwise a test fails if PAGER is set in the environment but the referenced binary is not available

Modified:
    trunk/libtext-recordparser-perl/debian/rules

Modified: trunk/libtext-recordparser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-recordparser-perl/debian/rules?rev=46216&op=diff
==============================================================================
--- trunk/libtext-recordparser-perl/debian/rules (original)
+++ trunk/libtext-recordparser-perl/debian/rules Thu Oct 22 17:08:13 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	PAGER= dh $@




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