[libxml-compile-perl] 05/06: Create patch fixing typo in manpage

Lucas Kanashiro kanashiro at moszumanska.debian.org
Mon Oct 31 17:03:10 UTC 2016


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

kanashiro pushed a commit to branch master
in repository libxml-compile-perl.

commit 54444fb743b2e8901fa898ef24ae88f71c102c2a
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Mon Oct 31 14:56:57 2016 -0200

    Create patch fixing typo in manpage
---
 debian/changelog                         |  1 +
 debian/patches/fix-typo-in-mapange.patch | 17 +++++++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 50de2f7..37bc898 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxml-compile-perl (1.54-1) UNRELEASED; urgency=medium
   * Import upstream version 1.54
   * Remove patch fixing typo in manpage, applied by upstream
   * debian/control: update dependencies version with cme
+  * Create patch fixing typo in manpage
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Mon, 31 Oct 2016 14:00:10 -0200
 
diff --git a/debian/patches/fix-typo-in-mapange.patch b/debian/patches/fix-typo-in-mapange.patch
new file mode 100644
index 0000000..0ceed44
--- /dev/null
+++ b/debian/patches/fix-typo-in-mapange.patch
@@ -0,0 +1,17 @@
+Description: Fix typo in manpage
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-10-31
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118569
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118569
+
+--- a/lib/XML/Compile/Schema.pod
++++ b/lib/XML/Compile/Schema.pod
+@@ -2039,7 +2039,7 @@ for short:
+ 
+ =head3 key_rewrite when localNames collide
+ 
+-Let's start with an appology: we cannot auto-detect when these rewrite
++Let's start with an apology: we cannot auto-detect when these rewrite
+ rules are needed, because the colliding keys are within the same HASH,
+ but the processing is fragmented over various (sequence) blocks: the
+ parser does not have the overview on which keys of the HASH are used
diff --git a/debian/patches/series b/debian/patches/series
index db50f0f..8f5563b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-typo-in-mapange.patch
 fix-lintian-warnings-about-manpages

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



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