r22088 - /trunk/jifty/debian/rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Mon Jun 23 10:11:48 UTC 2008


Author: yvesago-guest
Date: Mon Jun 23 10:11:47 2008
New Revision: 22088

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22088
Log:
add LANG=C before make test else some tests with selected language fail

Modified:
    trunk/jifty/debian/rules

Modified: trunk/jifty/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/rules?rev=22088&op=diff
==============================================================================
--- trunk/jifty/debian/rules (original)
+++ trunk/jifty/debian/rules Mon Jun 23 10:11:47 2008
@@ -23,7 +23,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	LANG=C $(MAKE) test
 	touch $@
 
 clean: unpatch




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