[SCM] Debian packaging of libxml-opml-simplegen-perl branch, master, updated. debian/0.05-1-7-gbf5bc36

gregor herrmann gregoa at debian.org
Sat Jun 16 14:06:26 UTC 2012


The following commit has been merged in the master branch:
commit 36405469442be43f59f68713767b0afbb729e956
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 16 16:02:52 2012 +0200

    Drop patch, applied upstream.

diff --git a/debian/patches/localefix-test.patch b/debian/patches/localefix-test.patch
deleted file mode 100644
index c24d220..0000000
--- a/debian/patches/localefix-test.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: the regex fails on 9 days of the month ...
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=77725
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=77725
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-06-09
-
---- a/t/03-localefix.t
-+++ b/t/03-localefix.t
-@@ -13,5 +13,6 @@
- 
- my $data = XML::OPML::SimpleGen->new()->as_string;
- 
--like($data, qr/<dateCreated>[a-z]{3}, \d+ [a-z]{3} \d{4} \d\d:\d\d:\d\d/i);
-+like($data, qr/<dateCreated>[a-z]{3}, {1,2}\d{1,2} [a-z]{3} \d{4} \d\d:\d\d:\d\d/i);
- #was <dateCreated>Сбт, 31 Окт 2009 15:51:22 +0300</dateCreated>
-+#was <dateCreated>Sat,  9 Jun 2012 01:04:42 +0200</dateCreated>
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index dcde93f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-localefix-test.patch

-- 
Debian packaging of libxml-opml-simplegen-perl



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