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

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

      from  82e3813   Email change: Florian Schlichting -> f...@debian.org
       new  89f17a5   splitting out some stuff from HTML-HTML5-Sanity.
       new  32f7b19   Split XML-LibXML-Debugging stuff out of HTML-HTML5-Sanity.
       new  97d0ed2   release HTML::Microformats 0.00_07; HTML::HTML5::Sanity 
0.04 and XML::LibXML::Debugging 0.04.
       new  20121a3   release minor updates for a few modules that haven't had 
a new release in a while
       new  2c46c43   Bring XML-LibXML-Debugging distribution into line with 
new packaging policies. [massage.pl]
       new  aa73157   bunch of TODO files
       new  5e1e73a   use metacpan.org links in lots of places
       new  4b701eb   Bring XML-LibXML-Debugging distribution into line with 
new packaging policies. [massage.pl]
       new  a270ab2   remove tarballs from repo; misc other stuff
       new  956a8a8   use parent instead of use base
       new  7aa6de8   Make xmlns="" into "xmlns in the XML namespace".
       new  c1bcd72   use HTML::HTML5::Entities
       new  9bf4154   Version 0.101 ready for release.
       new  7de7981   Final prep.
       new  5fa60b9   Update test cases and release 0.101.
       new  d476107   Upgrade M:P:R
       new  9501203   changed repo to github.com
       new  a5af056   Use Dist::Inkt for packaging
       new  fe57c8e   Remove Makefile.PL (no longer needed)
       new  0a21882   Remove makefile.ttl (no longer needed)
       new  abc79a9   Update dependency metadata
       new  5303c2e   use Pretdsl for changelog
       new  a0f0399   bump version; changelog
       new  01d5fee   Imported Upstream version 0.103
       new  3dee834   Merge tag 'upstream/0.103'
       new  8edb885   Update copryright info: Drop Files sections for no longer 
included code copies.
       new  e0da732   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
       new  b6708e9   Update copyright info: Add Files section for CONTRIBUTING.
       new  9b701f0   Bump debhelper compatibility level to 9.
       new  0f798ff   Tidy rules file: Suppress versioned debhelper 
build-dependency.
       new  9cc3d50   Override lintian regarding license in License-Reference 
field. See bug#786450.
       new  40e5e7a   Override lintian regarding build-depending unversioned on 
debhelper.
       new  c849b38   Sync control.in with control: Update Vcs-Browser URL to 
use cgit web frontend.
       new  45112cf   Declare compliance with Debian Policy 3.9.6.
       new  6b57e6b   Update copyright info: Extend coverage of packaging to 
include current year.
       new  c4218d9   Prepare for release: Update changelog, control file and 
copyright hints.

The 36 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:
 CONTRIBUTING                       |  83 ++++
 COPYRIGHT                          |  52 +++
 CREDITS                            |   4 +
 Changes                            |  33 +-
 INSTALL                            |  38 ++
 LICENSE                            |  28 +-
 MANIFEST                           |  39 +-
 META.json                          |  73 +++
 META.yml                           |  32 +-
 Makefile.PL                        | 144 +++++-
 README                             |  11 +-
 SIGNATURE                          |  53 +--
 debian/changelog                   |  27 +-
 debian/compat                      |   2 +-
 debian/control                     |   2 +-
 debian/control.in                  |   4 +-
 debian/copyright                   | 111 ++---
 debian/copyright_hints             |  79 ++--
 debian/rules                       |   6 +-
 debian/source/lintian-overrides    |   8 +
 dist.ini                           |   2 +
 doap.ttl                           | 120 +++++
 inc/Module/AutoInstall.pm          | 915 -------------------------------------
 inc/Module/Install.pm              | 470 -------------------
 inc/Module/Install/AutoInstall.pm  |  93 ----
 inc/Module/Install/AutoManifest.pm |  45 --
 inc/Module/Install/Base.pm         |  83 ----
 inc/Module/Install/Can.pm          |  81 ----
 inc/Module/Install/Fetch.pm        |  93 ----
 inc/Module/Install/Include.pm      |  34 --
 inc/Module/Install/Makefile.pm     | 415 -----------------
 inc/Module/Install/Metadata.pm     | 716 -----------------------------
 inc/Module/Install/Package.pm      | 323 -------------
 inc/Module/Install/TrustMetaYml.pm |  52 ---
 inc/Module/Install/Win32.pm        |  64 ---
 inc/Module/Install/WriteAll.pm     |  63 ---
 inc/Module/Package.pm              |  71 ---
 inc/Module/Package/Dist/RDF.pm     |  27 --
 inc/Scalar/Util.pm                 |  71 ---
 inc/Scalar/Util/PP.pm              | 110 -----
 inc/YAML/Tiny.pm                   | 622 -------------------------
 lib/XML/LibXML/Debugging.pm        |   2 +-
 meta/changes.ttl                   |  59 ---
 meta/doap.ttl                      |  38 --
 meta/makefile.ttl                  |  13 -
 45 files changed, 706 insertions(+), 4705 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 COPYRIGHT
 create mode 100644 CREDITS
 create mode 100644 INSTALL
 create mode 100644 META.json
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 dist.ini
 create mode 100644 doap.ttl
 delete mode 100644 inc/Module/AutoInstall.pm
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AutoInstall.pm
 delete mode 100644 inc/Module/Install/AutoManifest.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Package.pm
 delete mode 100644 inc/Module/Install/TrustMetaYml.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Module/Package.pm
 delete mode 100644 inc/Module/Package/Dist/RDF.pm
 delete mode 100644 inc/Scalar/Util.pm
 delete mode 100644 inc/Scalar/Util/PP.pm
 delete mode 100644 inc/YAML/Tiny.pm
 delete mode 100644 meta/changes.ttl
 delete mode 100644 meta/doap.ttl
 delete mode 100644 meta/makefile.ttl

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to