Heya,

This patch both fixes the FTBFS reported as #356829 and changes the
packaging to use libtest-simple-perl.

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
151: SUN recommended patches
       Mit den Patches ist es wie mit dem Bier nach einer durchzechten Nacht.
       Einer wird wohl schlecht gewesen sein. (Störungsmeldung der Uni Jena)

diff -Nwru libtest-warn-perl-0.08/debian/changelog libtest-warn-perl-0.08-2.1/debian/changelog
--- libtest-warn-perl-0.08/debian/changelog	2006-04-23 16:21:23.000000000 +0200
+++ libtest-warn-perl-0.08-2.1/debian/changelog	2006-04-23 16:18:46.000000000 +0200
@@ -1,3 +1,10 @@
+libtest-warn-perl (0.08-2.1) unstable; urgency=low
+
+  * debian/control: Test::Builder::Tester is now in libtest-simple-perl.
+  * Using the newer module fixes the FTBFS. (Closes: #356829)
+
+ -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>  Sun, 23 Apr 2006 16:17:44 +0200
+
 libtest-warn-perl (0.08-2) unstable; urgency=low
 
   * Adds debian/watch so uscan will actually work
diff -Nwru libtest-warn-perl-0.08/debian/control libtest-warn-perl-0.08-2.1/debian/control
--- libtest-warn-perl-0.08/debian/control	2006-04-23 16:21:23.000000000 +0200
+++ libtest-warn-perl-0.08-2.1/debian/control	2006-04-23 16:16:48.000000000 +0200
@@ -2,12 +2,12 @@
 Section: perl
 Priority: optional
 Maintainer: Jay Bonci <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1), perl (>= 5.6.0-16), libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-builder-tester-perl, libtree-dagnode-perl
+Build-Depends-Indep: debhelper (>= 4.1), perl (>= 5.6.0-16), libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-simple-perl, libtree-dagnode-perl
 Standards-Version: 3.6.1.0
 
 Package: libtest-warn-perl
 Architecture: all
-Depends: ${perl:Depends}, libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-builder-tester-perl, libtree-dagnode-perl
+Depends: ${perl:Depends}, libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-simple-perl, libtree-dagnode-perl
 Description: Test for warning-based code in perl
  Test::Warn provides an easy way to test for code throwing warnings in perl.
  It's similar in style to the Test::More family of utilities. 

Reply via email to