[libparse-bbcode-perl] 05/05: Add patch to fix spelling error found by lintian

Axel Beckert abe at deuxchevaux.org
Sat Jul 11 01:20:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libparse-bbcode-perl.

commit bb991033f2c6f64b1953c1a165c2cc5c59f4f333
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jul 11 03:14:41 2015 +0200

    Add patch to fix spelling error found by lintian
---
 debian/changelog                        |  1 +
 debian/patches/fix-spelling-error.patch | 16 ++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b188302..3131978 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,5 +3,6 @@ libparse-bbcode-perl (0.15-1) UNRELEASED; urgency=low
   * Initial Release.
     + Add patch to fix versioned perl interpreter in shebang line of
       example script.
+    + Add patch to fix spelling error found by lintian.
 
  -- Axel Beckert <abe at debian.org>  Sat, 11 Jul 2015 00:26:45 +0200
diff --git a/debian/patches/fix-spelling-error.patch b/debian/patches/fix-spelling-error.patch
new file mode 100644
index 0000000..120ff43
--- /dev/null
+++ b/debian/patches/fix-spelling-error.patch
@@ -0,0 +1,16 @@
+Description: Fix spelling error found by lintian
+Author: Axel Beckert <abe at debian.org>
+
+Index: libparse-bbcode-perl/lib/Parse/BBCode.pm
+===================================================================
+--- libparse-bbcode-perl.orig/lib/Parse/BBCode.pm	2014-07-15 16:17:40.000000000 +0200
++++ libparse-bbcode-perl/lib/Parse/BBCode.pm	2015-07-11 03:09:23.119309229 +0200
+@@ -1752,7 +1752,7 @@
+ BBCode is widely known and used.
+ Unfortunately though, there is no specification; some forums only allow
+ attributes in double quotes, some forums implement only one attribute that
+-can be seperated by spaces, which makes it difficult to parse if you
++can be separated by spaces, which makes it difficult to parse if you
+ want to support more than one attribute.
+ 
+ I tried to support the most common syntax (attributes without quotes, in
diff --git a/debian/patches/series b/debian/patches/series
index 95d41b4..7531ecc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-versioned-perl-shebang.patch
+fix-spelling-error.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-bbcode-perl.git



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