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

fsfs pushed a change to branch master
in repository libhtml-html5-sanity-perl.

      from  9ad8447   prepare changelog for release
       new  e8fa49a   Add debian/upstream/metadata
       new  a73d658   Update debian/changelog
      adds  d8e91b9   HTML::HTML5::Sanity - makes HTML5 DOM trees less insane.
      adds  8a50a33   Released RDF::RDFa::Parser(::Redland)? 0.22 and 
HTML::HTML5::(Sanity|Parser) 0.01 to CPAN.
      adds  3df0991   Clear out old inc.
      adds  87fdb4a   Clear out inc.
      adds  86fa8c1   Build system upgrade.
      adds  01c62f8   remove inc
      adds  9848b27   Pushed 0.02 to CPAN.
      adds  69d0d7e   Fix hidden dependency on HTML::Entities.
      adds  7110e07   Remove prior to new release.
      adds  d117937   Push 0.03 to CPAN.
      adds  6d2ab6f   Ignore changes to "inc" - they're annoying.
      adds  a0e3483   Changing the changes stuff a bit.
      adds  bf8c078   Use Module::Install::DOAPChangeSets.
      adds  dfe0603   Release HTTP::Link::Parser 0.05. Release 
HTML::HTML5::Microdata::ToRDFa 0.02. Update backpan links in all Changes.ttl 
files to point to working mirror.
      adds  67c5603   Split XML-LibXML-Debugging stuff out of HTML-HTML5-Sanity.
      adds  2038fe4   release HTML::Microformats 0.00_07; HTML::HTML5::Sanity 
0.04 and XML::LibXML::Debugging 0.04.
      adds  904669e   various updates
      adds  f79bbdf   minor revisions to HTML5 suite
      adds  c73ae7d   Bring HTML-HTML5-Sanity distribution into line with new 
packaging policies. [massage.pl]
      adds  bc92092   Bring HTML-HTML5-Sanity distribution into line with new 
packaging policies. [massage.pl]
      adds  0b94edb   bunch of TODO files
      adds  bbf4cb1   sync
      adds  b396c25   use metacpan.org links in lots of places
      adds  e9d1d9c   Bring HTML-HTML5-Sanity distribution into line with new 
packaging policies. [massage.pl]
      adds  c539bd6   remove tarballs from repo; misc other stuff
      adds  792aad1   part of Module::Package::RDF stuff
      adds  336ba04   changed repo to github.com
      adds  d471440   remove todo; update build system
      adds  e423a24   bump version; changelog
      adds  43a400a   Added tag 0.104 for changeset ba6e3f4cefdf
      adds  3adbbca   Use Dist::Inkt for packaging
      adds  59b2fe2   Remove Makefile.PL (no longer needed)
      adds  a6a835e   Remove makefile.ttl (no longer needed)
      adds  accc1b4   Update dependency metadata
      adds  dd13978   use Pretdsl for changelog
      adds  8bfb5b6   bump version; changelog
      adds  9dc4e09   minor tidy
      adds  8ccb0f0   fix deps; Object::AUTHORITY hasn't been used since 0.104, 
but was still in the metadata
      adds  15942ed   changelog
      adds  e96e3b5   Imported Upstream version 0.105
       new  4a89fdb   Merge tag 'upstream/0.105'
       new  f1d29c9   Update debian/changelog
       new  e191657   Update copyright years, dropping inc/ paragraphs removed 
upstream
       new  9603d81   Declare compliance with Debian Policy 3.9.6
       new  bc4bf5f   Mark package autopkgtest-able
       new  008bb2d   Update vcs fields to their canonical value
       new  e9aa8f2   prepare changelog for release

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:
 CONTRIBUTING                       |  17 +-
 COPYRIGHT                          |  69 +--
 CREDITS                            |   3 +-
 Changes                            |  75 +--
 INSTALL                            |  38 ++
 LICENSE                            |   8 +-
 MANIFEST                           |  35 +-
 META.json                          |  85 ++++
 META.ttl                           | 219 ---------
 META.yml                           |  34 +-
 Makefile.PL                        | 160 ++++++-
 README                             |  22 +-
 SIGNATURE                          |  55 +--
 debian/changelog                   |  12 +
 debian/control                     |   7 +-
 debian/control.in                  |   3 +-
 debian/copyright                   |  29 +-
 debian/upstream/metadata           |   6 +
 dist.ini                           |   2 +
 doap.ttl                           | 212 +++++++++
 inc/Module/AutoInstall.pm          | 930 -------------------------------------
 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          | 154 ------
 inc/Module/Install/Fetch.pm        |  93 ----
 inc/Module/Install/Include.pm      |  34 --
 inc/Module/Install/Makefile.pm     | 418 -----------------
 inc/Module/Install/Metadata.pm     | 722 ----------------------------
 inc/Module/Install/Package.pm      | 323 -------------
 inc/Module/Install/TrustMetaYml.pm |  50 --
 inc/Module/Install/Win32.pm        |  64 ---
 inc/Module/Install/WriteAll.pm     |  63 ---
 inc/Module/Package.pm              |  71 ---
 inc/Module/Package/Dist/RDF.pm     |  47 --
 inc/YAML/Tiny.pm                   | 643 -------------------------
 lib/HTML/HTML5/Sanity.pm           |  10 +-
 meta/changes.ttl                   | 128 -----
 meta/doap.ttl                      |  44 --
 meta/makefile.ttl                  |  14 -
 41 files changed, 675 insertions(+), 4915 deletions(-)
 create mode 100644 INSTALL
 create mode 100644 META.json
 delete mode 100644 META.ttl
 create mode 100644 debian/upstream/metadata
 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/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/libhtml-html5-sanity-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