[libatteanx-store-memorytriplestore-perl] 02/02: Initial packaging.

Jonas Smedegaard dr at jones.dk
Sun May 24 12:39:43 UTC 2015


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

js pushed a commit to branch master
in repository libatteanx-store-memorytriplestore-perl.

commit bdb37b1805c2f9a851781d1cacb8da4bb8eebaab
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun May 24 14:11:49 2015 +0200

    Initial packaging.
---
 debian/README.source   | 25 ++++++++++++++++++++
 debian/changelog       |  6 +++++
 debian/compat          |  1 +
 debian/control         | 43 +++++++++++++++++++++++++++++++++
 debian/control.in      | 27 +++++++++++++++++++++
 debian/copyright       | 48 +++++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |  8 +++++++
 debian/rules           | 51 ++++++++++++++++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  4 ++++
 11 files changed, 278 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..f74f2c6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libatteanx-store-memorytriplestore-perl (0.001~20150520-1) experimental; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#785768.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 24 May 2015 14:11:52 +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..4a2b0ae
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: libatteanx-store-memorytriplestore-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ clang,
+ libraptor2-dev,
+ libextutils-depends-perl,
+ libextutils-pkgconfig-perl,
+ libmoose-perl,
+ libparams-util-perl,
+ libattean-perl,
+ libxs-object-magic-perl,
+ libmoo-perl,
+ libtype-tiny-perl,
+ libtest-roo-perl,
+ 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/libatteanx-store-memorytriplestore-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libatteanx-store-memorytriplestore-perl.git
+Homepage: https://metacpan.org/release/AtteanX-Store-MemoryTripleStore
+
+Package: libatteanx-store-memorytriplestore-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Description: in-memory RDF triple store
+ AtteanX::Store::MemoryTripleStore provides an in-memory triple-store
+ that is especially optimized for matching BGPs which contain at least
+ one bound subject or object (e.g. preferring star or path queries
+ rather than analytical queries).
+ .
+ The triple store is read-only, requiring a filename to be specified
+ during construction which points at an N-Triples or Turtle file
+ containing the RDF data to load. The triple store links with libraptor2
+ to allow fast parsing of input files.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..68530b2
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,27 @@
+Source: libatteanx-store-memorytriplestore-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/libatteanx-store-memorytriplestore-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libatteanx-store-memorytriplestore-perl.git
+Homepage: https://metacpan.org/release/AtteanX-Store-MemoryTripleStore
+
+Package: libatteanx-store-memorytriplestore-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Description: in-memory RDF triple store
+ AtteanX::Store::MemoryTripleStore provides an in-memory triple-store
+ that is especially optimized for matching BGPs which contain at least
+ one bound subject or object (e.g. preferring star or path queries
+ rather than analytical queries).
+ .
+ The triple store is read-only, requiring a filename to be specified
+ during construction which points at an N-Triples or Turtle file
+ containing the RDF data to load. The triple store links with libraptor2
+ to allow fast parsing of input files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ae3ea83
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,48 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: AtteanX::Store::MemoryTripleStore
+Upstream-Contact: https://github.com/kasei/atteanx-store-memorytriplestore/issues
+Source: http://search.cpan.org/dist/AtteanX-Store-MemoryTripleStore/
+ git://github.com/kasei/atteanx-store-memorytriplestore
+
+Files: *
+Copyright: 2015, Gregory Todd Williams <gwilliams at cpan.org>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2015, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+
+License: GPL-2+
+ 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 2, 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 2 is located
+ in '/usr/share/common-licenses/GPL-2'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+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'.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..d246341
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,64 @@
+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: Changes.ttl
+ MANIFEST
+ Makefile.PL
+ Makefile.cli
+ MemoryTripleStore.xs
+ README.md
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ lib/AtteanX/Store/MemoryTripleStore/Blank.pm
+ lib/AtteanX/Store/MemoryTripleStore/IRI.pm
+ t/simple.t
+ t/store-triple.t
+ triplestore.c
+ triplestore.h
+ ts.c
+ typemap
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: linenoise.c
+ linenoise.h
+Copyright: 2010, Pieter Noordhuis <pcnoordhuis at gmail dot com>
+  2010, Salvatore Sanfilippo <antirez at gmail dot com>
+  2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com>
+  2010-2013, Salvatore Sanfilippo <antirez at gmail dot com>
+License: BSD-2-clause
+ FIXME
+
+Files: avl.c
+ avl.h
+Copyright: 1998-2002, 2004 Free Software Foundation, Inc
+License: GPL-2+
+ FIXME
+
+Files: LICENSE
+Copyright: 1998-2002, 2004 Free Software Foundation, Inc
+  2010-2013, Pieter Noordhuis <pcnoordhuis at gmail dot com>
+  2010-2013, Salvatore Sanfilippo <antirez at gmail dot com>
+  2015, Gregory Todd Williams <gwilliams at cpan.org>
+License: BSD (2 clause) GPL-2+
+ FIXME
+
+Files: lib/AtteanX/Store/MemoryTripleStore.pm
+Copyright: 2015, Gregory Todd Williams
+License: GPL
+ FIXME
+
+Files: debian/rules
+Copyright: 2015, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..1f8d409
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+
+[import-orig]
+filter = .gitignore
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7389960
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,51 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2015 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for AtteanX::Store::MemoryTripleStore
+#
+# 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-MemoryTripleStore
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/G/GW/GWILLIAMS
+
+# Needed by upstream build
+bdeps = clang, libraptor2-dev
+bdeps +=, libextutils-depends-perl, libextutils-pkgconfig-perl
+
+# Needed by upstream build and (always/often) at runtime
+perl-deps = moose params-util attean xs-object-magic moo type-tiny
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+
+# Needed by upstream testsuite
+deps-test = libtest-roo-perl, libtest-exception-perl
+
+CDBS_BUILD_DEPENDS +=, $(bdeps), $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+
+CFLAGS += -fblocks
+DEB_MAKEMAKER_USER_FLAGS = CC=clang
+
+clean::
+	rm -f Makefile.old
+
+#  * relax regression tests when targeted experimental suite
+exp-relax-check := $(if $(shell dpkg-parsechangelog | grep -x 'Distribution: \(experimental\|UNRELEASED\)'),| true)
+DEB_MAKE_CHECK_TARGET += $(exp-relax-check)
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..d5aaafc
--- /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/AtteanX-Store-MemoryTripleStore-([\d.]+)\.tar\.gz
+https://metacpan.org/release/AtteanX-Store-MemoryTripleStore .*/AtteanX-Store-MemoryTripleStore-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatteanx-store-memorytriplestore-perl.git



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