[librdf-lazy-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Mon Oct 26 18:15:49 UTC 2015


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

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

commit a35343071cb04822a154a911fd3eb548422d6fb7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Oct 26 18:44:42 2015 +0100

    Initial packaging.
---
 .gitignore                      |  1 +
 debian/README.source            | 11 ++++++++
 debian/changelog                |  6 +++++
 debian/compat                   |  1 +
 debian/control                  | 35 +++++++++++++++++++++++++
 debian/control.in               | 26 ++++++++++++++++++
 debian/copyright                | 33 +++++++++++++++++++++++
 debian/copyright_hints          | 58 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  6 +++++
 debian/rules                    | 42 +++++++++++++++++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  8 ++++++
 debian/watch                    |  4 +++
 13 files changed, 232 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 <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..7595e94
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+librdf-lazy-perl (0.09-1) experimental; urgency=low
+
+  * Initial Release.
+    Closes: bug#803077.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 26 Oct 2015 18:43:39 +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..6cc8174
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: librdf-lazy-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs (>= 0.4.122~),
+ devscripts,
+ perl,
+ libmodule-build-tiny-perl,
+ debhelper,
+ dh-buildinfo,
+ librdf-ns-perl (>= 20131002),
+ librdf-trine-perl,
+ libtry-tiny-perl,
+ libcgi-pm-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-lazy-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-lazy-perl.git
+Homepage: https://github.com/nichtich/RDF-Lazy
+
+Package: librdf-lazy-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: lazy typing access to RDF data
+ RDF::Lazy wraps RDF::Trine::Node to provide simple node-centric access
+ to RDF data.  It was designed to access RDF within Template Toolkit but
+ the module does not depend on that and can be used independently.
+ Basically, an instance of RDF::Lazy contains an unlabeled RDF graph and
+ a set of namespace prefixes.  For lazy access and graph traversal, each
+ RDF node (RDF::Lazy::Node) is tied to the graph.
+ .
+ Resource Description Framework (RDF) is a standard model for data
+ interchange on the Web, also known as Linked Data.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..63d7c3f
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,26 @@
+Source: librdf-lazy-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-lazy-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-lazy-perl.git
+Homepage: https://github.com/nichtich/RDF-Lazy
+
+Package: librdf-lazy-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: lazy typing access to RDF data
+ RDF::Lazy wraps RDF::Trine::Node to provide simple node-centric access
+ to RDF data.  It was designed to access RDF within Template Toolkit but
+ the module does not depend on that and can be used independently.
+ Basically, an instance of RDF::Lazy contains an unlabeled RDF graph and
+ a set of namespace prefixes.  For lazy access and graph traversal, each
+ RDF node (RDF::Lazy::Node) is tied to the graph.
+ .
+ Resource Description Framework (RDF) is a standard model for data
+ interchange on the Web, also known as Linked Data.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..36bbb88
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: RDF::Lazy
+Upstream-Contact: https://github.com/nichtich/RDF-Lazy/issues
+Source: http://www.cpan.org/authors/id/V/VO/VOJ/
+ git://github.com/nichtich/RDF-Lazy
+
+Files: *
+Copyright: 2015, Jakob Voß <voss at gbv.de>
+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: debian/*
+Copyright: 2015, Jonas Smedegaard <dr at jones.dk>
+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.
+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..752cb80
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,58 @@
+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
+ cpanfile
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ dist.ini
+ lib/RDF/Lazy/Blank.pm
+ lib/RDF/Lazy/Literal.pm
+ lib/RDF/Lazy/Node.pm
+ lib/RDF/Lazy/Resource.pm
+ lib/RDF/Lazy/Tutorial.pod
+ t/00_compile.t
+ t/10_parse.t
+ t/20_lazy.t
+ t/30_methods.t
+ t/40_chains.t
+ t/caching.t
+ t/example.ttl
+ t/literal.t
+ t/namespaces.t
+ t/release-pod-syntax.t
+ t/template.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/RDF/Lazy.pm
+Copyright: 2013, Jakob Voß
+  AND LICENSE
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2015, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: LICENSE
+Copyright: 2013, Jakob Voß <voss at gbv.de>
+License: GPL-ever
+ 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..2ed896a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,42 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2015, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for RDF::Lazy
+#
+# 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-Lazy
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/V/VO/VOJ
+
+# 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
+deps = librdf-ns-perl (>= 20131002), librdf-trine-perl
+deps +=, libtry-tiny-perl, libcgi-pm-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps)
+
+#  * relax regression tests when targeted experimental suite
+exp-relax-check := $(if $(shell dpkg-parsechangelog | grep -x 'Distribution: \(experimental\|UNRELEASED\)'),|| true)
+DEB_PERL_CHECK_FLAGS += $(exp-relax-check)
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/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..ac127a4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# compare versions by each digit: upstream strip trailing zeros
+version = 3
+https://metacpan.org/release/RDF-Lazy .*/RDF-Lazy-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/V/VO/VOJ/RDF-Lazy-([\d.]+)\.tar\.gz

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



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