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

gregoa pushed a commit to branch master
in repository libtext-csv-encoded-perl.

commit fc4ddad6ff7ea69bd54827cb0f28eff8f1bf86df
Author: gregor herrmann <gre...@debian.org>
Date:   Sun Nov 1 18:11:53 2015 +0100

    Drop newer-encode.patch
    
    which was taken from the upstream bugtracker.
---
 debian/patches/newer-encode.patch | 20 --------------------
 debian/patches/series             |  1 -
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/newer-encode.patch 
b/debian/patches/newer-encode.patch
deleted file mode 100644
index d87366a..0000000
--- a/debian/patches/newer-encode.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: fix test to work with Encode >= 2.54
-Origin: CPAN RT#93438
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=93438
-Bug-Debian: https://bugs.debian.org/753042
-Author: HMBRAND [...] cpan.org
-Reviewed-by: gregor herrmann <gre...@debian.org>
-Last-Update: 2014-06-29
-
---- a/t/tests/03_file.t
-+++ b/t/tests/03_file.t
-@@ -105,7 +105,8 @@
- while( 1 ) {
-     my $row = $csv->getline( $fh );
-     $csv->eof and last;
--    is( $row->[0], Encode::decode_utf8( $checker->getline( $fh2 )->[1] ) );
-+    my $data = $checker->getline( $fh2 )->[1];
-+    is( $row->[0], utf8::is_utf8 ($data) ? $data : Encode::decode_utf8( $data 
) );
- }
- 
- close($fh);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8363995..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-newer-encode.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtext-csv-encoded-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to