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

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri Feb 17 22:01:54 UTC 2012


The following commit has been merged in the master branch:
commit 0fb1acac560ab298ae4b3d970f37b26244f01640
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri Feb 17 22:20:01 2012 +0100

    Added dependency on libb-hooks-endofscope-perl as well as on modules required for tests

diff --git a/debian/changelog b/debian/changelog
index d05d4bd..b63c220 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 libcatalyst-perl (5.90009-1) UNRELEASED; urgency=low
 
+  WAITS-FOR: libb-hooks-endofscope-perl 0.10
+
   * Imported Upstream version 5.90009.
+  * Added dependency on libb-hooks-endofscope-perl as well as on modules
+    required to run additional tests.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Fri, 17 Feb 2012 21:47:29 +0100
 
diff --git a/debian/control b/debian/control
index fb46144..7de441a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,8 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
+ libb-hooks-endofscope-perl (>= 0.10),
+ libcatalyst-engine-psgi-perl,
  libcatalystx-leakchecker-perl,
  libcgi-simple-perl (>= 1.109),
  libclass-accessor-perl,
@@ -44,11 +46,13 @@ Build-Depends-Indep: perl,
  libtest-nowarnings-perl,
  libtest-pod-coverage-perl,
  libtest-pod-perl,
+ libtest-without-module-perl,
  libtext-simpletable-perl,
  libtree-simple-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)
@@ -65,6 +69,7 @@ Package: libcatalyst-perl
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${perl:Depends},
+ libb-hooks-endofscope-perl (>= 0.10),
  libcgi-simple-perl (>= 1.109),
  libclass-accessor-perl,
  libclass-c3-adopt-next-perl,
diff --git a/debian/rules b/debian/rules
index d83ea2a..9ec1967 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,6 @@ override_dh_fixperms:
 
 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

-- 
Debian packaging of libcatalyst-perl



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