[libtree-xpathengine-perl] 01/01: fix TODO and changelog to unstable

Matanya Moses matanya at foss.co.il
Wed Dec 10 20:58:48 UTC 2014


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

matanya-guest pushed a commit to branch master
in repository libtree-xpathengine-perl.

commit cd6950d60c746ec3f7c37a6a795f08292b11b3b8
Author: Matanya Moses <matanya at foss.co.il>
Date:   Wed Dec 10 22:58:21 2014 +0200

    fix TODO and changelog to unstable
---
 debian/changelog                 | 13 +------------
 debian/patches/fixspelling.patch | 26 ++++++++++++++++++--------
 2 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 24a281b..8d3d9e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,4 @@
-libtree-xpathengine-perl (0.05-1) UNRELEASED; urgency=low
-
-  TODO:
-  - 2 lintian warnings left:
-    + W: libtree-xpathengine-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Tree::XPathEngine.3pm.gz
-      caused by the patch :)
-      the =encoding directive needs to be _before_ the "=head1 NAME",
-      and there needs to be an empty beline before and after each directive
-    + W: libtree-xpathengine-perl: manpage-has-errors-from-pod2man usr/share/man/man3/Tree::XPathEngine.3pm.gz:609
-      this time the POD ERROR is:
-      Around line 1310:
-          L<> starts or ends with whitespace
+libtree-xpathengine-perl (0.05-1) unstable; urgency=low
 
   * Initial Release. (Closes: #772667)
 
diff --git a/debian/patches/fixspelling.patch b/debian/patches/fixspelling.patch
index a1a33d4..4b9b9c8 100644
--- a/debian/patches/fixspelling.patch
+++ b/debian/patches/fixspelling.patch
@@ -5,18 +5,19 @@ Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=100815
 Author: matanya moses <matanya at foss.co.il>
 Last-Update: 2014-12-09
 
---- a/lib/Tree/XPathEngine.pm
-+++ b/lib/Tree/XPathEngine.pm
-@@ -841,7 +841,7 @@ sub _debug {
+Index: libtree-xpathengine-perl/lib/Tree/XPathEngine.pm
+===================================================================
+--- libtree-xpathengine-perl.orig/lib/Tree/XPathEngine.pm	2014-12-10 22:49:40.964245368 +0200
++++ libtree-xpathengine-perl/lib/Tree/XPathEngine.pm	2014-12-10 22:54:54.954194142 +0200
+@@ -839,6 +839,7 @@
+ 
+ 
  __END__
++=encoding UTF-8
  
  =head1 NAME
--
-+=encoding UTF-8
- Tree::XPathEngine - a re-usable XPath engine
  
- =head1 DESCRIPTION
-@@ -916,7 +916,7 @@ shouldn't have to touch most of that.
+@@ -916,7 +917,7 @@
  a regular expression used to match names (node names or attribute names)
  by default it is qr/[A-Za-z_][\w.-]*/ in order to work under perl 5.6.n,
  but you might want to use something like qr/\p{L}[\w.-]*/ in 5.8.n, to 
@@ -25,3 +26,12 @@ Last-Update: 2014-12-09
  
  =back
  
+@@ -1307,7 +1308,7 @@
+ 
+ L<Tree::DAG_Node::XPath> for an exemple of using this module
+ 
+-L<http://www.xmltwig.com/article/extending_xml_xpath/ > for background information
++L<http://www.xmltwig.com/article/extending_xml_xpath/ >for background information
+ 
+ L<Class::XPath>, which is probably easier to use, but at this point supports much
+ less of XPath that Tree::XPathEngine.

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



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