This is an automated email from the git hooks/post-receive script. js pushed a commit to annotated tag debian/0.001-1 in repository libatteanx-compatilibity-trine-perl.
commit 8dc9cf2d62f8f758f6932cacf4e396700f98beea Author: Jonas Smedegaard <d...@jones.dk> Date: Sat Dec 23 14:30:30 2017 +0100 Initial packaging. --- debian/changelog | 6 +++ debian/compat | 1 + debian/control | 38 +++++++++++++++++++ debian/copyright | 36 ++++++++++++++++++ debian/copyright-check | 24 ++++++++++++ debian/copyright_hints | 84 +++++++++++++++++++++++++++++++++++++++++ debian/gbp.conf | 6 +++ debian/rules | 4 ++ debian/source/format | 1 + debian/source/lintian-overrides | 7 ++++ debian/watch | 4 ++ 11 files changed, 211 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..cbdf63a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +libatteanx-compatibility-trine-perl (0.001-1) unstable; urgency=low + + * Initial packaging release. + Closes: bug#885070. + + -- Jonas Smedegaard <d...@jones.dk> Sat, 23 Dec 2017 14:30:16 +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..a7a8cad --- /dev/null +++ b/debian/control @@ -0,0 +1,38 @@ +Source: libatteanx-compatibility-trine-perl +Section: perl +Priority: optional +Build-Depends: + perl, + debhelper, + libattean-perl +Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org> +Uploaders: Jonas Smedegaard <d...@jones.dk> +Standards-Version: 4.1.2 +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libatteanx-compatibility-trine-perl.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libatteanx-compatibility-trine-perl.git +Homepage: https://metacpan.org/release/AtteanX-Compatibility-Trine +Rules-Requires-Root: no + +Package: libatteanx-compatibility-trine-perl +Architecture: any +Depends: ${cdbs:Depends}, + ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends} +Suggests: ${cdbs:Suggests} +Description: compatibility layer between RDF::Trine and Attean + AtteanX::Compatibility::Trine provides a tiny shim + for code written for RDF::Trine to instead use Attean. + . + RDF::Trine and Attean are both Perl frameworks + for working with RDF data and SPARQL queries, + the former using Moose and deprecated + in favor of the latter using Moo. + . + SPARQL is an RDF query language, + that is, a semantic query language for databases, + able to retrieve and manipulate data + stored in Resource Description Framework format. + . + Resource Description Framework (RDF) is a standard model + for data interchange on the Web. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..c1419bf --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: AtteanX::Compatibility::Trine +Upstream-Contact: https://github.com/kjetilk/p5-atteanx-compatibility-trine/issues +Source: https://github.com/kjetilk/p5-atteanx-compatibility-trine + git://github.com/kjetilk/p5-atteanx-compatibility-trine + +Files: * +Copyright: 2017, Kjetil Kjernsmo <kjet...@cpan.org> +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: 2016-2017, Jonas Smedegaard <d...@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, 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-check b/debian/copyright-check new file mode 100755 index 0000000..5efa7f1 --- /dev/null +++ b/debian/copyright-check @@ -0,0 +1,24 @@ +#!/bin/sh +# Copyright 2016-2017 Jonas Smedegaard <d...@jones.dk> +# Description: helper script to update copyright_hints +# +# 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/>. + +set -eu + +make -f /usr/share/cdbs/1/rules/utils.mk pre-build || true +make -f /usr/share/cdbs/1/rules/utils.mk clean DEB_COPYRIGHT_CHECK_STRICT=1 + +# unconditionally merge changes - safe to do with git-tracked package +[ ! -f debian/copyright_newhints ] || mv -f debian/copyright_newhints debian/copyright_hints diff --git a/debian/copyright_hints b/debian/copyright_hints new file mode 100644 index 0000000..4b76989 --- /dev/null +++ b/debian/copyright_hints @@ -0,0 +1,84 @@ +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: CREDITS + Changes + INSTALL + META.json + META.yml + Makefile.PL + debian/compat + debian/control + debian/gbp.conf + debian/rules + debian/source/format + debian/watch + dist.ini + doap.ttl + t/blank.t + t/iri.t + t/literal.t +Copyright: NONE +License: UNKNOWN + FIXME + +Files: README + README.pod + lib/AtteanX/Compatibility/Trine.pm +Copyright: 2017, Kjetil Kjernsmo. +License: Artistic or GPL-1+ + FIXME + +Files: LICENSE +Copyright: 1989, Free Software Foundation, Inc. + 19xx name of author + 19yy <name of author> + 2017, Kjetil Kjernsmo. + disclaimer" for the program, if + ed by the Free + interest in the + of this Package, but belong to whomever generated them, and may be sold + the software, and +License: Artistic or GPL-1+ + FIXME + +Files: COPYRIGHT +Copyright: -format/1.0/ + 2017, the copyright holder(s). + CREDITS + Copyright 2013 Toby Inkster. + Copyright 2017 Kjetil Kjernsmo. + None + This software is copyright (c) 2017 by Kjetil Kjernsmo. + Unknown +License: Artistic-1.0 and/or GPL-1 + FIXME + +Files: debian/copyright-check +Copyright: 2016-2017, Jonas Smedegaard <d...@jones.dk> +License: GPL-3+ + FIXME + +Files: debian/source/lintian-overrides +Copyright: Artistic + GPL-1+ + GPL-3+ + artistic + gpl-1+ + gpl-3+ +License: UNKNOWN + FIXME + +Files: MANIFEST +Copyright: CREDITS +License: UNKNOWN + FIXME + +Files: SIGNATURE +Copyright: SHA1 8d2ed0c279dc95b1353fd193fe9efc2c382e146f CREDITS +License: UNKNOWN + FIXME + diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..2a594ca --- /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 = */.git* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ 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/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..cd31f27 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,7 @@ +# License is in License-Reference field (see bug#786450) +missing-license-paragraph-in-dep5-copyright artistic * +missing-license-paragraph-in-dep5-copyright gpl-1\+ * +missing-license-paragraph-in-dep5-copyright gpl-3\+ * +missing-license-text-in-dep5-copyright Artistic * +missing-license-text-in-dep5-copyright GPL-1\+ * +missing-license-text-in-dep5-copyright GPL-3\+ * diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..9fb7238 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +# run "uscan --report" to check or "gpb import-orig --uscan" to update +version=4 +https://metacpan.org/release/AtteanX-Compatibility-Trine \ + .*/AtteanX-Compatibility-Trine@ANY_VERSION@@ARCHIVE_EXT@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatteanx-compatilibity-trine-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits