[SCM] Debian packaging of libdevel-ebug-perl branch, master, updated. 1be8258dddb8463d16450db883f1dcc27a0305d2

gregor herrmann gregoa at debian.org
Fri Jan 13 14:47:57 UTC 2012


The following commit has been merged in the master branch:
commit 10d928bccfaee20258bc6d435ff47c50a0722f41
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 13 15:38:00 2012 +0100

    Remove patches, both applied upstream.

diff --git a/debian/patches/fix_593012_ftbfs_yaml_syck_1_12.patch b/debian/patches/fix_593012_ftbfs_yaml_syck_1_12.patch
deleted file mode 100644
index f1fed9d..0000000
--- a/debian/patches/fix_593012_ftbfs_yaml_syck_1_12.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Fix FTBFS when built with libyaml-syck-perl (>= 1.12)
- due change in YAML::Syck which does not quote strings when data has 
- been sorted numerically before being passed to JSON::Syck::Dump.
- .
- See: https://rt.cpan.org/Ticket/Display.html?id=50227 and change
- in YAML::Syck:
- .
- * RT 50227 - Not quoting strings when data has been sorted numerically
-   before being passed to JSON::Syck::Dump
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=60393
-Bug-Debian: http://bugs.debian.org/593012
-Forwarded: yes
-Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Reviewed-by: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
-Last-Update: 2010-08-16
-
---- a/t/pad.t
-+++ b/t/pad.t
-@@ -83,5 +83,5 @@
- 
- $ebug->run;
- $pad = $ebug->pad_human;
--is($pad->{'$first'}, '"$koremutake"');
-+is($pad->{'$first'}, '$koremutake');
- 
diff --git a/debian/patches/perl-5.12.patch b/debian/patches/perl-5.12.patch
deleted file mode 100644
index 3e1d872..0000000
--- a/debian/patches/perl-5.12.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Niko Tyni <ntyni at debian.org>
-Date: Sat, 15 May 2010 10:06:18 +0300
-Bug-Debian: http://bugs.debian.org/578942
-Bug: http://rt.cpan.org/Public/Bug/Display.html?id=33009
-Subject: Fix a test failure with Perl 5.12 due to slightly changed caller() interface
-
-As noted by Andreas Koenig in
- https://rt.cpan.org/Public/Bug/Display.html?id=33009
-
-and shown by (for example)
- perl -le 'sub a { @a=caller(0); print "$]: <$a[5]>"}; scalar a()'
-
-the wantarray element of caller(n) was changed slightly for Perl 5.12
-by change 33022. Adjust the test suite accordingly.
---- libdevel-ebug-perl.orig/t/stack.t
-+++ libdevel-ebug-perl/t/stack.t
-@@ -23,7 +23,7 @@
- is($trace->package   , "main");
- is($trace->filename  , "t/calc.pl");
- is($trace->subroutine, "main::add");
--is($trace->wantarray , 0);
-+ok(! $trace->wantarray);
- is($trace->line      , 5);
- is_deeply([$trace->args], [1, 2]);
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0ba06fb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-perl-5.12.patch
-fix_593012_ftbfs_yaml_syck_1_12.patch

-- 
Debian packaging of libdevel-ebug-perl



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