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

Jonas Smedegaard dr at jones.dk
Sun May 18 01:33:12 UTC 2014


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

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

commit 41dd40ef0e94518c2c96c5d7113b094ee2f4c2bf
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun May 18 03:28:48 2014 +0200

    Initial packaging.
---
 debian/README.source   |  11 +++++
 debian/changelog       |   6 +++
 debian/compat          |   1 +
 debian/control         |  27 +++++++++++++
 debian/control.in      |  20 +++++++++
 debian/copyright       |  50 +++++++++++++++++++++++
 debian/copyright_hints | 107 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules           |  37 +++++++++++++++++
 debian/source/format   |   1 +
 debian/watch           |   4 ++
 10 files changed, 264 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..89fd5fd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+librdf-aref-perl (0.11-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#748522.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 18 May 2014 03:28:42 +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..c43167f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: librdf-aref-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ debhelper,
+ dh-buildinfo,
+ perl (>= 5.12.0),
+ librdf-ns-perl (>= 20130816),
+ librdf-trine-perl,
+ libjson-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-aref-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-aref-perl.git
+Homepage: https://github.com/nichtich/RDF-aREF
+
+Package: librdf-aref-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Description: another RDF Encoding Form
+ aREF (another RDF Encoding Form) is an encoding of RDF graphs in form
+ of arrays, hashes, and Unicode strings.
+ .
+ RDF::aREF implements decoding from aREF data to RDF triples.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..880958f
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,20 @@
+Source: librdf-aref-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.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-aref-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-aref-perl.git
+Homepage: https://github.com/nichtich/RDF-aREF
+
+Package: librdf-aref-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Description: another RDF Encoding Form
+ aREF (another RDF Encoding Form) is an encoding of RDF graphs in form
+ of arrays, hashes, and Unicode strings.
+ .
+ RDF::aREF implements decoding from aREF data to RDF triples.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..908f1d8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,50 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: RDF::aREF
+Upstream-Contact: https://github.com/nichtich/RDF-aREF/issues
+Source: http://www.cpan.org/authors/id/V/VO/VOJ/
+ git://github.com/nichtich/RDF-aREF
+
+Files: *
+Copyright: 2014, Jakob Voß
+License: Artistic or GPL-1+
+ License:
+ .
+ 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: 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+
+ 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.
+ .
+ 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..1eb5c39
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,107 @@
+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
+ MANIFEST
+ META.yml
+ Makefile.PL
+ cpanfile
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/source/format
+ debian/watch
+ t/author-critic.t
+ t/decoder.t
+ t/errors.t
+ t/objects.t
+ t/strict.t
+ t/suite.t
+ t/suite/README.md
+ t/suite/invalid-datatype-01.err
+ t/suite/invalid-datatype-01.json
+ t/suite/invalid-object-01.err
+ t/suite/invalid-object-01.json
+ t/suite/invalid-object-02.err
+ t/suite/invalid-object-02.json
+ t/suite/invalid-object-03.err
+ t/suite/invalid-object-03.json
+ t/suite/invalid-predicate-01.err
+ t/suite/invalid-predicate-01.json
+ t/suite/invalid-predicate-02.err
+ t/suite/invalid-predicate-02.json
+ t/suite/invalid-predicate-03.err
+ t/suite/invalid-predicate-03.json
+ t/suite/invalid-subject-01.err
+ t/suite/invalid-subject-01.json
+ t/suite/invalid-subject-02.err
+ t/suite/invalid-subject-02.json
+ t/suite/invalid-subject-03.err
+ t/suite/invalid-subject-03.json
+ t/suite/invalid-subject-04.err
+ t/suite/invalid-subject-04.json
+ t/suite/invalid-subject-05.err
+ t/suite/invalid-subject-05.json
+ t/suite/invalid-subject-06.err
+ t/suite/invalid-subject-06.json
+ t/suite/invalid-subject-07.err
+ t/suite/invalid-subject-07.json
+ t/suite/invalid-subject-08.err
+ t/suite/invalid-subject-08.json
+ t/suite/invalid-subject-09.err
+ t/suite/invalid-subject-09.json
+ t/suite/invalid-subject-10.err
+ t/suite/invalid-subject-10.json
+ t/suite/json-ld-14.json
+ t/suite/json-ld-14.nt
+ t/suite/json-ld-23.json
+ t/suite/json-ld-23.nt
+ t/suite/rdf-trine-model.json
+ t/suite/rdf-trine-model.nt
+ t/suite/strict-invalid-subject-11.err
+ t/suite/strict-invalid-subject-11.json
+ t/suite/strict-invalid-subject-12.err
+ t/suite/strict-invalid-subject-12.json
+ t/suite/strict-invalid-subject-13.err
+ t/suite/strict-invalid-subject-13.json
+ t/suite/strict-null-object-1.err
+ t/suite/strict-null-object-1.json
+ t/suite/strict-null-object-2.err
+ t/suite/strict-null-object-2.json
+ t/suite/strict-null-object-2.nt
+ t/suite/uri-object-01.json
+ t/suite/uri-object-01.nt
+ t/suite/uri-object-02.json
+ t/suite/uri-object-02.nt
+ t/trine.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/RDF/aREF.pm
+ lib/RDF/aREF/Decoder.pm
+Copyright: 2014, Jakob Voß
+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>
+  2014, Jakob Voß
+  disclaimer" for the program, if
+  interest in the
+  the software, and
+License: GPL-ever
+ FIXME
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..09ca98f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,37 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2014, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for RDF::aREF
+#
+# 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 = RDF-aREF
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/V/VO/VOJ
+
+# Needed by upstream build and (always) at runtime
+deps = perl (>= 5.12.0)
+deps +=, librdf-ns-perl (>= 20130816)
+
+# Needed (optionally) by upstream testsuite
+deps-test-opt = librdf-trine-perl, libjson-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test-opt)
+CDBS_DEPENDS_$(pkg) = $(deps)
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..defc5a5
--- /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/V/VO/VOJ/RDF-aREF-([\d.]+)\.tar\.gz
+https://metacpan.org/release/RDF-aREF .*/RDF-aREF-([\d.]+)\.tar\.gz

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



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