[librdf-ldf-perl] 01/01: Initial packaging release.

Jonas Smedegaard dr at jones.dk
Thu May 21 20:15:01 UTC 2015


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

js pushed a commit to branch master
in repository librdf-ldf-perl.

commit 712a092cba718075400eef377f3097c62319d7fa
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu May 21 20:53:03 2015 +0200

    Initial packaging release.
---
 debian/README.source   | 11 +++++++++
 debian/changelog       |  6 +++++
 debian/compat          |  1 +
 debian/control         | 48 ++++++++++++++++++++++++++++++++++++++
 debian/control.in      | 25 ++++++++++++++++++++
 debian/copyright       | 44 +++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |  5 ++++
 debian/rules           | 47 +++++++++++++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  4 ++++
 11 files changed, 255 insertions(+)

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 <dr at jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ea5ffeb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+librdf-ldf-perl (0.10-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#786424.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Thu, 21 May 2015 22:05:10 +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..cf825b6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: librdf-ldf-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs (>= 0.4.122~),
+ devscripts,
+ perl,
+ libmodule-build-tiny-perl,
+ debhelper,
+ dh-buildinfo,
+ libcache-lru-perl,
+ libclone-perl,
+ libdata-compare-perl,
+ libdata-util-perl,
+ libhttp-message-perl,
+ libjson-perl,
+ liblog-any-perl,
+ libmoo-perl,
+ librdf-query-perl,
+ librdf-trine-perl,
+ libthrowable-perl,
+ liburi-perl,
+ liburi-template-perl,
+ librdf-ns-perl (>= 20140910),
+ libtest-deep-perl,
+ libtest-exception-perl,
+ libtest-lwp-useragent-perl,
+ libtest-pod-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/librdf-ldf-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-ldf-perl.git
+Homepage: https://github.com/phochste/RDF-LDF
+
+Package: librdf-ldf-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: Linked Data Fragments client
+ Resource Description Framework (RDF) is a standard model for data
+ interchange on the Web, also known as Linked Data.
+ .
+ Linked Data Fragment (LDF) is a protocol to exchange specific views of
+ Linked Data.
+ .
+ RDF::LDF implements a basic Linked Data Fragment client, also known as
+ a Triple Pattern Fragments client.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..68437cd
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,25 @@
+Source: librdf-ldf-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/librdf-ldf-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-ldf-perl.git
+Homepage: https://github.com/phochste/RDF-LDF
+
+Package: librdf-ldf-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: Linked Data Fragments client
+ Resource Description Framework (RDF) is a standard model for data
+ interchange on the Web, also known as Linked Data.
+ .
+ Linked Data Fragment (LDF) is a protocol to exchange specific views of
+ Linked Data.
+ .
+ RDF::LDF implements a basic Linked Data Fragment client, also known as
+ a Triple Pattern Fragments client.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a15eda5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: RDF::LDF
+Upstream-Contact: https://github.com/phochste/RDF-LDF/issues
+Source: http://www.cpan.org/authors/id/H/HO/HOCHSTEN/
+ git://github.com/phochste/RDF-LDF
+
+Files: *
+Copyright: 2015, Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
+License: Artistic or GPL-1+
+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.
+Comment:
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: debian/*
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+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 of the License, 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.
+
+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+
+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..7e80ad7
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,63 @@
+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: Build.PL
+ Changes
+ MANIFEST
+ META.json
+ META.yml
+ bin/ldf-client.pl
+ cpanfile
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ demo/sparql01.txt
+ demo/sparql02.txt
+ demo/sparql03.txt
+ demo/sparql04.txt
+ demo/sparql05.txt
+ demo/sparql06.txt
+ demo/sparql07.txt
+ demo/sparql08.txt
+ demo/sparql09.txt
+ dist.ini
+ lib/RDF/LDF/Error.pm
+ lib/RDF/Trine/Store/LDF.pm
+ t/LDF-pattern.t
+ t/RDF-LDF.t
+ t/RDF-Trine-Store-LDF.t
+ t/basic.t
+ t/release-pod-syntax.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/RDF/LDF.pm
+Copyright: 2015, Patrick Hochstenbach
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc
+  19xx name of author
+  19yy <name of author>
+  2015, Patrick Hochstenbach.
+  disclaimer" for the program, if
+  interest in the
+  the software, and
+License: GPL-ever
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d2fb7f1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,47 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2014, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for RDF::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-build.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = RDF-LDF
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/H/HO/HOCHSTEN
+
+# Needed by upstream build and (always) at runtime
+#  TODO: maybe tighten (some versions too aggressive so all ignored for now)
+perl-deps = cache-lru clone data-compare data-util http-message json
+perl-deps += log-any moo rdf-query rdf-trine throwable uri uri-template
+deps = $(patsubst %,$(comma) lib%-perl, $(perl-deps))
+deps +=, librdf-ns-perl (>= 20140910)
+
+# Needed (optionally) by upstream testsuite
+#  TODO: maybe tighten (some versions too aggressive so all ignored for now)
+perl-deps-test = deep exception lwp-useragent pod
+deps-test-opt = librdf-trine-perl, libjson-perl
+deps-test = $(patsubst %,$(comma) libtest-%-perl, $(perl-deps-test))
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+
+# avoid empty manpage
+binary-post-install/$(pkg)::
+	rm $(cdbs_curdestdir)usr/share/man/man3/RDF::LDF::Error.3pm
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c8b50f8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# compare versions by each digit: upstream strip trailing zeros
+version = 3
+http://www.cpan.org/authors/id/H/HO/HOCHSTEN/RDF-LDF-([\d.]+)\.tar\.gz
+https://metacpan.org/release/RDF-LDF .*/RDF-LDF-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-ldf-perl.git



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