[libhtml-html5-entities-perl] branch master updated (db6a53d -> 85bfed4)

Angel Abad angel at moszumanska.debian.org
Sun Oct 19 10:15:39 UTC 2014


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

angel pushed a change to branch master
in repository libhtml-html5-entities-perl.

      from  db6a53d   update changelog
      adds  3f17e2e   Imported Upstream version 0.004
       new  7908597   Merge tag 'upstream/0.004'
       new  97aea91   debian/copyright: Update debian and upstream entries.
       new  3574db3   debian/control: Add myself to Uploaders
       new  f8fedfa   Add debian/upstream/metadata
       new  4c53a92   Declare compliance with Debian Policy 3.9.6.
       new  9f945d8   debian/patches/no-autoinstall.patch: Not needed anymore
       new  85bfed4   Update changelog

The 7 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                           |  58 +++
 CREDITS                             |   7 +
 Changes                             |  20 +-
 INSTALL                             |  38 ++
 LICENSE                             |   8 +-
 MANIFEST                            |  39 +-
 META.json                           |  63 +++
 META.yml                            |  27 +-
 Makefile.PL                         | 141 +++++-
 README                              |  49 +-
 SIGNATURE                           |  57 +--
 debian/changelog                    |  14 +-
 debian/control                      |   5 +-
 debian/copyright                    |  33 +-
 debian/patches/no-autoinstall.patch |  17 -
 debian/patches/series               |   1 -
 debian/upstream/metadata            |   7 +
 dist.ini                            |   2 +
 doap.ttl                            |  91 ++++
 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  |  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               | 109 -----
 inc/YAML/Tiny.pm                    | 643 -------------------------
 inc/unicore/Name.pm                 | 416 ----------------
 lib/HTML/HTML5/Entities.pm          |   6 +-
 meta/changes.ttl                    |  38 --
 meta/doap.ttl                       |  23 -
 meta/makefile.ttl                   |  12 -
 t/03decoding.t                      |   4 +-
 t/04roundtrip.t                     |  11 +
 46 files changed, 616 insertions(+), 5119 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 COPYRIGHT
 create mode 100644 CREDITS
 create mode 100644 INSTALL
 create mode 100644 META.json
 delete mode 100644 debian/patches/no-autoinstall.patch
 delete mode 100644 debian/patches/series
 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/Scalar/Util.pm
 delete mode 100644 inc/Scalar/Util/PP.pm
 delete mode 100644 inc/YAML/Tiny.pm
 delete mode 100644 inc/unicore/Name.pm
 delete mode 100644 meta/changes.ttl
 delete mode 100644 meta/doap.ttl
 delete mode 100644 meta/makefile.ttl
 create mode 100644 t/04roundtrip.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-html5-entities-perl.git



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