[SCM] Debian packaging of libtest-nobreakpoints-perl branch, master, updated. a6526d56db2afff35d263a961cb97ac1724c0ba9

gregor herrmann gregoa at debian.org
Fri Jan 13 15:39:01 UTC 2012


The following commit has been merged in the master branch:
commit 7501a27d221b374b17fbd276cf0e5a60821dc714
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 13 16:14:32 2012 +0100

    Remove patch, applied upstream.

diff --git a/debian/patches/rt53609.patch b/debian/patches/rt53609.patch
deleted file mode 100644
index 410ae57..0000000
--- a/debian/patches/rt53609.patch
+++ /dev/null
@@ -1,114 +0,0 @@
-Description: fix FTBFS problem
-Author: Apocalypse <perl at 0ne.us>
-Reviewed-by: Jonathan Yu <jawnsy at cpan.org>
-Origin: vendor
-Forwarded: yes
-Bug-CPAN: http://rt.cpan.org/Public/Bug/Display.html?id=53609
---- a/t/05_no_breakpoints_ok.t
-+++ b/t/05_no_breakpoints_ok.t
-@@ -5,7 +5,7 @@
- BEGIN {
-     use Test::Tester 0.09;
-     use Test::More;
--    our $tests = 46;
-+    our $tests = 54;
-     eval "use Test::NoWarnings";
-     $tests++ unless( $@ );
-     plan tests => $tests;
---- a/t/06_all_files_no_breakpoints_ok.t
-+++ b/t/06_all_files_no_breakpoints_ok.t
-@@ -5,7 +5,7 @@
- BEGIN {
-     use Test::Tester 0.09;
-     use Test::More;
--    our $tests = 27;
-+    our $tests = 37;
-     eval "use Test::NoWarnings";
-     $tests++ unless( $@ );
-     plan tests => $tests;
-@@ -21,46 +21,56 @@
-     [
-         {
-             ok   => 1,
-+            depth => 2,
-             name => 'no breakpoint test of ./01_use.t',
-         },
-         {
-             ok   => 1,
-+            depth => 2,
-             name => 'no breakpoint test of ./02_pod.t',
-         },
-         {
-             ok   => 1,
-+            depth => 2,
-             name => 'no breakpoint test of ./04_all_perl_files.t',
-         },
-         {
-             ok   => 0,
-+            depth => 2,
-             name => 'no breakpoint test of ./05_no_breakpoints_ok.t',
-             diag => 'breakpoint found in ./05_no_breakpoints_ok.t: $DB::signal =1' . "\n",
-         },
-         {
-             ok   => 0,
-+            depth => 2,
-             name => 'no breakpoint test of ./06_all_files_no_breakpoints_ok.t',
-             diag => 'breakpoint found in ./06_all_files_no_breakpoints_ok.t: $DB::signal =1' . "\n",
-         },
-         {
-             ok   => 1,
-+            depth => 2,
-             name => 'no breakpoint test of ./07_deprecated_warnings.t',
-         },
-         {
-             ok   => 1,
-+            depth => 2,
-             name => 'no breakpoint test of ./08_deprecated.t',
-         },
-         {
-             ok   => 0,
-+            depth => 2,
-             name => 'no breakpoint test of ./baz/foo.t',
-             diag => 'breakpoint found in ./baz/foo.t: $DB::signal = 1' . "\n",
-         },
-         {
-             ok   => 0,
-+            depth => 2,
-             name => 'no breakpoint test of ./baz/gzonk/foo.pl',
-             diag => 'breakpoint found in ./baz/gzonk/foo.pl: $DB::single = 2' . "\n",
-         },
-         {
-             ok   => 1,
-+            depth => 2,
-             name => 'no breakpoint test of ./baz/quux/Foo.pm',
-         },
-     ],
---- a/t/08_deprecated.t
-+++ b/t/08_deprecated.t
-@@ -11,7 +11,7 @@
- BEGIN {
-     use Test::Tester 0.09;
-     use Test::More;
--    our $tests = 17;
-+    our $tests = 21;
-     eval "use Test::NoWarnings";
-     $tests++ unless( $@ );
-     plan tests => $tests;
-@@ -39,14 +39,17 @@
-     [
-         {
-             ok   => 1,
-+            depth => 2,
-             name => 'no breakpoint test of ./01_use.t',
-         },
-         {
-             ok   => 1,
-+            depth => 2,
-             name => 'no breakpoint test of ./02_pod.t',
-         },
-         {
-             ok   => 1,
-+            depth => 2,
-             name => 'no breakpoint test of ./04_all_perl_files.t',
-         },
-     ],
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e1c8b65..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-rt53609.patch

-- 
Debian packaging of libtest-nobreakpoints-perl



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