diff -Nru libclass-dbi-plugin-retrieveall-perl-1.04/debian/changelog libclass-dbi-plugin-retrieveall-perl-1.04/debian/changelog --- libclass-dbi-plugin-retrieveall-perl-1.04/debian/changelog 2018-06-26 06:24:30.000000000 +0000 +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/changelog 2018-06-25 21:32:13.000000000 +0000 @@ -1,3 +1,49 @@ +libclass-dbi-plugin-retrieveall-perl (1.04-4) unstable; urgency=medium + + * Team upload + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Ansgar Burchardt ] + * Update my email address. + * debian/control: Convert Vcs-* fields to Git. + + [ gregor herrmann ] + * debian/control: update {versioned,alternative} (build) dependencies. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ Axel Beckert ] + * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- + copyright" + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ Florian Schlichting ] + * Mark package as source format 3.0 (quilt) + * Update license paragraphs to commonly used versions + * Bump dh compat to level 11 + * Declare compliance with Debian Policy 4.1.4 + * Mark package autopkgtest-able + + -- Florian Schlichting Mon, 25 Jun 2018 23:32:13 +0200 + libclass-dbi-plugin-retrieveall-perl (1.04-3) unstable; urgency=low [ Ryan Niebur ] @@ -82,4 +128,3 @@ * Initial Release, closes: #252961. -- Stephen Quinney Tue, 29 Jun 2004 18:25:39 +0100 - diff -Nru libclass-dbi-plugin-retrieveall-perl-1.04/debian/compat libclass-dbi-plugin-retrieveall-perl-1.04/debian/compat --- libclass-dbi-plugin-retrieveall-perl-1.04/debian/compat 2018-06-26 06:24:30.000000000 +0000 +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/compat 2018-06-25 21:31:00.000000000 +0000 @@ -1 +1 @@ -7 +11 diff -Nru libclass-dbi-plugin-retrieveall-perl-1.04/debian/control libclass-dbi-plugin-retrieveall-perl-1.04/debian/control --- libclass-dbi-plugin-retrieveall-perl-1.04/debian/control 2018-06-26 06:24:30.000000000 +0000 +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/control 2018-06-25 21:31:40.000000000 +0000 @@ -1,18 +1,25 @@ Source: libclass-dbi-plugin-retrieveall-perl +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt Section: perl Priority: optional -Maintainer: Debian Perl Group -Uploaders: Ansgar Burchardt -Build-Depends: debhelper (>= 7) -Build-Depends-Indep: perl (>= 5.6.0-16), libclass-dbi-perl (>= 0.95), libtest-simple-perl, libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl -Standards-Version: 3.8.2 -Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-plugin-retrieveall-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-plugin-retrieveall-perl/ +Build-Depends: debhelper (>= 11) +Build-Depends-Indep: perl, + libclass-dbi-perl, + libdbd-sqlite3-perl, + libtest-pod-perl, + libtest-pod-coverage-perl +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-dbi-plugin-retrieveall-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-dbi-plugin-retrieveall-perl.git +Homepage: https://metacpan.org/release/Class-DBI-Plugin-RetrieveAll +Testsuite: autopkgtest-pkg-perl Package: libclass-dbi-plugin-retrieveall-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.95) +Depends: ${misc:Depends}, + ${perl:Depends}, + libclass-dbi-perl Description: Class::DBI plugin providing a more complex retrieve_all() method Class::DBI::Plugin::RetrieveAll is a simple plugin to a Class::DBI subclass which provides a 'retrieve_all_sorted_by' method. diff -Nru libclass-dbi-plugin-retrieveall-perl-1.04/debian/copyright libclass-dbi-plugin-retrieveall-perl-1.04/debian/copyright --- libclass-dbi-plugin-retrieveall-perl-1.04/debian/copyright 2018-06-26 06:24:30.000000000 +0000 +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/copyright 2018-06-25 21:30:44.000000000 +0000 @@ -1,31 +1,31 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Tony Bowden -Upstream-Source: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Class-DBI-Plugin-RetrieveAll +Upstream-Contact: Tony Bowden +Source: https://metacpan.org/release/Class-DBI-Plugin-RetrieveAll Files: * Copyright: © 2004-2006, Kasei -License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ Files: debian/* Copyright: © 2004-2006, Stephen Quinney © 2006, Bart Martens - © 2009, Ansgar Burchardt -License: Artistic | GPL-1+ + © 2009, Ansgar Burchardt +License: Artistic or GPL-1+ License: Artistic - This program is free software; you can redistribute it and/or modify - it under the terms of the Artistic License, which comes with Perl. - On Debian GNU/Linux systems, the complete text of the Artistic License - can be found in `/usr/share/common-licenses/Artistic' + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ - 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 1, or (at your option) - any later version. - On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL' + 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 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru libclass-dbi-plugin-retrieveall-perl-1.04/debian/source/format libclass-dbi-plugin-retrieveall-perl-1.04/debian/source/format --- libclass-dbi-plugin-retrieveall-perl-1.04/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/source/format 2018-06-25 21:28:55.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libclass-dbi-plugin-retrieveall-perl-1.04/debian/tests/pkg-perl/SKIP libclass-dbi-plugin-retrieveall-perl-1.04/debian/tests/pkg-perl/SKIP --- libclass-dbi-plugin-retrieveall-perl-1.04/debian/tests/pkg-perl/SKIP 1970-01-01 00:00:00.000000000 +0000 +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/tests/pkg-perl/SKIP 2018-06-25 21:32:13.000000000 +0000 @@ -0,0 +1,2 @@ +# module is not meant to be used without a preceding 'use base Class::DBI' (see synopsis) +use.t diff -Nru libclass-dbi-plugin-retrieveall-perl-1.04/debian/watch libclass-dbi-plugin-retrieveall-perl-1.04/debian/watch --- libclass-dbi-plugin-retrieveall-perl-1.04/debian/watch 2018-06-26 06:24:30.000000000 +0000 +++ libclass-dbi-plugin-retrieveall-perl-1.04/debian/watch 2014-03-04 10:32:36.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/ .*/Class-DBI-Plugin-RetrieveAll-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/Class-DBI-Plugin-RetrieveAll .*/Class-DBI-Plugin-RetrieveAll-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)