r17367 - in /trunk/libapache2-mod-perl2/debian: changelog patches/031-test-extra-args.patch patches/series

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Wed Mar 12 21:45:33 UTC 2008


Author: ntyni
Date: Wed Mar 12 21:45:22 2008
New Revision: 17367

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17367
Log:
* debian/patches/031-test-extra-args.patch: honour
  APACHE_TEST_EXTRA_ARGS with the top level test suite too.

Added:
    trunk/libapache2-mod-perl2/debian/patches/031-test-extra-args.patch
Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/patches/series

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=17367&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Wed Mar 12 21:45:22 2008
@@ -5,6 +5,8 @@
     so that Apache::Test parses the right apache2 configuration file.
   * debian/patches/030-apxs-no-prefix.patch: fix a resulting warning
     from apxs2 looking for CFG_PREFIX, which is not set on Debian.
+  * debian/patches/031-test-extra-args.patch: honour
+    APACHE_TEST_EXTRA_ARGS with the top level test suite too.
 
  -- Niko Tyni <ntyni at debian.org>  Wed, 12 Mar 2008 23:15:59 +0200
 

Added: trunk/libapache2-mod-perl2/debian/patches/031-test-extra-args.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/031-test-extra-args.patch?rev=17367&op=file
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/031-test-extra-args.patch (added)
+++ trunk/libapache2-mod-perl2/debian/patches/031-test-extra-args.patch Wed Mar 12 21:45:22 2008
@@ -1,0 +1,19 @@
+Honour $(APACHE_TEST_EXTRA_ARGS); Makefile.PL has apparently not been updated
+since this was added to Apache::Test.
+--- libapache2-mod-perl2.orig/Makefile.PL
++++ libapache2-mod-perl2/Makefile.PL
+@@ -779,12 +779,12 @@
+ 
+ test_clean :
+ 	$(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \
+-	t/TEST -clean
++	t/TEST $(APACHE_TEST_EXTRA_ARGS) -clean
+ 
+ run_tests : test_clean
+ 	$(PASSENV) \
+ 	$(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \
+-	t/TEST -bugreport -verbose=$(TEST_VERBOSE) $(TEST_FILES)
++	t/TEST $(APACHE_TEST_EXTRA_ARGS) -bugreport -verbose=$(TEST_VERBOSE) $(TEST_FILES)
+ 	cd ModPerl-Registry && $(MAKE) test
+ 
+ test :: pure_all run_tests test_clean

Modified: trunk/libapache2-mod-perl2/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/series?rev=17367&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/series (original)
+++ trunk/libapache2-mod-perl2/debian/patches/series Wed Mar 12 21:45:22 2008
@@ -1,3 +1,4 @@
+031-test-extra-args.patch
 030-apxs-no-prefix.patch
 001-gtop2.patch
 004-bugs-to-debian-bts.patch




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