[librdf-linkeddata-perl] branch master updated (64574ba -> 26e3a17)

Jonas Smedegaard dr at jones.dk
Mon Jan 2 12:40:43 UTC 2017


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

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

      from  64574ba   Prepare for release: Update changelog.
       new  3885367   Update watch file: Bump to file format 4. Watch only MetaCPAN URL. Mention gbp --uscan in usage comment.
       new  c35e579   Modernize git-buildpackage config: Filter any .git* file.
       new  4fd79c6   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  790d3a3   Add lintian override regarding license in License-Reference field. See bug#786450.
       new  681d897   Bump debhelper compatibility level to 9.
       new  0eaa445   Modernize Vcs-Git field: Use https protocol.
       new  dbff1a9   Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
       new  ed089fb   Update copyright info: Extend coverage of Debian packaging.
       new  5f18fe0   Update changelog, control file, and copyright hints.
      adds  6992bf8   Jonas thought this was a travesty
      adds  fba3dfe   Add Travis config for Perl 5.22
      adds  9ff8a87   Add CpanId datatype
      adds  6750f39   remove the coverage thing
      adds  f14289a   Migrate to MooX::Log::Any
      adds  53b6d45   Use Log::Any in tests
      adds  c03466f   update deps to MooX::Log::Any
      adds  fb4c880   use namespacemap for $void variable (issue #8)
      adds  d336856   add 5.24 to Travis
      adds  5686dc1   some changes to namespace mapping construction
      adds  f41f05c   update docs
      adds  3475f95   an attempt at setting all needed namespaces in the builder
      adds  ef49551   Improve URI::NamespaceMap guessing
      adds  0cd6a2e   extend copyright year
      adds  61fc299   Change hashbang to use env
      adds  2999dbd   Merge branch 'master' of github.com:kjetilk/RDF-LinkedData
      adds  f4c8e6f   Rewrite to use the namespacing (issue #8)
      adds  b8e9651   Use URI::NamespaceMap in tests too (Issue #8)
      adds  1dad649   Bump and set version
      adds  4378b09   update changelog
      adds  a77ff5d   DCT is not the prefix, DC is
      adds  fbf8059   UPdate metadata
      adds  67727ac   bump version
      adds  cc613e4   note in test that it is for config
      adds  ec94ca2   tests for hypermedia controls when database dump is requested (Issue #18)
      adds  923e2ab   More tests (Issue #18)
      adds  a836844   set version dep to URI::NamespaceMap 0.32 (finally fixes #8)
      adds  2d519cb   only keep the allow_dump_dataset parameter (Issue #18)
      adds  a885fe8   Implement only control information and metadata in the "all" resource (Issue #18)
      adds  369830d   update changelog
      adds  98d46d6   bump version
      adds  0d51c9c   typo
      adds  3fa1484   Check endpoint and fragment parts against the request path, as per @ironChicken's suggestion in Issue #11
      adds  dede236   add @ironchicked to people
      adds  ba5ca3f   update changelog
      adds  40160d3   Bump version
      adds  f6bfe5f   update changelog
      adds  87367e6   Bump copyright year
      adds  eb0a4be   Add Log::Any::Adapter as test requirement and recommendation
      adds  c0a23c7   bump version
      adds  4d17128   bump version
      adds  75404bb   update changelog
      adds  96fe588   add nick
      adds  ba18628   New upstream version 0.76
       new  ec0319a   Merge tag 'upstream/0.76'
       new  b68f1fc   Update package relations: (Build-)depend on libmoox-log-any-perl (not liblog-contextual-perl liblog-log4perl-perl). (Build-)depend on librdf-ns-curated-perl. Build-depend on and recommend liblog-any-adapter-perl.
       new  8701d0d   Update package relations: Tighten to (build-)depend versioned on liburi-namespacemap-perl.
       new  157a1d0   Update copyright info: Extend coverage for main upstream authro.
       new  6955989   Declare compliance with Debian Policy 3.9.8.
       new  02000fa   Declare compliance with Debian Policy 3.9.8.
       new  26e3a17   Prepare for release: Update changelog, control file, and copyright hints.

The 16 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:
 COPYRIGHT                       |  19 ++---
 CREDITS                         |   1 +
 Changes                         |   8 ++
 LICENSE                         |   6 +-
 MANIFEST                        |   1 +
 META.json                       |  21 +++--
 META.yml                        |  83 ++++++++++---------
 Makefile.PL                     |  17 ++--
 SIGNATURE                       |  82 +++++++++----------
 debian/changelog                |  28 +++++++
 debian/compat                   |   2 +-
 debian/control                  |  13 +--
 debian/control.in               |   4 +-
 debian/copyright                |  47 +++--------
 debian/copyright_hints          |  69 +++++++++-------
 debian/gbp.conf                 |   1 +
 debian/rules                    |  14 ++--
 debian/source/lintian-overrides |   5 ++
 debian/watch                    |   5 +-
 doap.ttl                        |  82 +++++++++++++------
 lib/Plack/App/RDF/LinkedData.pm |  19 ++++-
 lib/RDF/LinkedData.pm           | 151 +++++++++++++++++------------------
 rdf_linkeddata.json             |   2 +-
 rdf_linkeddata_acl.json         |   2 +-
 rdf_linkeddata_dev.json         |   2 +-
 rdf_linkeddata_end.json         |   2 +-
 rdf_linkeddata_void.json        |   2 +-
 script/linked_data.psgi         |   4 +-
 t/10-basic.t                    |   8 +-
 t/11-constructor.t              |   6 +-
 t/15-process.t                  |   6 +-
 t/16-void.t                     |  51 ++++++------
 t/17-hypermedia-ro.t            |   8 +-
 t/18-fragments.t                | 173 +++++++++++++++++++++++++---------------
 t/19_config_file.t              |   2 +-
 t/20-psgi-basic.t               |   6 +-
 t/25-psgi-endpoint.t            |   6 +-
 t/28-psgi-void.t                |  43 +++++-----
 t/data/add.ttl                  |   4 +-
 39 files changed, 560 insertions(+), 445 deletions(-)
 create mode 100644 debian/source/lintian-overrides

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



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