[SCM] Packaging of Locale::PO branch, master, updated. upstream/0.21-16-g7957c57

Xavier Guimard x.guimard at free.fr
Wed Nov 7 06:17:20 UTC 2012


The following commit has been merged in the master branch:
commit 95bbc19d77de5346747516ee4d16f1767b888503
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Wed Nov 7 07:13:18 2012 +0100

    Remove patch now included in upstream

diff --git a/debian/patches/0001-Allow-for-indented-multiline-msgstr.patch b/debian/patches/0001-Allow-for-indented-multiline-msgstr.patch
deleted file mode 100644
index 405d65e..0000000
--- a/debian/patches/0001-Allow-for-indented-multiline-msgstr.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: =?UTF-8?q?Carl=20F=C3=BCrstenberg?= <azatoth at gmail.com>
-Date: Sat, 13 Aug 2011 19:55:27 +0200
-Subject: Allow for indented multiline msgstr
-
-It is possible for xgettext and msgmerge to create indentent po files,
-currently Locale::PO hasn't handled that well
----
- PO.pm |    4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/PO.pm b/PO.pm
-index f9ddd4b..c7d5247 100644
---- a/PO.pm
-+++ b/PO.pm
-@@ -426,10 +426,10 @@ sub _load_file {
-             $buffer{msgstr_n}{$1} = $self->dequote($2);
-             $last_buffer = \$buffer{msgstr_n}{$1};
-         }
--        elsif (/^(?:#~\s+)?"/) {
-+        elsif (/^(?:#~\s+)?\s*(".*)/) {
- 
-             # contined string
--            $$last_buffer .= $self->dequote($_);
-+            $$last_buffer .= $self->dequote($1);
-         }
-         else {
-             warn "Strange line at $file line $line_number: $_\n";
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 984e234..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Allow-for-indented-multiline-msgstr.patch

-- 
Packaging of Locale::PO



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