debian/0000755000000000000000000000000012202473413007164 5ustar debian/source/0000755000000000000000000000000011637337402010474 5ustar debian/source/format0000644000000000000000000000001411614477656011715 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001100612202473413011034 0ustar librdf-query-perl (2.910-2) unstable; urgency=low * Team upload * Add (build-)dependency to libmodule-pluggable-perl | perl (<< 5.17.0) Module::Pluggable is deprecated in perl 5.18 Closes: #711672 * fix Vcs-Git URL * add patch wixing path to tcsh in two examples -- Damyan Ivanov Tue, 13 Aug 2013 20:12:25 +0200 librdf-query-perl (2.910-1) unstable; urgency=low * New upstream release. BUG FIXES + Updated RDQL parser to work with recent RDF::Trine releases. [ Salvatore Bonaccorso ] * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI. [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Switch to cpan.org/authors URL for watch file and get-orig-source target, and simplify watch file. * Bump packaging license to GPL-3+, and extend copyright coverage for myself to include current year. * Bump standards-version to 3.9.4. * Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). * Tighten to (build-)depend versioned on librdf-trine-perl. -- Jonas Smedegaard Tue, 23 Jul 2013 01:14:08 +0200 librdf-query-perl (2.909-1) unstable; urgency=low * New upstream release. [ Jonas Smedegaard ] * Update short description, based on upstream abstract. * Update copyright file: + Use upstream issue tracker as Upstream-Contact. + Extend coverage for main author. + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. + Fix double-indent in Copyright fields as per Policy §5.6.13. + Update Files sections for included code copies of other projects. + Bump file format to 1.0. + Extend coverage for packaging. * Bump dephelper compatibility level to 8. * Use anonscm.debian.org for Vcs-Browser field. * Bump standards-version to 3.9.3. * Update package relations: + Relax to build-depend unversioned on cdbs: Needed version satisfied in stable, and oldstable no longer supported. -- Jonas Smedegaard Wed, 28 Nov 2012 12:53:00 +0100 librdf-query-perl (2.908-1) unstable; urgency=low * New upstream release. [ gregor herrmann ] * Remove debian/source/local-options; abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Jonas Smedegaard ] * Update short and long descriptions to match upstream. * Update package relations: + Stop recommending or build-depending on librdf-perl: Only optionally (and possibly bogusly) used in regression tests, not in production code. + Relax build-dependency on cdbs (needlessly tight). + Relax build-depend unversioned on debhelper and devscripts (needed versions satisfied even in oldstable). -- Jonas Smedegaard Wed, 01 Feb 2012 00:01:17 +0100 librdf-query-perl (2.907-1) unstable; urgency=low * New upstream release. * Update copyright file: + Fix strip bogus file listing. + Quote license names in License field comments. * Improve package relations: + Relax versioning of package satisfied in testing and unavailable stable: - librdf-trine-perl -- Jonas Smedegaard Sun, 05 Jun 2011 13:03:14 +0200 librdf-query-perl (2.906-1) unstable; urgency=low New upstream release. + Tighten build-dependency on librdf-trine-perl. + Build-depend on libmodule-pluggable-perl. + Stop build-depending on libdigest-sha1-perl. * Improve package relations: + Relax (drop versioning) for packages satisifed even in oldstable: * Improve package relations: + Stop declaring packages part of core Perl even in oldstable: - libscalar-list-utils-perl - libdigest-sha-perl - libfile-temp-perl - libmodule-pluggable-perl + Favor recent perl over module now in core: - libfile-spec-perl * Update copyright file: + Bump format to draft 174 of DEP-5. + Fix improve references for convenience copy of Module::Install. + Fix list separate License sections for each actual license (not Perl combo as single section). + Rewrap license fields at 72 chars, and shorten comments. * Bump policy compliance to standards-version 3.9.2. -- Jonas Smedegaard Sun, 15 May 2011 10:45:55 +0200 librdf-query-perl (2.905-1) unstable; urgency=low * Initial packaging release. Closes: bug#616562. -- Jonas Smedegaard Sat, 05 Mar 2011 17:57:31 +0100 debian/README.source0000644000000000000000000000056312163221705011350 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/gbp.conf0000644000000000000000000000014611614477656010627 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000365112202450063010245 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for RDF::Query # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = RDF-Query DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/G/GW/GWILLIAMS DEB_UPSTREAM_TARBALL_MD5 = a9d5cd37b8710345f99cf0196394234c # Needed by build process and (always/often) at runtime perl-deps = ossp-uuid datetime-format-w3cdtf error json parse-recdescent perl-deps += set-scalar deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) deps +=, perl (>= 5.12) | libfile-spec-perl deps +=, librdf-trine-perl (>= 1.003) deps +=, liburi-perl (>= 1.52) deps +=, libmodule-pluggable-perl | perl (<< 5.17.0) perl-deps-rec = www getopt-simple geo-distance crypt-gpg bloom-filter deps-rec = $(patsubst %,$(comma) lib%-perl,$(perl-deps-rec)) # Needed by upstream testsuite deps-test = libtest-json-perl, libtest-exception-perl, libyaml-perl CDBS_BUILD_DEPENDS +=, $(deps), $(deps-rec), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) CDBS_RECOMMENDS_$(pkg) = $(deps-rec) DEB_INSTALL_EXAMPLES_$(pkg) += examples/* bin data debian/control0000644000000000000000000000247012202471671010576 0ustar Source: librdf-query-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, debhelper, dh-buildinfo, libossp-uuid-perl, libdatetime-format-w3cdtf-perl, liberror-perl, libjson-perl, libparse-recdescent-perl, libset-scalar-perl, perl (>= 5.12) | libfile-spec-perl, librdf-trine-perl (>= 1.003), liburi-perl (>= 1.52), libwww-perl, libgetopt-simple-perl, libgeo-distance-perl, libcrypt-gpg-perl, libbloom-filter-perl, libtest-json-perl, libtest-exception-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libyaml-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-query-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-query-perl.git Homepage: http://search.cpan.org/dist/RDF-Query/ Package: librdf-query-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: complete SPARQL 1.1 Query and Update implementation for RDF::Trine Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF::Query allows SPARQL 1.1 and RDQL queries to be run against an RDF model, returning rows of matching results. debian/copyright_hints0000644000000000000000000001532312202446741012334 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: MANIFEST META.yml Makefile.PL SIGNATURE bin/dawg11-status.pl bin/deparse.pl bin/failing_earl_tests.sh bin/fedoptimize.pl bin/fedquery.pl bin/graph-bgp.pl bin/graph-qeps.pl bin/graph-query.pl bin/hexastore_query.pl bin/json.pl bin/open-test-files.pl bin/parse.pl bin/parse_profile.pl bin/passing_earl_tests.sh bin/query.pl bin/rqsh bin/rqsh-server.pl data/Flower-2.rdf data/about.xrdf data/bnode-person.rdf data/federation_data/alice.rdf data/federation_data/alice_bob.rdf data/federation_data/bob.rdf data/foaf.xrdf data/greenwich.rdf data/named_graphs/alice.rdf data/named_graphs/alice.ttl data/named_graphs/bob.rdf data/named_graphs/bob.ttl data/named_graphs/meta.rdf data/named_graphs/meta.ttl data/named_graphs/repeats1.rdf data/named_graphs/repeats2.rdf data/rdfa-test.xhtml data/service-kasei.ttl data/service.ttl data/t-sparql11-aggregates-1.rdf data/temporal.rdf debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch doap.rdf examples/create_query_api.pl examples/livejournal.pl examples/queries/sparql-ask-people.rq examples/queries/sparql-bgp-people-knows.rq examples/queries/sparql-bgp-people.rq examples/queries/sparql-ggp-person-opt-knows.rq examples/queries/sparqlp-service-people-names.rq examples/query.pl examples/query_url.pl examples/service_descriptions/dbpedia_org.ttl examples/service_descriptions/kasei_us.ttl inc/Module/Install/AuthorTests.pm inc/Module/Install/Base.pm inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm inc/Module/Install/Makefile.pm inc/Module/Install/Scripts.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm lib/RDF/Query/Algebra.pm lib/RDF/Query/Algebra/Aggregate.pm lib/RDF/Query/Algebra/BasicGraphPattern.pm lib/RDF/Query/Algebra/Clear.pm lib/RDF/Query/Algebra/Construct.pm lib/RDF/Query/Algebra/Copy.pm lib/RDF/Query/Algebra/Create.pm lib/RDF/Query/Algebra/Distinct.pm lib/RDF/Query/Algebra/Extend.pm lib/RDF/Query/Algebra/Filter.pm lib/RDF/Query/Algebra/GroupGraphPattern.pm lib/RDF/Query/Algebra/Limit.pm lib/RDF/Query/Algebra/Load.pm lib/RDF/Query/Algebra/Minus.pm lib/RDF/Query/Algebra/Move.pm lib/RDF/Query/Algebra/NamedGraph.pm lib/RDF/Query/Algebra/Offset.pm lib/RDF/Query/Algebra/Optional.pm lib/RDF/Query/Algebra/Path.pm lib/RDF/Query/Algebra/Project.pm lib/RDF/Query/Algebra/Quad.pm lib/RDF/Query/Algebra/Sequence.pm lib/RDF/Query/Algebra/Service.pm lib/RDF/Query/Algebra/Sort.pm lib/RDF/Query/Algebra/SubSelect.pm lib/RDF/Query/Algebra/Table.pm lib/RDF/Query/Algebra/TimeGraph.pm lib/RDF/Query/Algebra/Triple.pm lib/RDF/Query/Algebra/Union.pm lib/RDF/Query/Algebra/Update.pm lib/RDF/Query/BGPOptimizer.pm lib/RDF/Query/Compiler/SQL.pm lib/RDF/Query/Error.pm lib/RDF/Query/ExecutionContext.pm lib/RDF/Query/Expression.pm lib/RDF/Query/Expression/Alias.pm lib/RDF/Query/Expression/Binary.pm lib/RDF/Query/Expression/Function.pm lib/RDF/Query/Expression/Nary.pm lib/RDF/Query/Expression/Unary.pm lib/RDF/Query/Federate.pm lib/RDF/Query/Functions.pm lib/RDF/Query/Functions/Geo.pm lib/RDF/Query/Functions/Jena.pm lib/RDF/Query/Functions/Kasei.pm lib/RDF/Query/Functions/SPARQL.pm lib/RDF/Query/Functions/Xpath.pm lib/RDF/Query/Node.pm lib/RDF/Query/Node/Blank.pm lib/RDF/Query/Node/Literal.pm lib/RDF/Query/Node/Resource.pm lib/RDF/Query/Node/Variable.pm lib/RDF/Query/Parser.pm lib/RDF/Query/Parser/RDQL.pm lib/RDF/Query/Parser/SPARQL.pm lib/RDF/Query/Parser/SPARQL11.pm lib/RDF/Query/Plan.pm lib/RDF/Query/Plan/Aggregate.pm lib/RDF/Query/Plan/BasicGraphPattern.pm lib/RDF/Query/Plan/Clear.pm lib/RDF/Query/Plan/ComputedStatement.pm lib/RDF/Query/Plan/Constant.pm lib/RDF/Query/Plan/Construct.pm lib/RDF/Query/Plan/Copy.pm lib/RDF/Query/Plan/Distinct.pm lib/RDF/Query/Plan/Extend.pm lib/RDF/Query/Plan/Filter.pm lib/RDF/Query/Plan/Iterator.pm lib/RDF/Query/Plan/Join.pm lib/RDF/Query/Plan/Join/NestedLoop.pm lib/RDF/Query/Plan/Join/PushDownNestedLoop.pm lib/RDF/Query/Plan/Limit.pm lib/RDF/Query/Plan/Load.pm lib/RDF/Query/Plan/Minus.pm lib/RDF/Query/Plan/Move.pm lib/RDF/Query/Plan/NamedGraph.pm lib/RDF/Query/Plan/Offset.pm lib/RDF/Query/Plan/Path.pm lib/RDF/Query/Plan/Project.pm lib/RDF/Query/Plan/Quad.pm lib/RDF/Query/Plan/Sequence.pm lib/RDF/Query/Plan/Service.pm lib/RDF/Query/Plan/Sort.pm lib/RDF/Query/Plan/SubSelect.pm lib/RDF/Query/Plan/ThresholdUnion.pm lib/RDF/Query/Plan/Triple.pm lib/RDF/Query/Plan/Union.pm lib/RDF/Query/Plan/Update.pm lib/RDF/Query/ServiceDescription.pm lib/RDF/Query/Temporal.pm lib/RDF/Query/Util.pm lib/RDF/Query/VariableBindings.pm t/00-simple.t t/01-coverage.t t/algebra-bgp.t t/algebra-expr.t t/algebra-func.t t/algebra-subsumption.t t/algebra.t t/constraints.t t/dataset-from-file.t t/dataset-from-net.t t/dev-computed-statements.t t/distance.js t/ext-select-expr.t t/filters.t t/functions.rdf t/functions.t t/hooks.t t/iterators.t t/literals.t t/models.pl t/named-graphs.t t/optional.t t/plan.t t/protocol-serialization.t t/queryform-ask.t t/queryform-construct.t t/queryform-describe.t t/rdql.t t/resultforms.t t/sha1.js t/sha1.js.asc t/sparql11-aggregates.t t/sparql11-federation.t t/sparql11-negation.t t/sparql11-propery_paths.t t/sparql11-select_expressions.t t/sparql11-subselect.t t/sparql11-update.t t/streams.t.deprecated t/syntactic_forms.t t/union.t xt/dawg-eval10.t xt/dawg-eval11.t xt/dawg-syntax11.t xt/dev-service-description.t xt/dev-sql-compiler.t xt/dev-time-intervals.t xt/federate.t xt/parser-rdql.t xt/parser-sparql.t xt/parser-sparql11.t xt/pod.t xt/pod_coverage.t xt/sparql11-federation.t Copyright: *No copyright* License: UNKNOWN FIXME Files: lib/RDF/Query.pm lib/RDF/Query/Federate/Plan.pm Copyright: 2005-2009, Gregory Todd Williams. This 2005-2012, Gregory Todd Williams. This License: Perl FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: Expat FIXME Files: debian/rules Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ FIXME Files: README.html Copyright: 2005–2010, Gregory Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

text. License: Perl FIXME Files: README Copyright: 2005-2010, Gregory Williams. text License: Perl FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME Files: Changes.ttl Copyright: text." ; License: UNKNOWN FIXME Files: t/serialize.t Copyright: }', 'variable binding (blank)' ); }', 'variable binding (literal, blank, (undef))' ); License: UNKNOWN FIXME debian/compat0000644000000000000000000000000212125345620010364 0ustar 8 debian/patches/0000755000000000000000000000000012202473047010616 5ustar debian/patches/fix-rcsh-path.patch0000644000000000000000000000065412202473047014321 0ustar Description: fix path to tcsh in two examples Author: Damyan Ivanov Forwarded: no Last-Change: 2013-08-13 --- a/bin/failing_earl_tests.sh +++ b/bin/failing_earl_tests.sh @@ -1,4 +1,4 @@ -#!/bin/tcsh +#!/usr/bin/tcsh foreach i (earl*.ttl) if (-e $i) then --- a/bin/passing_earl_tests.sh +++ b/bin/passing_earl_tests.sh @@ -1,4 +1,4 @@ -#!/bin/tcsh +#!/usr/bin/tcsh foreach i (earl*.ttl) if (-e $i) then debian/patches/series0000644000000000000000000000002412202472475012033 0ustar fix-rcsh-path.patch debian/watch0000644000000000000000000000033412202446741010221 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://www.cpan.org/authors/id/G/GW/GWILLIAMS/RDF-Query-([\d.]+)\.tar\.gz http://search.cpan.org/dist/RDF-Query/ .*/RDF-Query-([\d.]+)\.tar\.gz debian/control.in0000644000000000000000000000154012202446741011200 0ustar Source: librdf-query-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/librdf-query-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-query-perl.git Homepage: http://search.cpan.org/dist/RDF-Query/ Package: librdf-query-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: complete SPARQL 1.1 Query and Update implementation for RDF::Trine Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF::Query allows SPARQL 1.1 and RDQL queries to be run against an RDF model, returning rows of matching results. debian/copyright0000644000000000000000000000410512202446741011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RDF::Query Upstream-Contact: https://github.com/kasei/perlrdf/issues Source: http://search.cpan.org/dist/RDF-Query/ Files: * Copyright: 2005-2012, Gregory Todd Williams License: Artistic or GPL-1+ Comment: License: . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install. Files: inc/Module/Install/AuthorTests.pm Copyright: 2006, Ricardo SIGNES License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::AuthorTests. Files: debian/* Copyright: 2011-2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see .