r7054 - in /trunk/libapache2-mod-perl2/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Aug 21 13:41:50 UTC 2007


Author: dmn
Date: Tue Aug 21 13:41:50 2007
New Revision: 7054

URL: http://svn.debian.org/wsvn/?sc=1&rev=7054
Log:
* Put LANG=C in front of '$(MAKE) test' to avoid locale side effects (in
  dates etc)

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/rules

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/changelog?rev=7054&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Aug 21 13:41:50 2007
@@ -15,8 +15,10 @@
   * Wrapped (Build-)Depends lists
   * Added apache2, libcompress-zlib-perl and libbsd-resource-perl to
     Build-Depends to allow tests to be run on buildds
-
- -- Damyan Ivanov <dmn at debian.org>  Tue, 21 Aug 2007 15:39:39 +0300
+  * Put LANG=C in front of '$(MAKE) test' to avoid locale side effects (in
+    dates etc)
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 21 Aug 2007 16:41:01 +0300
 
 libapache2-mod-perl2 (2.0.2-6) UNRELEASED; urgency=low
 

Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/rules?rev=7054&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Tue Aug 21 13:41:50 2007
@@ -43,7 +43,7 @@
 		MP_APXS=/usr/bin/apxs2 \
 		MP_INCLUDE_DIR=/usr/include/apr-1.0
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE) test || true
+	LANG=C $(MAKE) test || true
 	# run the tests, but do not abort if some fail
 
 	touch $@




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