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

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Mar 22 20:50:33 UTC 2011


Author: periapt-guest
Date: Tue Mar 22 20:50:20 2011
New Revision: 71872

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71872
Log:
* Reviewed 7 patches
  - Removed 009_allow_parallel_build.patch [applied upstream]

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

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=71872&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Mar 22 20:50:20 2011
@@ -3,7 +3,6 @@
   TODO:
   - DEB_BUILD_OPTIONS does not seem to work
   - Clean lintian
-  - Upgrade version
   - Review patches
   - Check copright
 
@@ -14,8 +13,8 @@
   * Added versioning of depdendency between dev and core packages
   * Registered documents with doc-base (in progress)
   * New upstream release
-  * Reviewed 6 patches
-    - Removed 009_allow_parallel_build.patch
+  * Reviewed 7 patches
+    - Removed 009_allow_parallel_build.patch [applied upstream]
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 22 Mar 2011 14:19:58 +0000
 

Modified: 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=71872&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/031-test-extra-args.patch (original)
+++ trunk/libapache2-mod-perl2/debian/patches/031-test-extra-args.patch Tue Mar 22 20:50:20 2011
@@ -1,10 +1,13 @@
-Honour $(APACHE_TEST_EXTRA_ARGS); Makefile.PL has apparently not been updated
-since this was added to Apache::Test.
-Index: libapache2-mod-perl2/Makefile.PL
-===================================================================
---- libapache2-mod-perl2.orig/Makefile.PL	2008-12-26 19:33:34.000000000 -0600
-+++ libapache2-mod-perl2/Makefile.PL	2008-12-26 19:33:37.000000000 -0600
-@@ -781,12 +781,12 @@
+Author: Niko Tyni <ntyni at debian.org>
+Subject: APACHE_TEST_EXTRA
+ Honour $(APACHE_TEST_EXTRA_ARGS); Makefile.PL has apparently not been updated
+ since this was added to Apache::Test.
+Forwarded: not-needed
+Last-Update: 2011-03-22
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -783,12 +783,12 @@
  
  test_clean :
  	$(FULLPERL) -I$(INST_ARCHLIB) -I$(INST_LIB) \
@@ -16,6 +19,6 @@
  	$(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
+ 	$(MAKE) -k run_subtests
  
- test :: pure_all run_tests test_clean
+ run_subtests ::




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