Heya,
Here's the patch I used for the libtest-warn-perl NMU.
Marc
--
BOFH #216:
What office are you in? Oh, that one. Did you know that your
building was built over the universities first nuclear research site? And wow,
are'nt you the lucky one, your office is right over where the core is buried!
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-24 10:00:36.000000000 +0200
@@ -1,3 +1,11 @@
+libtest-warn-perl (0.08-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * 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.