[libxml-xpath-perl] branch master updated (131dd7b -> 6b5ee82)

gregor herrmann gregoa at debian.org
Sun Feb 14 15:33:59 UTC 2016


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

gregoa pushed a change to branch master
in repository libxml-xpath-perl.

      from  131dd7b   update changelog
       new  2075a18   Add debian/upstream/metadata
       new  b8be813   Update debian/changelog
      adds  56b10f9   Imported Upstream version 1.30
       new  b0e8b01   Merge tag 'upstream/1.30'
       new  d7197cb   Update debian/changelog
       new  7a5d711   Drop patches merged upstream.
       new  6f144e7   Refresh xpath-option-to-work-without-internet-connection.patch.
       new  a623a56   Add build dependency on libpath-tiny-perl.
       new  25ad0e6   Declare compliance with Debian Policy 3.9.7.
       new  30b6225   debian/rules: adjust hashbang in example scripts.
       new  bd800f7   Add debian/tests/pkg-perl/smoke-skip.
       new  6b5ee82   releasing package libxml-xpath-perl version 1.30-1

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  29 ++++++
 MANIFEST                                           |   8 ++
 META.json                                          |  93 ++++++++++++++++++-
 META.yml                                           |  70 ++++++++++++++-
 Makefile.PL                                        |  27 +++++-
 debian/changelog                                   |  18 +++-
 debian/control                                     |   3 +-
 debian/patches/fix_comparison_bug_RT6363.patch     | 100 ---------------------
 debian/patches/make-and-commutative.patch          |  58 ------------
 debian/patches/series                              |   2 -
 ...ption-to-work-without-internet-connection.patch |   4 +-
 debian/rules                                       |   8 ++
 debian/tests/pkg-perl/smoke-skip                   |   2 +
 debian/upstream/metadata                           |   6 ++
 lib/XML/XPath.pm                                   |  64 +++++++------
 lib/XML/XPath/Boolean.pm                           |   2 +-
 lib/XML/XPath/Builder.pm                           |   2 +-
 lib/XML/XPath/Expr.pm                              |  66 +++++---------
 lib/XML/XPath/Function.pm                          |   5 +-
 lib/XML/XPath/Literal.pm                           |   2 +-
 lib/XML/XPath/LocationPath.pm                      |  54 +++++------
 lib/XML/XPath/Node.pm                              |   2 +-
 lib/XML/XPath/Node/Attribute.pm                    |   4 +-
 lib/XML/XPath/Node/Comment.pm                      |   2 +-
 lib/XML/XPath/Node/Element.pm                      |   2 +-
 lib/XML/XPath/Node/Namespace.pm                    |   2 +-
 lib/XML/XPath/Node/PI.pm                           |   2 +-
 lib/XML/XPath/Node/Text.pm                         |   2 +-
 lib/XML/XPath/NodeSet.pm                           |  20 ++++-
 lib/XML/XPath/Number.pm                            |   2 +-
 lib/XML/XPath/Parser.pm                            |   2 +-
 lib/XML/XPath/PerlSAX.pm                           |  10 ++-
 lib/XML/XPath/Root.pm                              |   2 +-
 lib/XML/XPath/Step.pm                              |   7 +-
 lib/XML/XPath/Variable.pm                          |   2 +-
 lib/XML/XPath/XMLParser.pm                         |   3 +-
 t/00load.t                                         |  27 ++++++
 t/{32duplicate_nodes.t => 44test_compare.t}        |   9 +-
 t/45cmp_nodeset.t                                  |  33 +++++++
 t/46context.t                                      |  30 +++++++
 t/47position.t                                     |  48 ++++++++++
 t/48translate.t                                    |  16 ++++
 t/meta-json.t                                      |  25 ++++++
 t/meta-yml.t                                       |  25 ++++++
 44 files changed, 609 insertions(+), 291 deletions(-)
 delete mode 100644 debian/patches/fix_comparison_bug_RT6363.patch
 delete mode 100644 debian/patches/make-and-commutative.patch
 create mode 100644 debian/tests/pkg-perl/smoke-skip
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00load.t
 copy t/{32duplicate_nodes.t => 44test_compare.t} (59%)
 create mode 100644 t/45cmp_nodeset.t
 create mode 100644 t/46context.t
 create mode 100644 t/47position.t
 create mode 100644 t/48translate.t
 create mode 100644 t/meta-json.t
 create mode 100644 t/meta-yml.t

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



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