[libfile-mimeinfo-perl] 03/05: Drop patches, both merged upstream.

gregor herrmann gregoa at debian.org
Wed Oct 2 20:36:50 UTC 2013


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

gregoa pushed a commit to branch master
in repository libfile-mimeinfo-perl.

commit def1e11aa4ce17ec1383b42edb95a4833b7cf139
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 2 22:34:42 2013 +0200

    Drop patches, both merged upstream.
---
 debian/patches/regexp-test.patch |   26 --------------------------
 debian/patches/series            |    2 --
 debian/patches/spelling.patch    |   18 ------------------
 3 files changed, 46 deletions(-)

diff --git a/debian/patches/regexp-test.patch b/debian/patches/regexp-test.patch
deleted file mode 100644
index c5d9551..0000000
--- a/debian/patches/regexp-test.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-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
deleted file mode 100644
index 9d3ac67..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-regexp-test.patch
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 5a8aab7..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix a spelling mistake
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=85634
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85634
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2013-05-26
-
---- a/lib/File/MimeInfo/Applications.pm
-+++ b/lib/File/MimeInfo/Applications.pm
-@@ -251,7 +251,7 @@
- 
- Save a default application for this mimetype. This action will
- affect other applications using the same mechanism to find a default
--appliction.
-+application.
- 
- APPLICATION can either be a File::DesktopEntry object or
- the basename of a .desktop file.

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



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