r74865 - in /trunk/libnet-ssleay-perl/debian: changelog control patches/no_kwalitee_test.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed May 25 15:21:26 UTC 2011


Author: gregoa
Date: Wed May 25 15:21:13 2011
New Revision: 74865

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74865
Log:
Remove build dependency on libtest-kwalitee-perl to break a nasty
dependency loop, thanks to Thorsten Glaser for the bug report
(closes: #627865). Add a patch to disable the kwalitee tests.

Added:
    trunk/libnet-ssleay-perl/debian/patches/no_kwalitee_test.patch
Modified:
    trunk/libnet-ssleay-perl/debian/changelog
    trunk/libnet-ssleay-perl/debian/control
    trunk/libnet-ssleay-perl/debian/patches/series

Modified: trunk/libnet-ssleay-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssleay-perl/debian/changelog?rev=74865&op=diff
==============================================================================
--- trunk/libnet-ssleay-perl/debian/changelog (original)
+++ trunk/libnet-ssleay-perl/debian/changelog Wed May 25 15:21:13 2011
@@ -1,3 +1,11 @@
+libnet-ssleay-perl (1.36-3) UNRELEASED; urgency=low
+
+  * Remove build dependency on libtest-kwalitee-perl to break a nasty
+    dependency loop, thanks to Thorsten Glaser for the bug report
+    (closes: #627865). Add a patch to disable the kwalitee tests.
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 25 May 2011 17:19:18 +0200
+
 libnet-ssleay-perl (1.36-2) unstable; urgency=low
 
   [ Chris Butler ]

Modified: trunk/libnet-ssleay-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssleay-perl/debian/control?rev=74865&op=diff
==============================================================================
--- trunk/libnet-ssleay-perl/debian/control (original)
+++ trunk/libnet-ssleay-perl/debian/control Wed May 25 15:21:13 2011
@@ -10,7 +10,7 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-ssleay-perl/
 Build-Depends: debhelper (>= 8), perl, libssl-dev, openssl,
  libtest-pod-perl, libtest-exception-perl, libtest-warn-perl,
- libtest-nowarnings-perl, libtest-kwalitee-perl
+ libtest-nowarnings-perl
 
 Package: libnet-ssleay-perl
 Architecture: any

Added: trunk/libnet-ssleay-perl/debian/patches/no_kwalitee_test.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssleay-perl/debian/patches/no_kwalitee_test.patch?rev=74865&op=file
==============================================================================
--- trunk/libnet-ssleay-perl/debian/patches/no_kwalitee_test.patch (added)
+++ trunk/libnet-ssleay-perl/debian/patches/no_kwalitee_test.patch Wed May 25 15:21:13 2011
@@ -1,0 +1,18 @@
+Description: Don't run Test::Kwalitee on Debian (avoids dependency loop)
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/627865
+Forwarded: not-needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-05-25
+
+--- a/t/local/kwalitee.t
++++ b/t/local/kwalitee.t
+@@ -4,5 +4,8 @@
+ use warnings;
+ use Test::More;
+ 
++# Debian-specific. Cf. #627865
++plan skip_all => "Don't run Test::Kwalitee on Debian";
++
+ eval "use Test::Kwalitee;";
+ plan skip_all => 'Needs Test::Kwalitee' if $@;

Modified: trunk/libnet-ssleay-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssleay-perl/debian/patches/series?rev=74865&op=diff
==============================================================================
--- trunk/libnet-ssleay-perl/debian/patches/series (original)
+++ trunk/libnet-ssleay-perl/debian/patches/series Wed May 25 15:21:13 2011
@@ -1,3 +1,4 @@
 10fix_pod.patch
 20no-stray-libz-link.patch
 no_sslv2.patch
+no_kwalitee_test.patch




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