[SCM] Debian packaging of libfile-mimeinfo-perl branch, master, updated. debian/0.16-1-10-gccf8581

gregor herrmann gregoa at debian.org
Sun May 26 17:58:08 UTC 2013


The following commit has been merged in the master branch:
commit a0633e31c3e3db637644a417847385740bd28e5e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 26 19:53:01 2013 +0200

    Add a patch to fix test failures under Perl 5.18.
    
    Closes: #709795

diff --git a/debian/patches/regexp-test.patch b/debian/patches/regexp-test.patch
new file mode 100644
index 0000000..c5d9551
--- /dev/null
+++ b/debian/patches/regexp-test.patch
@@ -0,0 +1,26 @@
+Description: add more regexen to test
+ (test failures in perl 5.18)
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85383
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85383
+Bug-Debian: http://bugs.debian.org/709795
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-26
+
+--- a/t/01_normal.t
++++ b/t/01_normal.t
+@@ -19,10 +19,10 @@
+ # test _glob_to_regexp
+ my $i = 0;
+ for my $glob (
+-  [ '*.pl',      [ '(?-xism:^.*\.pl$)',        '(?^u:^.*\.pl$)' ] ],           # 4
+-  [ '*.h++',     [ '(?-xism:^.*\.h\+\+$)',     '(?^u:^.*\.h\+\+$)' ] ],        # 5
+-  [ '*.[tar].*', [ '(?-xism:^.*\.[tar]\..*$)', '(?^u:^.*\.[tar]\..*$)' ] ],    # 6
+-  [ '*.?',       [ '(?-xism:^.*\..?$)',        '(?^u:^.*\..?$)' ] ],           # 7
++  [ '*.pl',      [ '(?-xism:^.*\.pl$)',        '(?^u:^.*\.pl$)',        '(?^:^.*\.pl$)' ] ],           # 4
++  [ '*.h++',     [ '(?-xism:^.*\.h\+\+$)',     '(?^u:^.*\.h\+\+$)',     '(?^:^.*\.h\+\+$)' ] ],        # 5
++  [ '*.[tar].*', [ '(?-xism:^.*\.[tar]\..*$)', '(?^u:^.*\.[tar]\..*$)', '(?^:^.*\.[tar]\..*$)' ] ],    # 6
++  [ '*.?',       [ '(?-xism:^.*\..?$)',        '(?^u:^.*\..?$)',        '(?^:^.*\..?$)' ] ],           # 7
+   )
+ {
+   my $converted = File::MimeInfo::_glob_to_regexp( $glob->[0] );
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2be481f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+regexp-test.patch

-- 
Debian packaging of libfile-mimeinfo-perl



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