diff -Nru libclass-dbi-plugin-perl-0.03/debian/changelog libclass-dbi-plugin-perl-0.03/debian/changelog --- libclass-dbi-plugin-perl-0.03/debian/changelog 2018-06-26 06:24:16.000000000 +0000 +++ libclass-dbi-plugin-perl-0.03/debian/changelog 2018-06-25 21:26:30.000000000 +0000 @@ -1,3 +1,44 @@ +libclass-dbi-plugin-perl (0.03-6) unstable; urgency=medium + + * Team upload + + [ 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:26:30 +0200 + libclass-dbi-plugin-perl (0.03-5) unstable; urgency=low [ Ryan Niebur ] @@ -57,4 +98,3 @@ * Initial Release, closes: #287002 -- Stephen Quinney Sat, 15 Jan 2005 13:27:58 +0000 - diff -Nru libclass-dbi-plugin-perl-0.03/debian/compat libclass-dbi-plugin-perl-0.03/debian/compat --- libclass-dbi-plugin-perl-0.03/debian/compat 2018-06-26 06:24:16.000000000 +0000 +++ libclass-dbi-plugin-perl-0.03/debian/compat 2018-06-25 21:25:42.000000000 +0000 @@ -1 +1 @@ -7 +11 diff -Nru libclass-dbi-plugin-perl-0.03/debian/control libclass-dbi-plugin-perl-0.03/debian/control --- libclass-dbi-plugin-perl-0.03/debian/control 2018-06-26 06:24:16.000000000 +0000 +++ libclass-dbi-plugin-perl-0.03/debian/control 2018-06-25 21:26:14.000000000 +0000 @@ -1,18 +1,24 @@ Source: libclass-dbi-plugin-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.8.3), libclass-dbi-perl (>= 0.90), libdbd-sqlite3-perl, libsql-abstract-perl -Standards-Version: 3.8.2 -Homepage: http://search.cpan.org/dist/Class-DBI-Plugin/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-plugin-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-plugin-perl/ +Build-Depends: debhelper (>= 11) +Build-Depends-Indep: perl, + libclass-dbi-perl, + libdbd-sqlite3-perl, + libsql-abstract-perl +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-dbi-plugin-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-dbi-plugin-perl.git +Homepage: https://metacpan.org/release/Class-DBI-Plugin +Testsuite: autopkgtest-pkg-perl Package: libclass-dbi-plugin-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libclass-dbi-perl (>= 0.90) +Depends: ${misc:Depends}, + ${perl:Depends}, + libclass-dbi-perl Description: abstract base class for Class::DBI plugins The purpose of the Class::DBI::Plugin module is to make writing Class::DBI plugins easier. Writers of plugins should be able to concentrate on the diff -Nru libclass-dbi-plugin-perl-0.03/debian/copyright libclass-dbi-plugin-perl-0.03/debian/copyright --- libclass-dbi-plugin-perl-0.03/debian/copyright 2018-06-26 06:24:16.000000000 +0000 +++ libclass-dbi-plugin-perl-0.03/debian/copyright 2018-06-25 21:24:07.000000000 +0000 @@ -1,31 +1,31 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Jean-Christophe Zeus -Upstream-Source: http://search.cpan.org/dist/Class-DBI-Plugin/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Class-DBI-Plugin +Upstream-Contact: Jean-Christophe Zeus +Source: https://metacpan.org/release/Class-DBI-Plugin Files: * Copyright: © 2004, Jean-Christophe Zeus -License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ Files: debian/* Copyright: © 2005-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-perl-0.03/debian/source/format libclass-dbi-plugin-perl-0.03/debian/source/format --- libclass-dbi-plugin-perl-0.03/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libclass-dbi-plugin-perl-0.03/debian/source/format 2018-06-25 21:08:15.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libclass-dbi-plugin-perl-0.03/debian/watch libclass-dbi-plugin-perl-0.03/debian/watch --- libclass-dbi-plugin-perl-0.03/debian/watch 2018-06-26 06:24:16.000000000 +0000 +++ libclass-dbi-plugin-perl-0.03/debian/watch 2014-03-04 10:32:35.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Class-DBI-Plugin/ .*/Class-DBI-Plugin-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/Class-DBI-Plugin .*/Class-DBI-Plugin-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)