[SCM] Debian packaging of libapache-authenhook-perl branch, master, updated. a28c82f180176877a7e9e9453d26578c65f3317c

Xavier Guimard x.guimard at free.fr
Mon Jan 7 04:44:53 UTC 2013


The following commit has been merged in the master branch:
commit a28c82f180176877a7e9e9453d26578c65f3317c
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon Jan 7 05:44:08 2013 +0100

    Enable tests + update d/ch

diff --git a/debian/changelog b/debian/changelog
index 907ae02..833e8b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,7 @@
 libapache-authenhook-perl (2.00-04+pristine-3) UNRELEASED; urgency=low
 
-  I suggest to wait for the wheezy release (apache, mod_perl, ...)
-
   TODO:
-  - d/copyright: "ivan at debianorg" doesn't look correct
-  - the old d/rules installed ToDo --> either install it again or mention the
-    removal in d/changelog. (usually we install Todos)
-  - the old debian/rules removed t/TEST during clean. now the packages fails
-    to build twice in a row -> add it to debian/clean
-  - d/rules: I don't think only running the pod test is needed. I see no
-    network tests, apache is started anyway, and for me all tests work
-    (without network access); some are skipped an might warrant a further
-    look, but the package builds fine
+  I suggest to wait for the wheezy release (apache, mod_perl, ...)
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -29,8 +19,7 @@ libapache-authenhook-perl (2.00-04+pristine-3) UNRELEASED; urgency=low
   * Bump debhelper compatibility to 9 to get hardening flags
   * Update debian/copyright (years and format)
   * Update debian/rules to use "dh $@"
-  * Enable non network tests (t/99-pod.t):
-    + Add an override in debian/rules
+  * Enable tests:
     + Add libtest-pod-perl in build dependencies
     + Add patch to :
       * replace pod_ok() by pod_file_ok() as required by Test::Pod
diff --git a/debian/rules b/debian/rules
index 855d5e0..1b66939 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,3 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- CCFLAGS="$(shell apr-1-config --includes) $(shell apr-1-config --cflags)"
-
-# Disabling network tests
-override_dh_auto_test:
-	dh_auto_test -- TEST_FILES="t/99pod.t"

-- 
Debian packaging of libapache-authenhook-perl



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