[SCM] Debian packaging of libxml-opml-simplegen-perl branch, master, updated. 3a39ff9bcda069e050da4df9ddd8b216e18913bf

gregor herrmann gregoa at debian.org
Fri Jun 8 23:09:12 UTC 2012


The following commit has been merged in the master branch:
commit 22d41f4e9c10f2e491ea9c34b20bcfff047b8bfb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 9 01:07:49 2012 +0200

    Add a patch that fixes a regex in a test.

diff --git a/debian/patches/localefix-test.patch b/debian/patches/localefix-test.patch
new file mode 100644
index 0000000..c24d220
--- /dev/null
+++ b/debian/patches/localefix-test.patch
@@ -0,0 +1,17 @@
+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
new file mode 100644
index 0000000..dcde93f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+localefix-test.patch

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



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