[libxml-semanticdiff-perl] branch master updated (d2734ef -> 9c0b2bd)

Jonas Smedegaard dr at jones.dk
Thu Sep 14 08:15:41 UTC 2017


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

js pushed a change to branch master
in repository libxml-semanticdiff-perl.

      from  d2734ef   update changelog
       new  2aa13a5   Modernize Vcs-* fields: Consistently use https protocol. Consistently use git (not gitweb) path. Consistently include .git suffix in path.
       new  0684d1b   Declare compliance with Debian Policy 4.1.0.
       new  9e4bae3   Modernize git-buildpackage config: Filter any .git* file.
       new  e92de52   Update watch file: Bump to file format 4. Watch only MetaCPAN URL. Mention gbp --uscan in usage comment. Use substitution strings.
       new  e994b69   Modernize cdbs: Drop get-orig-source target: Use gbp import-orig --uscan.
       new  54775ea   Modernize cdbs: Do copyright-check in maintainer script (not during build).
       new  8186e7e   Update copyright info: Use https protocol in file format URL.
       new  f96e654   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  10c5cad   Add lintian override regarding license in License-Reference field. See bug#786450.
       new  c8ba4e1   Use debhelper compatibility level 9 (not 8).
       new  bf41a2a   Update copyright info: Extend coverage for myself.
      adds  7a41d56   New upstream version 1.0005
       new  bbf63cc   Updated version 1.0005 from 'upstream/1.0005'
       new  53083c3   Update copyright info: Extend coverage for main upstream author.
       new  9c0b2bd   Prepare for release: Update changelog, control file and copyright hints.

The 14 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:
 .gitignore                           |   1 -
 Build.PL                             |  87 ++++---
 Changes                              |   5 +
 MANIFEST                             |  18 +-
 MANIFEST.SKIP                        |   1 +
 META.json                            | 482 ++++++++++++++++++++++++++++++++++-
 META.yml                             | 364 +++++++++++++++++++++++++-
 README                               |  39 +--
 debian/changelog                     |  36 ++-
 debian/compat                        |   2 +-
 debian/control                       |   7 +-
 debian/control.in                    |   6 +-
 debian/copyright                     |  51 ++--
 debian/copyright-check               |  24 ++
 debian/copyright_hints               |  65 +++--
 debian/gbp.conf                      |   1 +
 debian/rules                         |   9 +-
 debian/source/lintian-overrides      |   7 +
 debian/watch                         |   8 +-
 dist.ini                             |  19 ++
 eg/camelids.xml                      |  50 ++--
 eg/camelids2.xml                     |  42 +--
 lib/XML/SemanticDiff.pm              | 308 ++++++++++++++++------
 lib/XML/SemanticDiff/BasicHandler.pm | 152 ++++++++++-
 t/00-compile.t                       |  55 ++++
 t/03simple_compare.t                 |   6 +-
 t/04namespaces.t                     |   6 +-
 t/05simple_handler.t                 |   4 +-
 t/06pass_to_handler.t                |   4 +-
 t/07pitest.t                         |   6 +-
 t/08nonexist_ns.t                    |   2 +-
 t/11tag-in-different-locations.t     |   8 +-
 t/12missing-element-has-o-as-cdata.t |   2 +-
 t/14ignore_xpath.t                   |  16 +-
 t/15ignore_multi.t                   |  22 +-
 t/cpan-changes.t                     |  12 -
 t/pod-coverage.t                     |   6 -
 t/pod.t                              |   6 -
 t/style-trailing-space.t             |  29 +++
 weaver.ini                           |  37 +++
 xt/author/eol.t                      |  32 +++
 xt/author/no-tabs.t                  |  32 +++
 xt/author/pod-coverage.t             |   7 +
 xt/author/pod-syntax.t               |   7 +
 xt/release/cpan-changes.t            |  11 +
 xt/release/kwalitee.t                |  11 +
 xt/release/trailing-space.t          |  30 +++
 47 files changed, 1774 insertions(+), 361 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 MANIFEST.SKIP
 create mode 100755 debian/copyright-check
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 dist.ini
 create mode 100644 t/00-compile.t
 delete mode 100644 t/cpan-changes.t
 delete mode 100644 t/pod-coverage.t
 delete mode 100644 t/pod.t
 create mode 100644 t/style-trailing-space.t
 create mode 100644 weaver.ini
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/no-tabs.t
 create mode 100644 xt/author/pod-coverage.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/kwalitee.t
 create mode 100644 xt/release/trailing-space.t

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



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