r31664 - in /trunk/libtest-harness-perl/debian: changelog patches/series patches/skip-tests-pbuilder.patch

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sun Mar 8 00:32:37 UTC 2009


Author: antonio-guest
Date: Sun Mar  8 00:32:34 2009
New Revision: 31664

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31664
Log:
* debian/patches
  + manpage-error.patch: description added
  + skip-tests-pbuilder.patch: removed some tests failing on some pbuilder 
    systems

Added:
    trunk/libtest-harness-perl/debian/patches/skip-tests-pbuilder.patch
Modified:
    trunk/libtest-harness-perl/debian/changelog
    trunk/libtest-harness-perl/debian/patches/series

Modified: trunk/libtest-harness-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-harness-perl/debian/changelog?rev=31664&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/changelog (original)
+++ trunk/libtest-harness-perl/debian/changelog Sun Mar  8 00:32:34 2009
@@ -1,7 +1,4 @@
 libtest-harness-perl (3.16-1) UNRELEASED; urgency=low
-
-  PROBLEM:
-  FTBFS (in a cowbuilder chroot): t/compat/regression.t fails
 
   [ Antonio Radici ]
   * New upstream release
@@ -9,7 +6,10 @@
     + added myself to the Uploaders
     + adding ${misc:Depends} to libtap-parser-perl (to make lintian happy)
   * debian/copyright: switched to the new format
-  * debian/patches/manpage-error.patch: description added
+  * debian/patches
+    + manpage-error.patch: description added
+    + skip-tests-pbuilder.patch: removed some tests failing on some pbuilder 
+      systems
   * debian/postrm and debian/preinst: added set -e
 
   [ gregor herrmann ]

Modified: trunk/libtest-harness-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-harness-perl/debian/patches/series?rev=31664&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/patches/series (original)
+++ trunk/libtest-harness-perl/debian/patches/series Sun Mar  8 00:32:34 2009
@@ -1,1 +1,2 @@
 manpage-error.patch
+skip-tests-pbuilder.patch

Added: trunk/libtest-harness-perl/debian/patches/skip-tests-pbuilder.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-harness-perl/debian/patches/skip-tests-pbuilder.patch?rev=31664&op=file
==============================================================================
--- trunk/libtest-harness-perl/debian/patches/skip-tests-pbuilder.patch (added)
+++ trunk/libtest-harness-perl/debian/patches/skip-tests-pbuilder.patch Sun Mar  8 00:32:34 2009
@@ -1,0 +1,15 @@
+this testsuite is failing in some pbuilder envs, but I didn't manage
+to reproduce and fix the problem, so since the tests are building
+fine in other pbuilder envs and in a non-chroot-ed systems, I am
+just skipping the tests
+--- a/t/compat/test-harness-compat.t
++++ b/t/compat/test-harness-compat.t
+@@ -14,7 +14,7 @@
+ 
+ # use lib 't/lib';
+ 
+-use Test::More;
++use Test::More skip_all => "pbuilder failures";
+ use File::Spec;
+ use Test::Harness qw(execute_tests);
+ 




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