[libattean-perl] 01/01: Initial Debian packaging.
Jonas Smedegaard
dr at jones.dk
Thu Oct 16 13:43:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libattean-perl.
commit 1c97dee2ab0f8f1c73189d8f8af64021dfac10f7
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Oct 13 16:52:51 2014 +0200
Initial Debian packaging.
---
debian/README.source | 25 ++++++++
debian/changelog | 6 ++
debian/compat | 1 +
debian/control | 37 ++++++++++++
debian/control.in | 19 ++++++
debian/copyright | 77 +++++++++++++++++++++++
debian/copyright_hints | 161 +++++++++++++++++++++++++++++++++++++++++++++++++
debian/gbp.conf | 8 +++
debian/rules | 48 +++++++++++++++
debian/source/format | 1 +
debian/watch | 4 ++
11 files changed, 387 insertions(+)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..5c5203c
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,25 @@
+Packaging notes
+===============
+
+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
+
+
+Circular build-dependencies
+---------------------
+
+This package is problematic to bootstrap, as some of the declared
+build-dependencies cause bootstrapping loops.
+
+For a bootstrappable (but potentially crippled) build, set environment
+variables DEB_BUILD_PROFILE and DEB_MAINTAINER_MODE, and clean before
+building. See also <https://wiki.debian.org/DebianBootstrap>.
+
+
+ -- Jonas Smedegaard <dr at jones.dk> Fri, 07 Jun 2013 23:02:51 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e1f9e1c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libattean-perl (0.001-1) unstable; urgency=low
+
+ * Initial packaging release.
+ Closes: bug#763313.
+
+ -- Jonas Smedegaard <dr at jones.dk> Mon, 13 Oct 2014 16:51:14 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..da12a16
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: libattean-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ debhelper,
+ dh-buildinfo,
+ libossp-uuid-perl,
+ libdatetime-format-w3cdtf-perl,
+ libiri-perl,
+ libset-scalar-perl,
+ libsub-install-perl,
+ libsub-name-perl,
+ libtry-tiny-perl,
+ libtype-tiny-perl,
+ liburi-perl,
+ liburi-namespacemap-perl,
+ libnamespace-clean-perl,
+ libmoo-perl (>= 1.006000),
+ librdf-query-perl (>= 2.910),
+ perl (>= 5.14),
+ libtest-exception-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libattean-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libattean-perl.git
+Homepage: http://search.cpan.org/dist/Attean/
+
+Package: libattean-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: semantic web framework
+ Attean provides APIs for parsing, storing, querying, and serializing
+ Semantic Web (RDF and SPARQL) data.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..4ba1488
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,19 @@
+Source: libattean-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libattean-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libattean-perl.git
+Homepage: http://search.cpan.org/dist/Attean/
+
+Package: libattean-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: semantic web framework
+ Attean provides APIs for parsing, storing, querying, and serializing
+ Semantic Web (RDF and SPARQL) data.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2b63ced
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,77 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Attean
+Upstream-Contact: https://github.com/kasei/attean/issues
+Source: http://search.cpan.org/dist/Attean/
+ git://github.com/kasei/attean
+
+Files: *
+Copyright: 2006-2012, 2014, Gregory Todd Williams <gwilliams at cpan.org>
+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: lib/AtteanX/Parser/Turtle/Constants.pm
+Copyright: 2012, Toby Inkster <tobyink at cpan.org>
+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.
+
+Files: inc/Module/Install*
+Copyright: 2001-2006, Audrey Tang <autrijus at autrijus.org>
+ 2002-2004, Brian Ingerson <ingy at cpan.org>
+ 2006,2008-2012, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Convenience copy of Module::Install.
+
+Files: inc/Module/Install/AuthorTests.pm
+Copyright: 2008, Ricardo Signes <rjbs at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Convenience copy of Module::Install::AuthorTests.
+
+Files: debian/*
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+
+License: Artistic
+ Comment:
+ .
+ On Debian GNU 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 <http://www.gnu.org/licenses/>.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..728c00f
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,161 @@
+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: lib/Attean.pm
+ lib/Attean/API.pm
+ lib/Attean/API/AbbreviatingParser.pod
+ lib/Attean/API/AbbreviatingSerializer.pod
+ lib/Attean/API/AppendableSerializer.pod
+ lib/Attean/API/AtOnceParser.pod
+ lib/Attean/API/Binding.pm
+ lib/Attean/API/BlankOrIRI.pod
+ lib/Attean/API/Expression.pm
+ lib/Attean/API/Iterator.pm
+ lib/Attean/API/MixedStatementParser.pod
+ lib/Attean/API/MixedStatementSerializer.pod
+ lib/Attean/API/Model.pm
+ lib/Attean/API/Parser.pm
+ lib/Attean/API/PullParser.pod
+ lib/Attean/API/PushParser.pod
+ lib/Attean/API/Quad.pod
+ lib/Attean/API/QuadParser.pod
+ lib/Attean/API/QuadPattern.pod
+ lib/Attean/API/QuadSerializer.pod
+ lib/Attean/API/Query.pm
+ lib/Attean/API/Result.pod
+ lib/Attean/API/ResultParser.pod
+ lib/Attean/API/ResultSerializer.pod
+ lib/Attean/API/Serializer.pm
+ lib/Attean/API/Store.pm
+ lib/Attean/API/Term.pm
+ lib/Attean/API/TermOrVariable.pod
+ lib/Attean/API/TermParser.pod
+ lib/Attean/API/TermSerializer.pod
+ lib/Attean/API/Triple.pod
+ lib/Attean/API/TripleOrQuad.pod
+ lib/Attean/API/TripleParser.pod
+ lib/Attean/API/TriplePattern.pod
+ lib/Attean/API/TripleSerializer.pod
+ lib/Attean/API/Variable.pod
+ lib/Attean/Algebra.pm
+ lib/Attean/Blank.pm
+ lib/Attean/CodeIterator.pm
+ lib/Attean/Expression.pm
+ lib/Attean/IRI.pm
+ lib/Attean/IteratorSequence.pm
+ lib/Attean/ListIterator.pm
+ lib/Attean/Literal.pm
+ lib/Attean/Quad.pm
+ lib/Attean/QuadModel.pm
+ lib/Attean/RDF.pm
+ lib/Attean/Result.pm
+ lib/Attean/SimpleQueryEvaluator.pm
+ lib/Attean/TermMap.pm
+ lib/Attean/Triple.pm
+ lib/Attean/Variable.pm
+ lib/AtteanX/Parser/Turtle/Token.pm
+Copyright: 2014, Gregory Todd Williams
+License: Perl
+ FIXME
+
+Files: Changes.ttl
+ MANIFEST
+ META.yml
+ Makefile.PL
+ README.md
+ SIGNATURE
+ bin/attean_parse
+ bin/canonicalize_bgp.pl
+ bin/query.pl
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ 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/Attean/BindingEqualityTest.pm
+ lib/AtteanX/Parser/RDFXML.pm
+ t/00.load.t
+ t/algebra.t
+ t/binding-equality.t
+ t/binding.t
+ t/expression.t
+ t/iter.t
+ t/model-quad.t
+ t/parser-nquads.t
+ t/parser-ntriples.t
+ t/parser-sparqlxml.t
+ t/parser-turtle.t
+ t/parser.t
+ t/serializer-canonicalntriples.t
+ t/serializer-nquads.t
+ t/serializer-ntriples.t
+ t/simple-eval.t
+ t/simple.t
+ t/store-memory.t
+ t/store-simple.t
+ t/term-map.t
+ t/term.t
+ xt/pod-coverage.t
+ xt/pod.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: lib/AtteanX/Parser/NQuads.pm
+ lib/AtteanX/Parser/NTriples.pm
+ lib/AtteanX/Parser/NTuples.pm
+ lib/AtteanX/Parser/SPARQLJSON.pm
+ lib/AtteanX/Parser/SPARQLTSV.pm
+ lib/AtteanX/Parser/SPARQLXML.pm
+ lib/AtteanX/Parser/SPARQLXML/SAXHandler.pm
+ lib/AtteanX/Parser/Turtle.pm
+ lib/AtteanX/Parser/Turtle/Lexer.pm
+ lib/AtteanX/Serializer/CanonicalNTriples.pm
+ lib/AtteanX/Serializer/NQuads.pm
+ lib/AtteanX/Serializer/NTriples.pm
+ lib/AtteanX/Serializer/NTuples.pm
+ lib/AtteanX/Serializer/SPARQLTSV.pm
+ lib/AtteanX/Store/Memory.pm
+ lib/AtteanX/Store/Simple.pm
+Copyright: 2006-2012, Gregory Todd Williams. This
+License: Perl
+ FIXME
+
+Files: inc/Module/Install/Metadata.pm
+Copyright:
+License: Expat
+ FIXME
+
+Files: LICENSE
+Copyright: 2014, Gregory Todd Williams
+License: Expat
+ FIXME
+
+Files: debian/rules
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: lib/AtteanX/Parser/Turtle/Constants.pm
+Copyright: 2012, Toby Inkster. This
+License: Perl
+ FIXME
+
+Files: inc/Module/Install.pm
+Copyright: 2008, - 2012, Adam Kennedy
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..790a2f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+
+[git-import-orig]
+filter = .gitignore
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1c4018d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,48 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2014 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Attean
+#
+# 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 = Attean
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/G/GW/GWILLIAMS
+
+# Needed by upstream build and (always/often) at runtime
+perl-deps = ossp-uuid datetime-format-w3cdtf iri set-scalar sub-install
+perl-deps += sub-name try-tiny type-tiny uri uri-namespacemap
+perl-deps += namespace-clean
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, libmoo-perl (>= 1.006000)
+deps +=, librdf-query-perl (>= 2.910)
+deps +=, perl (>= 5.14)
+
+# Needed by upstream testsuite
+deps-test = libtest-exception-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+
+# install binaries as sample files (and only as such)
+DEB_INSTALL_EXAMPLES_$(pkg) += bin
+install/$(pkg)::
+ rm $(cdbs_curdestdir)usr/bin/*
+ rmdir $(cdbs_curdestdir)usr/bin
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/watch b/debian/watch
new file mode 100644
index 0000000..a78cc2a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+http://www.cpan.org/authors/id/G/GW/GWILLIAMS/Attean-([\d.]+)\.tar\.gz
+https://metacpan.org/release/Attean .*/Attean-([\d.]+)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libattean-perl.git
More information about the Pkg-perl-cvs-commits
mailing list