[padre] 01/02: add patch by Piotr Roszatycki fixing perl5.yml
Damyan Ivanov
dmn at moszumanska.debian.org
Sun Oct 11 15:12:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository padre.
commit f367932bc54f43973d3226e019280fdbd20d1a0a
Author: Damyan Ivanov <dmn at debian.org>
Date: Sun Oct 11 13:31:20 2015 +0000
add patch by Piotr Roszatycki fixing perl5.yml
Closes: #801373, LP#1392271
---
debian/patches/fix-perl5.yml.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 19 insertions(+)
diff --git a/debian/patches/fix-perl5.yml.patch b/debian/patches/fix-perl5.yml.patch
new file mode 100644
index 0000000..06eb015
--- /dev/null
+++ b/debian/patches/fix-perl5.yml.patch
@@ -0,0 +1,18 @@
+Fix duplicate key in share/languages/perl5/perl5.yml
+Author: Piotr Roszatycki (on launchpad)
+Signed-Off: Damyan Ivanov <dmn at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801373
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/padre/+bug/1392271
+Forwarded: no
+
+--- a/share/languages/perl5/perl5.yml
++++ b/share/languages/perl5/perl5.yml
+@@ -36,7 +36,7 @@ chmod:
+ chomp:
+ cmd: (STRING) or (ARRAY)
+ exp: Remove the newline from the end of the STRING or from the end of every string in the ARRAY.
+-chomp:
++chop:
+ cmd: (STRING)
+ exp: Remove last character from STRING. (Usually better to use chomp than chop.)
+ chown:
diff --git a/debian/patches/series b/debian/patches/series
index aad948e..646db52 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ desktop-keywords.patch
desktop-icon.patch
precedence.patch
fix-pseudo-perl-doc-for-5-20
+fix-perl5.yml.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/padre.git
More information about the Pkg-perl-cvs-commits
mailing list