diff -Nru libcatmandu-rdf-perl-0.32/debian/changelog libcatmandu-rdf-perl-0.32/debian/changelog --- libcatmandu-rdf-perl-0.32/debian/changelog 2017-10-28 03:08:00.000000000 +0000 +++ libcatmandu-rdf-perl-0.32/debian/changelog 2019-02-19 14:02:36.000000000 +0000 @@ -1,3 +1,34 @@ +libcatmandu-rdf-perl (0.32-2) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org. + + [ gregor herrmann ] + * Update URLs from {search,www}.cpan.org to MetaCPAN. + * Update GitHub URLs to use HTTPS. + + [ Jonas Smedegaard ] + * Update watch file: + + Fix tracking URL. + + Rewrite usage comment. + * Simplify rules. + Stop build-depend on cdbs. + * Relax to (build-)depend unversioned + on libcatmandu-perl librdf-ns-perl, + and stop build-depend explicitly + on (recent perl or) libtest-simple-perl: + Needed versions satisfied even in oldstable. + * Mark build-dependencies needed only for testsuite as such. + * Stop build-depend on dh-buildinfo. + * Declare compliance with Debian Policy 4.3.0. + * Set Rules-Requires-Root: no. + * Enable autopkgtest. + * Explain Catmandu last in long description. + * Wrap and sort control file. + * Update copyright info: Extend coverage of packaging. + + -- Jonas Smedegaard Tue, 19 Feb 2019 15:02:36 +0100 + libcatmandu-rdf-perl (0.32-1) unstable; urgency=medium [ upstream ] diff -Nru libcatmandu-rdf-perl-0.32/debian/control libcatmandu-rdf-perl-0.32/debian/control --- libcatmandu-rdf-perl-0.32/debian/control 2017-10-28 03:08:00.000000000 +0000 +++ libcatmandu-rdf-perl-0.32/debian/control 2019-02-19 13:51:26.000000000 +0000 @@ -1,42 +1,56 @@ Source: libcatmandu-rdf-perl Section: perl Priority: optional -Build-Depends: cdbs, - perl, - libmodule-build-tiny-perl, +Build-Depends: debhelper, - dh-buildinfo, - libcatmandu-perl (>= 0.9209), - libiri-perl (>= 0.008), - librdf-ldf-perl (>= 0.23), - librdf-ns-perl (>= 20140910), - librdf-query-perl (>= 2.913), - librdf-trine-perl (>= 1.013), - librdf-aref-perl (>= 0.25), - perl (>= 5.19.5) | libtest-simple-perl (>= 0.99), - libtest-lwp-useragent-perl, - libtest-exception-perl + libcatmandu-perl , + libiri-perl (>= 0.008) , + libmodule-build-tiny-perl, + librdf-aref-perl (>= 0.25) , + librdf-ldf-perl (>= 0.23) , + librdf-ns-perl , + librdf-query-perl (>= 2.913) , + librdf-trine-perl (>= 1.013) , + libtest-exception-perl , + libtest-lwp-useragent-perl , + perl, Maintainer: Debian Perl Group -Uploaders: Jonas Smedegaard , -Standards-Version: 4.1.1 -Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-rdf-perl.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-rdf-perl.git +Uploaders: + Jonas Smedegaard , +Standards-Version: 4.3.0 +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-rdf-perl.git +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatmandu-rdf-perl Homepage: https://github.com/LibreCat/Catmandu-RDF +Rules-Requires-Root: no +Testsuite: autopkgtest-pkg-perl Package: libcatmandu-rdf-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} -Enhances: ${cdbs:Enhances} +Depends: + libcatmandu-perl, + libiri-perl (>= 0.008), + librdf-aref-perl (>= 0.25), + librdf-ldf-perl (>= 0.23), + librdf-ns-perl, + librdf-query-perl (>= 2.913), + librdf-trine-perl (>= 1.013), + ${misc:Depends}, + ${perl:Depends}, +Enhances: + libcatmandu-perl, Description: modules for handling RDF data within the Catmandu framework - Catmandu provides a suite of Perl modules to ease the import, storage, - retrieval, export and transformation of metadata records. + Catmandu::RDF contains modules for handling RDF data + within the Catmandu framework. + RDF data is encoded/decoded in aREF + as implemented with RDF::aREF. + Please keep in mind that RDF is a graph-based data structuring format + with specialized technologies such as SPARQL and triple stores. + Using Catmandu::RDF to transform RDF to RDF + (e.g. conversion from one RDF serialization to another) + is possible but probably less performant than decent RDF tools. + Catmandu::RDF, however, is more convenient + to convert between RDF and other data formats. . - Catmandu::RDF contains modules for handling RDF data within the Catmandu - framework. RDF data is encoded/decoded in aREF as implemented with - RDF::aREF. Please keep in mind that RDF is a graph-based data - structuring format with specialized technologies such as SPARQL and - triple stores. Using Catmandu::RDF to transform RDF to RDF (e.g. - conversion from one RDF serialization to another) is possible but - probably less performant than decent RDF tools. Catmandu::RDF, - however, is more conventient to convert between RDF and other data - formats. + Catmandu provides a suite of Perl modules + to ease the import, storage, retrieval, export and transformation + of metadata records. diff -Nru libcatmandu-rdf-perl-0.32/debian/control.in libcatmandu-rdf-perl-0.32/debian/control.in --- libcatmandu-rdf-perl-0.32/debian/control.in 2017-10-01 13:22:23.000000000 +0000 +++ libcatmandu-rdf-perl-0.32/debian/control.in 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -Source: libcatmandu-rdf-perl -Section: perl -Priority: optional -Build-Depends: @cdbs@ -Maintainer: Debian Perl Group -Uploaders: Jonas Smedegaard , -Standards-Version: 4.1.1 -Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-rdf-perl.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libcatmandu-rdf-perl.git -Homepage: https://github.com/LibreCat/Catmandu-RDF - -Package: libcatmandu-rdf-perl -Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} -Enhances: ${cdbs:Enhances} -Description: modules for handling RDF data within the Catmandu framework - Catmandu provides a suite of Perl modules to ease the import, storage, - retrieval, export and transformation of metadata records. - . - Catmandu::RDF contains modules for handling RDF data within the Catmandu - framework. RDF data is encoded/decoded in aREF as implemented with - RDF::aREF. Please keep in mind that RDF is a graph-based data - structuring format with specialized technologies such as SPARQL and - triple stores. Using Catmandu::RDF to transform RDF to RDF (e.g. - conversion from one RDF serialization to another) is possible but - probably less performant than decent RDF tools. Catmandu::RDF, - however, is more conventient to convert between RDF and other data - formats. diff -Nru libcatmandu-rdf-perl-0.32/debian/copyright libcatmandu-rdf-perl-0.32/debian/copyright --- libcatmandu-rdf-perl-0.32/debian/copyright 2017-10-01 13:31:45.000000000 +0000 +++ libcatmandu-rdf-perl-0.32/debian/copyright 2019-02-19 13:58:53.000000000 +0000 @@ -1,28 +1,30 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Catmandu::RDF Upstream-Contact: https://github.com/LibreCat/Catmandu-RDF/issues -Source: http://search.cpan.org/dist/Catmandu-RDF/ - git://github.com/LibreCat/Catmandu-RDF +Source: https://metacpan.org/release/Catmandu-RDF + https://github.com/LibreCat/Catmandu-RDF Files: * Copyright: 2014, Jakob Voß 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. + 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. + Perl 5 is licensed under either the Artistic license + or the GNU General Public License version 1 or later. Files: debian/* Copyright: - 2014-2017, Jonas Smedegaard + 2014-2017,2019, Jonas Smedegaard 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 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 diff -Nru libcatmandu-rdf-perl-0.32/debian/copyright_hints libcatmandu-rdf-perl-0.32/debian/copyright_hints --- libcatmandu-rdf-perl-0.32/debian/copyright_hints 2017-10-01 13:41:44.000000000 +0000 +++ libcatmandu-rdf-perl-0.32/debian/copyright_hints 2019-02-19 14:02:36.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME @@ -10,11 +10,11 @@ META.json META.yml cpanfile - debian/README.source debian/compat debian/control - debian/control.in + debian/docs debian/gbp.conf + debian/rules debian/source/format debian/watch dist.ini @@ -44,13 +44,6 @@ License: Artistic or GPL-1+ FIXME -Files: debian/copyright-check - debian/rules -Copyright: 2014-2017, Jonas Smedegaard - 2016-2017, Jonas Smedegaard -License: GPL-3+ - FIXME - Files: LICENSE Copyright: 1989, Free Software Foundation, Inc. 19xx name of author @@ -64,6 +57,11 @@ License: Artistic or GPL-1+ FIXME +Files: debian/copyright-check +Copyright: 2016-2017, Jonas Smedegaard +License: GPL-3+ + FIXME + Files: debian/source/lintian-overrides Copyright: Artistic GPL-1+ diff -Nru libcatmandu-rdf-perl-0.32/debian/docs libcatmandu-rdf-perl-0.32/debian/docs --- libcatmandu-rdf-perl-0.32/debian/docs 1970-01-01 00:00:00.000000000 +0000 +++ libcatmandu-rdf-perl-0.32/debian/docs 2019-02-19 09:01:13.000000000 +0000 @@ -0,0 +1 @@ +README diff -Nru libcatmandu-rdf-perl-0.32/debian/README.source libcatmandu-rdf-perl-0.32/debian/README.source --- libcatmandu-rdf-perl-0.32/debian/README.source 2014-10-15 09:51:19.000000000 +0000 +++ libcatmandu-rdf-perl-0.32/debian/README.source 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ -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 Mon, 18 Feb 2013 12:55:37 +0100 diff -Nru libcatmandu-rdf-perl-0.32/debian/rules libcatmandu-rdf-perl-0.32/debian/rules --- libcatmandu-rdf-perl-0.32/debian/rules 2017-10-28 03:06:46.000000000 +0000 +++ libcatmandu-rdf-perl-0.32/debian/rules 2019-02-19 13:45:35.000000000 +0000 @@ -1,38 +1,4 @@ #!/usr/bin/make -f -# -*- mode: makefile; coding: utf-8 -*- -# Copyright 2014-2017, Jonas Smedegaard -# Description: Main Debian packaging script for Catmandu::RDF -# -# 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 . -include /usr/share/cdbs/1/class/perl-build.mk -include /usr/share/cdbs/1/rules/debhelper.mk - -pkg = $(DEB_SOURCE_PACKAGE) - -# Needed by upstream build and (always) at runtime -deps +=, libcatmandu-perl (>= 0.9209) -deps +=, libiri-perl (>= 0.008) -deps +=, librdf-ldf-perl (>= 0.23) -deps +=, librdf-ns-perl (>= 20140910) -deps +=, librdf-query-perl (>= 2.913) -deps +=, librdf-trine-perl (>= 1.013) -deps +=, librdf-aref-perl (>= 0.25) - -bdeps-test = perl (>= 5.19.5) | libtest-simple-perl (>= 0.99) -bdeps-test +=, libtest-lwp-useragent-perl, libtest-exception-perl - -CDBS_BUILD_DEPENDS +=, $(deps), $(bdeps-test) -CDBS_DEPENDS_$(pkg) = $(deps) -CDBS_ENHANCES_$(pkg) = libcatmandu-perl +%: + dh $@ diff -Nru libcatmandu-rdf-perl-0.32/debian/watch libcatmandu-rdf-perl-0.32/debian/watch --- libcatmandu-rdf-perl-0.32/debian/watch 2017-10-01 13:21:22.000000000 +0000 +++ libcatmandu-rdf-perl-0.32/debian/watch 2019-02-19 13:36:08.000000000 +0000 @@ -1,4 +1,6 @@ -# run "uscan --report" to check or "gpb import-orig --uscan" to update version=4 +# check: uscan --report +# update: gbp import-orig --upstream-vcs-tag=vX.Y.Z --uscan + https://metacpan.org/release/Catmandu-RDF \ - .*/Catmandu-RDF-@ANY_VERSION@@ARCHVE_EXT@ +.*/Catmandu-RDF@ANY_VERSION@@ARCHIVE_EXT@