[libhttp-link-parser-perl] branch master updated (dc88d4e -> 07508d4)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Jan 20 21:26:21 UTC 2014


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

fsfs pushed a change to branch master
in repository libhttp-link-parser-perl.

      from  dc88d4e   debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-copyright"
      adds  cf546c3   Imported Upstream version 0.200
       new  9bf892a   Merge tag 'upstream/0.200'
       new  f92678c   Import Upstream version 0.200
       new  086b48d   Drop copyright paragraphs for inc/* modules no longer distributed by upstream
       new  89e63a3   Bump copyright years
       new  fb36d46   Demote RDF::Trine to Recommends
       new  4cbd683   Bump debhelper dependency / compat to 8, which is what oldstable can provide
       new  14816d8   Add build-dependency on Test::More 0.96
       new  327bc51   Email change: Florian Schlichting -> fsfs at debian.org
       new  1b01303   Declare compliance with Debian Policy 3.9.5
       new  968015c   Update Vcs-* fields to their canonical value
       new  07508d4   prepare changelog for release

The 11 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                       |  76 +++
 COPYRIGHT                          |  59 +++
 CREDITS                            |   3 +
 Changes                            |  57 ++-
 INSTALL                            |  38 ++
 LICENSE                            |   2 +-
 MANIFEST                           |  38 +-
 META.json                          |  86 ++++
 META.yml                           |  32 +-
 Makefile.PL                        | 153 ++++++-
 README                             |  75 ++-
 SIGNATURE                          |  56 +--
 debian/changelog                   |  16 +-
 debian/compat                      |   2 +-
 debian/control                     |  14 +-
 debian/control.in                  |  10 +-
 debian/copyright                   |  43 +-
 debian/rules                       |   5 +-
 dist.ini                           |   3 +
 doap.ttl                           | 175 +++++++
 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/HTTP/Link/Parser.pm            |  64 +--
 meta/changes.ttl                   | 115 -----
 meta/doap.ttl                      |  40 --
 meta/makefile.ttl                  |  21 -
 t/01basic.t                        | 186 ++++----
 t/{01basic.t => 02rdf.t}           | 137 ++++--
 45 files changed, 991 insertions(+), 4863 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 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
 copy t/{01basic.t => 02rdf.t} (59%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhttp-link-parser-perl.git



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