[librdf-trinex-functions-perl] branch master updated (f9edaa0 -> f253d86)

Jonas Smedegaard dr at jones.dk
Thu Sep 11 00:18:07 UTC 2014


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

js pushed a change to branch master
in repository librdf-trinex-functions-perl.

      from  f9edaa0   update changelog
       new  27f01e2   Update copyright info: Add alternate git source URL.
       new  7c01332   Bump compatibility claim to Policy 3.9.5.
       new  7af9db0   Stop track checksum of upstream tarballs.
       new  903842b   Update copyright info: Extend coverage of packaging, and bump licensing to GPL-3+.
       new  185f844   Sync control.in with control: Update Vcs-Browser URL to cgit web frontend.
       new  c2bc283   Update changelog, control file and copyright hints.
      adds  2b64c19   replacement for RDF::TrineShortcuts
      adds  fa29c49   flexible calling conventions
      adds  42443a5   allow base for iri
      adds  2def698   bug fixes
      adds  323aae1   add deps
      adds  de4b3e2   Added tag 0.001 for changeset 55b40d8cfc9a
      adds  f3a935a   fix for media types
      adds  3056518   Added tag 0.002 for changeset f55acee35206
      adds  18edfa5   Refactor parse function; use IO::Detect to detect whether we've been passed a filehandle or a filename.
      adds  baed99f   Support unblessed 'data:' URIs; URIs blessed into the URI.pm package were already supported.
      adds  69c03c9   bump version number
      adds  96c2bb8   update metadata; switch to pretdsl
      adds  7ee9834   improve parsing tests - parse from filehandles, etc
      adds  e553e7e   Added tag 0.003 for changeset 5464ff43ff0c
      adds  3715f04   allow "graph" option to parse
      adds  3457969   Added tag 0.004 for changeset 23a8030a0814
      adds  d5cc6aa   changed repo to github.com
      adds  9775199   Use Dist::Inkt for packaging
      adds  c1464ab   Remove Makefile.PL (no longer needed)
      adds  b1beb9a   Remove makefile.pret (no longer needed)
      adds  3603d34   Update dependency metadata
      adds  d35a41c   bump version; changelog
      adds  0fb2f6f   Imported Upstream version 0.005
       new  b74dea3   Merge tag 'upstream/0.005'
       new  4bbd2eb   Update copyright info: Drop Files sections for no longer included convenience code copies.
       new  a243621   Update copyright info: Extend coverage for main author.
       new  9440f09   Drop patch 1001: Obsoleted by restructured upstream packaging.
       new  f253d86   Prepare for release: Update changelog and copyright hints.

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                                   |  83 +++
 COPYRIGHT                                      |  54 ++
 CREDITS                                        |   3 +
 Changes                                        |  23 +-
 INSTALL                                        |  38 +
 LICENSE                                        |   8 +-
 MANIFEST                                       |  38 +-
 META.json                                      |  74 ++
 META.yml                                       |  42 +-
 Makefile.PL                                    | 150 +++-
 README                                         | 100 ++-
 SIGNATURE                                      |  54 +-
 debian/changelog                               |  22 +-
 debian/control                                 |   2 +-
 debian/control.in                              |   4 +-
 debian/copyright                               |  61 +-
 debian/copyright_hints                         |  76 +-
 debian/patches/1001_no_auto-install_deps.patch |  15 -
 debian/patches/README                          |   3 -
 debian/patches/series                          |   1 -
 debian/rules                                   |   5 +-
 dist.ini                                       |   2 +
 doap.ttl                                       | 107 +++
 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                 |  36 -
 inc/Scalar/Util.pm                             |  49 --
 inc/YAML/Tiny.pm                               | 643 -----------------
 inc/unicore/Name.pm                            | 416 -----------
 inc/utf8.pm                                    |  27 -
 lib/RDF/TrineX/Functions.pm                    |   2 +-
 meta/changes.pret                              |  23 -
 meta/doap.pret                                 |  20 -
 meta/makefile.pret                             |  16 -
 47 files changed, 679 insertions(+), 5131 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/1001_no_auto-install_deps.patch
 delete mode 100644 debian/patches/README
 delete mode 100644 debian/patches/series
 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/YAML/Tiny.pm
 delete mode 100644 inc/unicore/Name.pm
 delete mode 100644 inc/utf8.pm
 delete mode 100644 meta/changes.pret
 delete mode 100644 meta/doap.pret
 delete mode 100644 meta/makefile.pret

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-trinex-functions-perl.git



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