[SCM] Debian packaging of libcatalyst-perl branch, master, updated. debian/5.90007-1-12-gb33592a

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Feb 27 20:56:26 UTC 2012


The following commit has been merged in the master branch:
commit 6ad6f22ba0506adf48a59e4dd40934046d5a19f3
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Feb 27 20:56:58 2012 +0100

    only run some of the optional tests
    
    The lighttpd and apache tests seem to suffer from a problem with the
    basic setup of the test environment; the threads test segfaults??!
    
    bug filed at https://rt.cpan.org/Public/Bug/Display.html?id=75354

diff --git a/debian/changelog b/debian/changelog
index 5a997b4..6a636d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
 libcatalyst-perl (5.90010-1) UNRELEASED; urgency=low
 
-  WAITS-FOR: libb-hooks-endofscope-perl 0.10
-
   * Imported Upstream version 5.90009, 5.90010.
   * Added dependency on libb-hooks-endofscope-perl as well as on modules
     required to run additional tests.
diff --git a/debian/control b/debian/control
index 7de441a..0ea5704 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libb-hooks-endofscope-perl (>= 0.10),
+ libcatalyst-devel-perl,
  libcatalyst-engine-psgi-perl,
  libcatalystx-leakchecker-perl,
  libcgi-simple-perl (>= 1.109),
@@ -38,6 +39,7 @@ Build-Depends-Indep: perl,
  libplack-perl (>= 0.9974),
  libplack-middleware-reverseproxy-perl,
  libplack-test-externalserver-perl,
+ libproc-processtable-perl,
  libscope-upper-perl,
  libstring-rewriteprefix-perl,
  libtask-weaken-perl,
@@ -52,7 +54,6 @@ Build-Depends-Indep: perl,
  libtree-simple-visitorfactory-perl,
  libtry-tiny-perl,
  libwww-perl (>= 5.814),
- lighttpd,
  perl (>= 5.10.1) | libmodule-pluggable-perl (>= 3.9),
  perl (>= 5.10.1) | libparent-perl,
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
diff --git a/debian/rules b/debian/rules
index 9ec1967..061dbe6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,4 +14,6 @@ override_dh_builddeb:
 	dh_builddeb -- -Zxz
 
 override_dh_auto_test:
-	TEST_HTTP=1 TEST_LIGHTTPD=1 TEST_MEMLEAK=1 TEST_STRESS=1 TEST_THREADS=1 dh_auto_test
+	# TEST_LIGHTTPD, TEST_THREADS and the apache tests have issues, 
+	# neglected upstream? bug filed at RT#75354
+	TEST_HTTP=1 TEST_MEMLEAK=1 TEST_STRESS=1 dh_auto_test

-- 
Debian packaging of libcatalyst-perl



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