[libapp-perlrdf-command-query-perl] branch master updated (f346c39 -> b55b193)

Jonas Smedegaard dr at jones.dk
Mon Oct 13 17:02:03 UTC 2014


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

js pushed a change to branch master
in repository libapp-perlrdf-command-query-perl.

      from  f346c39   update changelog
       new  af7d034   Add git URL as alternate source.
       new  8a839b5   Stop tracking md5sum of upstream tarball.
       new  86f71b1   Sync control.in with control: Update Vcs-Browser URL to cgit web frontend.
       new  e5d61ac   Declare compliance with Debian Policy 3.9.6.
      adds  6c76fdd   initial commit
      adds  db56434   todo
      adds  029c687   factor out OutputBindings filespec
      adds  6805d7c   rdql support (translates to SPARQL, thus works with remote endpoints)
      adds  023fec4   query parser
      adds  5c07ccf   update metadata
      adds  9384be7   skip test
      adds  9effc43   Added tag 0.001 for changeset db33cc4adedb
      adds  3fd9be7   see also
      adds  c123155   allow PERLRDF_QUERY_METHOD env variable to determine GET/POST method for SPARQL protocol
      adds  935939b   default to POST
      adds  ba53a30   query_method command line param
      adds  a69491b   this has been on my todo for a while
      adds  595686a   bump version; changelog
      adds  8900846   newer versions of deps
      adds  3aec24c   Added tag 0.002 for changeset 3ceb917228d6
      adds  4cd7e54   Use Dist::Inkt for packaging
      adds  d8de7d6   Remove Makefile.PL (no longer needed)
      adds  c4f70f2   Remove makefile.pret (no longer needed)
      adds  4f088ca   Update dependency metadata
      adds  e67ce31   bump version; changelog
      adds  5024ba1   Added tag 0.003 for changeset 4f8bc9047f2a
      adds  6f4c480   repo link
      adds  994f11c   bump version; changelog
      adds  ea05e0e   Imported Upstream version 0.004
       new  62c0e74   Merge tag 'upstream/0.004'
       new  b0c820f   Update copyright info: Drop coverage of no longer included convenience code copies.
       new  1b90c20   Update copyright info: Extend coverage for main upstream author to include recent years.
       new  b55b193   Prepare for release: Update changelog, control file and copyright hints.

The 8 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                                  |  70 +--
 CREDITS                                    |   2 +-
 Changes                                    |  20 +-
 INSTALL                                    |  38 ++
 LICENSE                                    |   8 +-
 MANIFEST                                   |  42 +-
 META.json                                  |  84 +++
 META.ttl                                   |  92 ---
 META.yml                                   |  46 +-
 Makefile.PL                                | 154 ++++-
 README                                     |   8 +-
 SIGNATURE                                  |  60 +-
 debian/changelog                           |  17 +-
 debian/control                             |   2 +-
 debian/control.in                          |   4 +-
 debian/copyright                           |  43 +-
 debian/copyright_hints                     |  54 +-
 debian/rules                               |   1 -
 dist.ini                                   |   2 +
 doap.ttl                                   |  97 +++
 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/App/perlrdf/Command/Query.pm           |   2 +-
 lib/App/perlrdf/Command/QueryParse.pm      |   2 +-
 lib/App/perlrdf/Command/RDQL.pm            |   2 +-
 lib/App/perlrdf/FileSpec/OutputBindings.pm |   2 +-
 meta/changes.pret                          |  13 -
 meta/doap.pret                             |  22 -
 meta/makefile.pret                         |  14 -
 45 files changed, 607 insertions(+), 4680 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 create mode 100644 META.json
 delete mode 100644 META.ttl
 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.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/libapp-perlrdf-command-query-perl.git



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