[libxml-easy-perl] branch master updated (64c5d51 -> c7692e2)

gregor herrmann gregoa at debian.org
Mon Jul 31 20:14:52 UTC 2017


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

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

      from  64c5d51   update changelog
      adds  abbdd25   New upstream version 0.011
       new  7b5044d   Updated version 0.011 from 'upstream/0.011'
       new  1e98068   New upstream release.
       new  9355b3d   Drop spelling.patch, fixed upstream.
       new  083f7fc   Update years of upstream copyright.
       new  4e0b2dd   Add /me to Uploaders.
       new  b5e4132   Declare compliance with Debian Policy 4.0.0.
       new  4952c2d   Set bindnow linker flag in debian/rules.
       new  c7692e2   releasing package libxml-easy-perl version 0.011-1

The 8 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:
 Build.PL                      | 13 ++++++-
 Changes                       | 36 ++++++++++++++++++
 MANIFEST                      |  6 +--
 META.json                     | 65 +++++++++++++++++---------------
 META.yml                      | 68 ++++++++++++++++++----------------
 Makefile.PL                   | 35 ------------------
 README                        |  3 +-
 SIGNATURE                     | 70 +++++++++++++++++------------------
 debian/changelog              | 12 ++++--
 debian/control                |  3 +-
 debian/copyright              |  3 +-
 debian/patches/series         |  1 -
 debian/patches/spelling.patch | 36 ------------------
 debian/rules                  |  2 +
 lib/XML/Easy.pm               | 20 +++++-----
 lib/XML/Easy.xs               | 10 ++++-
 lib/XML/Easy/Classify.pm      | 86 +++++++++++++++++++++++--------------------
 lib/XML/Easy/Content.pm       | 19 +++++-----
 lib/XML/Easy/Element.pm       | 27 ++++++++------
 lib/XML/Easy/NodeBasics.pm    | 54 +++++++++++++--------------
 lib/XML/Easy/Syntax.pm        | 17 +++++----
 lib/XML/Easy/Text.pm          | 67 ++++++++++++++++++---------------
 lib/XML/Easy/Transform.pod    |  3 +-
 t/classify.t                  |  1 +
 t/classify_pp.t               |  4 +-
 t/easy_module_pp.t            |  4 +-
 t/{ => lib/t}/DataSets.pm     | 34 +++++++++++------
 t/{ => lib/t}/ErrorCases.pm   |  0
 t/node_basics.t               |  1 +
 t/node_basics_pp.t            |  4 +-
 t/node_object.t               |  1 +
 t/node_object_pp.t            |  4 +-
 t/pod_cvg_pp.t                |  4 +-
 t/read.t                      |  6 ++-
 t/read_pp.t                   |  4 +-
 t/version_synch.t             | 17 +++++++++
 t/write.t                     |  1 +
 t/write_pp.t                  |  4 +-
 38 files changed, 403 insertions(+), 342 deletions(-)
 delete mode 100644 Makefile.PL
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 rename t/{ => lib/t}/DataSets.pm (94%)
 rename t/{ => lib/t}/ErrorCases.pm (100%)
 create mode 100644 t/version_synch.t

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



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