[libxml-compile-perl] branch master updated (14435ab -> 9ef5645)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Fri Jun 23 20:50:25 UTC 2017


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

kanashiro pushed a change to branch master
in repository libxml-compile-perl.

      from  14435ab   releasing libxml-compile-perl version 1.54-1
      adds  6de9f65   New upstream version 1.57
       new  612b234   Updated version 1.57 from 'upstream/1.57'
       new  1881b32   Update debian/changelog
       new  e7728d7   Update debian/patches, refresh and remove which is not necessary
       new  3192b1c   Update upstream copyright
       new  3be35be   Update Debian packaging copyright
       new  6dc00c2   Bump debhelper compatibility level to 10
       new  1b3ce35   Declare compliance with Debian Policy 4.0.0
       new  35c172c   Add build and runtime dependency on libtypes-serialiser-perl
       new  9ef5645   releasing libxml-compile-perl version 1.57-1 to unstable

The 9 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:
 ChangeLog                                          |  26 ++-
 MANIFEST                                           |   2 +
 META.json                                          |   5 +-
 META.yml                                           |   3 +-
 Makefile.PL                                        |   8 +-
 README                                             |  12 +-
 bin/{xml2yaml => xml2json}                         |  46 +++--
 bin/xml2yaml                                       |  19 +-
 debian/changelog                                   |  13 ++
 debian/compat                                      |   2 +-
 debian/control                                     |   6 +-
 debian/copyright                                   |  13 +-
 debian/patches/fix-lintian-warnings-about-manpages |   2 +-
 debian/patches/fix-typo-in-mapange.patch           |  17 --
 debian/patches/series                              |   1 -
 lib/XML/Compile.pm                                 |   4 +-
 lib/XML/Compile.pod                                |  10 +-
 lib/XML/Compile/FAQ.pod                            |  10 +-
 lib/XML/Compile/Iterator.pm                        |   4 +-
 lib/XML/Compile/Iterator.pod                       |  10 +-
 lib/XML/Compile/Schema.pm                          |   9 +-
 lib/XML/Compile/Schema.pod                         |  19 +-
 lib/XML/Compile/Schema/BuiltInFacets.pm            | 112 ++---------
 lib/XML/Compile/Schema/BuiltInFacets.pod           |  10 +-
 lib/XML/Compile/Schema/BuiltInTypes.pm             |  45 +++--
 lib/XML/Compile/Schema/BuiltInTypes.pod            |  10 +-
 lib/XML/Compile/Schema/Instance.pm                 |   4 +-
 lib/XML/Compile/Schema/Instance.pod                |  10 +-
 lib/XML/Compile/Schema/NameSpaces.pm               |   4 +-
 lib/XML/Compile/Schema/NameSpaces.pod              |  10 +-
 lib/XML/Compile/Schema/Specs.pm                    |  15 +-
 lib/XML/Compile/Schema/Specs.pod                   |  16 +-
 lib/XML/Compile/Translate.pm                       |  19 +-
 lib/XML/Compile/Translate.pod                      |  10 +-
 lib/XML/Compile/Translate/Reader.pm                |  35 ++--
 lib/XML/Compile/Translate/Reader.pod               |  10 +-
 lib/XML/Compile/Translate/Template.pm              |   4 +-
 lib/XML/Compile/Translate/Template.pod             |  10 +-
 lib/XML/Compile/Translate/Writer.pm                |  24 +--
 lib/XML/Compile/Translate/Writer.pod               |  10 +-
 lib/XML/Compile/Util.pm                            |   4 +-
 lib/XML/Compile/Util.pod                           |  10 +-
 t/55facet.t                                        |  78 ++++++--
 t/92json.t                                         | 209 +++++++++++++++++++++
 t/TestTools.pm                                     |   4 +-
 45 files changed, 594 insertions(+), 310 deletions(-)
 copy bin/{xml2yaml => xml2json} (76%)
 delete mode 100644 debian/patches/fix-typo-in-mapange.patch
 create mode 100644 t/92json.t

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



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