[libxml-tidy-perl] branch master updated (691383b -> 7b7fe71)

Nick Morrott nickm-guest at moszumanska.debian.org
Mon Jul 25 23:06:44 UTC 2016


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

nickm-guest pushed a change to branch master
in repository libxml-tidy-perl.

      from  691383b   update changelog
      adds  b0bbdb3   Imported Upstream version 1.16
       new  54102e2   Merge tag 'upstream/1.16'
       new  4db83fa   Add myself to Uploaders
       new  6be6b5e   Update years of copyright
       new  04b6689   Update copyright for renamed test file (t/02large.t -> t/04large.t)
       new  442f3a0   Add myself to d/copyright
       new  97be565   Refresh add-manpage patch (source file changed)
       new  5922851   Remove pod-encoding.patch (fixed upstream)
       new  f93eed4   Bump debhelper compatibility to version 9
       new  8e51d7a   Bump Standards-Version to 3.9.8 (no changes)
       new  81ca0cf   Add d/duck-overrides for HTTP URL in W3C-Software license text
       new  1aa511c   Add d/libxml-tidy-perl.lintian-overrides (xmltidy)
       new  7b7fe71   Releasing package libxml-tidy-perl version 1.16-1

The 12 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                                  |  10 +-
 CHANGES                                   |  82 ----
 Changes                                   | 106 +++++
 LICENSE                                   | 674 ++++++++++++++++++++++++++++++
 MANIFEST                                  |  24 +-
 MANIFEST.SKIP                             |   1 +
 META.json                                 |  48 +++
 META.yml                                  |  46 +-
 Makefile.PL                               |  32 +-
 README                                    | 166 ++++----
 Tidy.pm                                   |  99 +++--
 bin/xmltidy                               |  16 +-
 debian/changelog                          |  17 +-
 debian/compat                             |   2 +-
 debian/control                            |   7 +-
 debian/copyright                          |   6 +-
 debian/duck-overrides                     |   3 +
 debian/libxml-tidy-perl.lintian-overrides |   3 +
 debian/patches/add-manpage                |   6 +-
 debian/patches/pod-encoding.patch         |  19 -
 debian/patches/series                     |   1 -
 t/00pod.t                                 |   5 +-
 t/00podc.t                                |   1 -
 t/01podc.t                                |   5 +
 t/{00small.t => 02small.t}                |   0
 t/{01medium.t => 03medium.t}              |   0
 t/{02large.t => 04large.t}                |   0
 t/{03prune.t => 05prune.t}                |   0
 28 files changed, 1098 insertions(+), 281 deletions(-)
 delete mode 100644 CHANGES
 create mode 100644 Changes
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 debian/duck-overrides
 create mode 100644 debian/libxml-tidy-perl.lintian-overrides
 delete mode 100644 debian/patches/pod-encoding.patch
 delete mode 100644 t/00podc.t
 create mode 100644 t/01podc.t
 rename t/{00small.t => 02small.t} (100%)
 rename t/{01medium.t => 03medium.t} (100%)
 rename t/{02large.t => 04large.t} (100%)
 rename t/{03prune.t => 05prune.t} (100%)

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



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