This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libatteanx-store-ldf-perl.
commit 587b611de0c73914e0327fcddaf5d109cf672f9f Author: Jonas Smedegaard <[email protected]> Date: Sat Feb 20 15:22:11 2016 +0100 Initial packaging release. --- .gitignore | 1 + debian/README.source | 11 ++++++ debian/changelog | 6 +++ debian/compat | 1 + debian/control | 52 ++++++++++++++++++++++++++ debian/control.in | 38 +++++++++++++++++++ debian/copyright | 49 ++++++++++++++++++++++++ debian/copyright_hints | 83 +++++++++++++++++++++++++++++++++++++++++ debian/gbp.conf | 6 +++ debian/rules | 51 +++++++++++++++++++++++++ debian/source/format | 1 + debian/source/lintian-overrides | 8 ++++ debian/watch | 4 ++ 13 files changed, 311 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b408e6c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.pc diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..f88449e --- /dev/null +++ b/debian/README.source @@ -0,0 +1,11 @@ +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 <[email protected]> Mon, 18 Feb 2013 12:55:37 +0100 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..341b033 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +libatteanx-store-ldf-perl (0.01-1) unstable; urgency=low + + * Initial packaging release. + Closes: bug#815245. + + -- Jonas Smedegaard <[email protected]> Sat, 20 Feb 2016 15:19:42 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d75e7c5 --- /dev/null +++ b/debian/control @@ -0,0 +1,52 @@ +Source: libatteanx-store-ldf-perl +Section: perl +Priority: optional +Build-Depends: cdbs, + devscripts, + debhelper, + dh-buildinfo, + libmoox-log-any-perl, + librdf-ldf-perl, + libtypes-uri-perl, + libattean-perl (>= 0.010), + libmoo-perl (>= 1.006000), + perl (>= 5.14), + librdf-generator-void-perl, + librdf-linkeddata-perl, + libtest-exception-perl, + libtest-lwp-useragent-perl, + libtest-roo-perl +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Jonas Smedegaard <[email protected]> +Standards-Version: 3.9.7 +Vcs-Git: https://anonscm.debian.org/pkg-perl/packages/libatteanx-store-ldf-perl +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libatteanx-store-ldf-perl.git +Homepage: https://metacpan.org/release/AtteanX-Store-LDF + +Package: libatteanx-store-ldf-perl +Architecture: all +Depends: ${cdbs:Depends}, + ${misc:Depends}, + ${perl:Depends} +Suggests: ${cdbs:Suggests} +Description: Linked Data Fragment RDF store + AtteanX::Store::LDF provides a triple-store connected to a Linked Data + Fragment server. + . + Linked Data Fragment (LDF) is a protocol to exchange specific views of + Linked Data. + . + Linked Data is a method of publishing structured data so that it can be + interlinked and become more useful through semantic queries. It builds + upon standard Web technologies such as HTTP, RDF and URIs, but rather + than using them to serve web pages for human readers, it extends them + to share information in a way that can be read automatically by + computers. + . + A triplestore or RDF store is a purpose-built database for the storage + and retrieval of triples through semantic queries. A triple is a data + entity composed of subject-predicate-object, like "Bob is 35" or "Bob + knows Fred". + . + Resource Description Framework (RDF) is a standard model for data + interchange on the Web. diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..8a2786e --- /dev/null +++ b/debian/control.in @@ -0,0 +1,38 @@ +Source: libatteanx-store-ldf-perl +Section: perl +Priority: optional +Build-Depends: @cdbs@ +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Jonas Smedegaard <[email protected]> +Standards-Version: 3.9.7 +Vcs-Git: https://anonscm.debian.org/pkg-perl/packages/libatteanx-store-ldf-perl +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libatteanx-store-ldf-perl.git +Homepage: https://metacpan.org/release/AtteanX-Store-LDF + +Package: libatteanx-store-ldf-perl +Architecture: all +Depends: ${cdbs:Depends}, + ${misc:Depends}, + ${perl:Depends} +Suggests: ${cdbs:Suggests} +Description: Linked Data Fragment RDF store + AtteanX::Store::LDF provides a triple-store connected to a Linked Data + Fragment server. + . + Linked Data Fragment (LDF) is a protocol to exchange specific views of + Linked Data. + . + Linked Data is a method of publishing structured data so that it can be + interlinked and become more useful through semantic queries. It builds + upon standard Web technologies such as HTTP, RDF and URIs, but rather + than using them to serve web pages for human readers, it extends them + to share information in a way that can be read automatically by + computers. + . + A triplestore or RDF store is a purpose-built database for the storage + and retrieval of triples through semantic queries. A triple is a data + entity composed of subject-predicate-object, like "Bob is 35" or "Bob + knows Fred". + . + Resource Description Framework (RDF) is a standard model for data + interchange on the Web. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..23110f3 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,49 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: AtteanX::Store::LDF +Upstream-Contact: https://github.com/phochste/AtteanX-Store-LDF/issues +Source: http://search.cpan.org/dist/AtteanX-Store-LDF/ + git://github.com/phochste/AtteanX-Store-LDF + +Files: * +Copyright: + © 2015-2016, Patrick Hochstenbach <[email protected]> + © 2016, Kjetil Kjernsmo <[email protected]> +License-Grant: + This is free software; you can redistribute it and/or modify it under + the same terms as the Perl 5 programming language system itself. +License: Artistic or GPL-1+ +Comment: + Perl 5 is licensed under either the 'Artistic license' or the 'GNU + General Public License' version 1 or later. + +Files: demo/test.psgi +Copyright: + © 2010, ABC Startsiden AS + © 2010, Gregory Todd Williams + © 2010-2015, Kjetil Kjernsmo <[email protected]> +License-Grant: + This program is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. +License: Artistic or GPL-1+ +Comment: + Perl 5 is licensed under either the 'Artistic license' or the 'GNU + General Public License' version 1 or later. + +Files: debian/* +Copyright: + © 2016, Jonas Smedegaard <[email protected]> +License-Grant: + 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. +License: GPL-3+ + +License: Artistic +License-Reference: /usr/share/common-licenses/Artistic + +License: GPL-1+ +License-Reference: /usr/share/common-licenses/GPL-1 + +License: GPL-3+ +License-Reference: /usr/share/common-licenses/GPL-3 diff --git a/debian/copyright_hints b/debian/copyright_hints new file mode 100644 index 0000000..1a35f8e --- /dev/null +++ b/debian/copyright_hints @@ -0,0 +1,83 @@ +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: CREDITS + Changes + INSTALL + MANIFEST + META.json + META.yml + Makefile.PL + SIGNATURE + debian/README.source + debian/compat + debian/control + debian/control.in + debian/gbp.conf + debian/source/format + debian/source/lintian-overrides + debian/watch + demo/README + demo/boot.sh + demo/test.json + demo/test.pl + demo/test.ttl + dist.ini + doap.ttl + lib/AtteanX/Store/LDF/Plan/Triple.pm + t/00-load.t + t/planner.t + t/triplestore.t +Copyright: *No copyright* +License: UNKNOWN + FIXME + +Files: README.pod + lib/AtteanX/Store/LDF.pm +Copyright: 2015, Patrick Hochstenbach + 2016, Patrick Hochstenbach and Kjetil Kjernsmo +License: UNKNOWN + FIXME + +Files: COPYRIGHT +Copyright: 2016, Kjetil Kjernsmo and Patrick Hochstenbach +License: Artistic-1.0 + FIXME + +Files: LICENSE +Copyright: 2016, Kjetil Kjernsmo and Patrick Hochstenbach +License: Artistic-1.0 GPL (vever) + FIXME + +Files: debian/rules +Copyright: 2016, Jonas Smedegaard <[email protected]> +License: GPL-3+ + FIXME + +Files: demo/test.psgi +Copyright: 2010, ABC Startsiden AS and Gregory Todd Williams and + 2010-2015, Kjetil Kjernsmo. This program is +License: Perl + FIXME + +Files: lib/AtteanX/Query/AccessPlan/LDF.pm +Copyright: 2016, Kjetil Kjernsmo + AND LICENCE +License: UNKNOWN + FIXME + +Files: lib/Test/Attean/Store/LDF/Role/CreateStore.pm +Copyright: 2015, Patrick Hochstenbach + 2015-2016, Kjetil Kjernsmo + AND LICENCE +License: UNKNOWN + FIXME + +Files: README +Copyright: 2015, Patrick Hochstenbach. This software +License: UNKNOWN + FIXME + diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..f52b828 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +pristine-tar = True +sign-tags = True +filter = .gitignore diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..91ff271 --- /dev/null +++ b/debian/rules @@ -0,0 +1,51 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- +# Copyright © 2016 Jonas Smedegaard <[email protected]> +# Description: Main Debian packaging script for AtteanX::Store::LDF +# +# 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 <http://www.gnu.org/licenses/>. + +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 = AtteanX-Store-LDF +DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/K/KJ/KJETILK + +# Build-depend unversioned on debhelper +# TODO: Drop when adopted in cdbs +CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper + +# Needed by upstream build and (always) at runtime +perl-deps = moox-log-any rdf-ldf types-uri +deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) +deps +=, libattean-perl (>= 0.010) +deps +=, libmoo-perl (>= 1.006000) +deps +=, perl (>= 5.14) + +# Needed by upstream testsuite +perl-deps-test = rdf-generator-void rdf-linkeddata test-exception +perl-deps-test += test-lwp-useragent test-roo +deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test)) + +CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test) +CDBS_DEPENDS_$(pkg) = $(deps) + +DEB_INSTALL_EXAMPLES_$(pkg) = demo/* + +clean:: + rm -f Makefile.old diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..dce4650 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,8 @@ +# License is in License-Reference field (see bug#786450) +missing-license-text-in-dep5-copyright + +# License is in License-Reference field (see bug#786450) +missing-license-paragraph-in-dep5-copyright + +# Debhelper 9 is satisfied even in oldstable +package-needs-versioned-debhelper-build-depends 9 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e956305 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# Run the "uscan" command to check for upstream updates and more. +version=4 +http://www.cpan.org/authors/id/K/KJ/KJETILK/AtteanX-Store-LDF-([\d.]+)\.tar\.gz +https://metacpan.org/release/AtteanX-Store-LDF .*/AtteanX-Store-LDF-([\d.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatteanx-store-ldf-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
