[SCM] Packaging for padre-plugin-catalyst branch, master, updated. upstream/0.13-29-g6e13ab3
Damyan Ivanov
dmn at debian.org
Thu Sep 8 21:11:42 UTC 2011
The following commit has been merged in the master branch:
commit c9ab77027a5cc059a1330351eb66c712e4bf1303
Author: Damyan Ivanov <dmn at debian.org>
Date: Fri Sep 9 00:01:47 2011 +0300
add a patch fixing an extra \n in a translation
diff --git a/debian/patches/fix-missing-po-newline.patch b/debian/patches/fix-missing-po-newline.patch
new file mode 100644
index 0000000..e9db801
--- /dev/null
+++ b/debian/patches/fix-missing-po-newline.patch
@@ -0,0 +1,18 @@
+Description: drop \n around a translation, matching the original string
+ Otherwise msgfmt complains
+ Upstream SVN has updated translation without that string
+Forwarded: not-needed
+Author: Damyan Ivanov <dmn at debian.org>
+
+--- a/share/locale/Padre__Plugin__Catalyst-es-es.po
++++ b/share/locale/Padre__Plugin__Catalyst-es-es.po
+@@ -176,8 +176,7 @@ msgstr "No se pudo iniciar el servidor a
+
+ #: lib/Padre/Plugin/Catalyst.pm:532
+ msgid "Web server stopped successfully."
+-msgstr "\n"
+-"Se detuvo correctamente el servidor web.\n"
++msgstr "Se detuvo correctamente el servidor web."
+
+ #: lib/Padre/Plugin/Catalyst.pm:547
+ msgid "Catalyst support for Padre"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..dddca00
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-missing-po-newline.patch
--
Packaging for padre-plugin-catalyst
More information about the Pkg-perl-cvs-commits
mailing list