[libconfig-std-perl] 03/04: Drop hash_order.patch patch applied upstream

Salvatore Bonaccorso carnil at debian.org
Thu Sep 12 17:50:01 UTC 2013


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libconfig-std-perl.

commit fac12885b404ec5dacd3499749b73cf484401712
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Sep 12 19:39:31 2013 +0200

    Drop hash_order.patch patch applied upstream
---
 debian/patches/hash_order.patch |   40 ---------------------------------------
 debian/patches/series           |    1 -
 2 files changed, 41 deletions(-)

diff --git a/debian/patches/hash_order.patch b/debian/patches/hash_order.patch
deleted file mode 100644
index ff5907a..0000000
--- a/debian/patches/hash_order.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-Description: fix hash order
-Origin: CP RT #85956
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85956
-Bug-Debian: http://bugs.debian.org/711434
-Author: Zefram <zefram [...] fysh.org>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-08-23
-
---- a/lib/Config/Std.pm	2011-04-13 01:16:53.000000000 +0000
-+++ b/lib/Config/Std.pm	2013-08-23 09:57:00.839769846 +0000
-@@ -218,7 +218,7 @@
-         return unless $is_first{ident $self};
- 
-         my $first = 1;
--        for my $key ( grep {!$updated_ref->{$_}} keys %{$hash_ref}) {
-+        for my $key ( sort grep {!$updated_ref->{$_}} keys %{$hash_ref}) {
-             my $value = $hash_ref->{$key};
-             my $separate = ref $value || $value =~ m/\n./xms;
-             $self->ensure_gap() if ($first ? $post_gap : $inter_gap)
-@@ -323,7 +323,7 @@
-             my $block = Config::Std::Block->new({name=>$block_name});
-             my $subhash = $hash_ref->{$block_name};
-             my $first = 1;
--            for my $key ( keys %{$subhash} ) {
-+            for my $key ( sort keys %{$subhash} ) {
-                 if (!defined $subhash->{$key}) {
-                     croak "Can't save undefined value for key {'$block_name'}{'$key'} (only scalars or array refs)";
-                 }
---- a/t/00write.t	2011-04-13 01:16:53.000000000 +0000
-+++ b/t/00write.t	2013-08-23 09:56:20.102550718 +0000
-@@ -42,8 +42,8 @@
- 
- __DATA__
- 
--def 3: def val 3
- def 2: def val 2
-+def 3: def val 3
- 
- def 3 ml: def val 3
-         : across several
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b1063a2..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-hash_order.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-std-perl.git



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