diff -Nru libcpandb-perl-0.18/debian/changelog libcpandb-perl-0.18/debian/changelog --- libcpandb-perl-0.18/debian/changelog 2013-04-07 10:08:23.000000000 +0000 +++ libcpandb-perl-0.18/debian/changelog 2018-04-15 17:36:28.000000000 +0000 @@ -1,3 +1,30 @@ +libcpandb-perl (0.18-2) unstable; urgency=medium + + [ 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. + * Remove Jonathan Yu from Uploaders. Thanks for your work! + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ gregor herrmann ] + * autopkgtest: skip use.t. + The module, when imported, tries to create directories and download files + from the internet. + * Update years of packaging copyright. + * Declare compliance with Debian Policy 4.1.4. + * Drop version from liborlite-perl (build) dependency. + * Bump debhelper compatibility level to 10. + + -- gregor herrmann Sun, 15 Apr 2018 19:36:28 +0200 + libcpandb-perl (0.18-1) unstable; urgency=low [ gregor herrmann ] diff -Nru libcpandb-perl-0.18/debian/compat libcpandb-perl-0.18/debian/compat --- libcpandb-perl-0.18/debian/compat 2013-04-07 10:08:23.000000000 +0000 +++ libcpandb-perl-0.18/debian/compat 2018-04-15 17:36:28.000000000 +0000 @@ -1 +1 @@ -8 +10 diff -Nru libcpandb-perl-0.18/debian/control libcpandb-perl-0.18/debian/control --- libcpandb-perl-0.18/debian/control 2013-04-07 10:08:23.000000000 +0000 +++ libcpandb-perl-0.18/debian/control 2018-04-15 17:36:28.000000000 +0000 @@ -1,22 +1,22 @@ Source: libcpandb-perl Maintainer: Debian Perl Group -Uploaders: Jonathan Yu , - Ansgar Burchardt , +Uploaders: Ansgar Burchardt , gregor herrmann , Xavier Guimard Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper (>= 10) Build-Depends-Indep: libdatetime-perl, liblwp-online-perl, liborlite-mirror-perl, - liborlite-perl (>= 1.51), + liborlite-perl, libparams-util-perl, perl -Standards-Version: 3.9.4 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpandb-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpandb-perl.git -Homepage: https://metacpan.org/release/CPANDB/ +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcpandb-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcpandb-perl.git +Homepage: https://metacpan.org/release/CPANDB Package: libcpandb-perl Architecture: all @@ -24,10 +24,9 @@ ${perl:Depends}, libdatetime-perl, liborlite-mirror-perl, - liborlite-perl (>= 1.51), + liborlite-perl, libparams-util-perl Description: Perl module for working with the unified CPAN database CPANDB is a module for retrieving various types of information about CPAN modules. It pulls data from different places, combining them in one SQLite database for convenient use. - diff -Nru libcpandb-perl-0.18/debian/copyright libcpandb-perl-0.18/debian/copyright --- libcpandb-perl-0.18/debian/copyright 2013-04-07 10:08:23.000000000 +0000 +++ libcpandb-perl-0.18/debian/copyright 2018-04-15 17:36:28.000000000 +0000 @@ -1,6 +1,6 @@ -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: CPANDB -Source: https://metacpan.org/release/CPANDB/ +Source: https://metacpan.org/release/CPANDB Upstream-Contact: Adam Kennedy Files: * @@ -16,7 +16,7 @@ Files: debian/* Copyright: 2009, Jonathan Yu 2010, Ansgar Burchardt - 2011, gregor herrmann + 2011-2018, gregor herrmann 2013, Xavier Guimard License: Artistic or GPL-1+ diff -Nru libcpandb-perl-0.18/debian/tests/pkg-perl/SKIP libcpandb-perl-0.18/debian/tests/pkg-perl/SKIP --- libcpandb-perl-0.18/debian/tests/pkg-perl/SKIP 1970-01-01 00:00:00.000000000 +0000 +++ libcpandb-perl-0.18/debian/tests/pkg-perl/SKIP 2018-04-15 17:36:28.000000000 +0000 @@ -0,0 +1,2 @@ +# creates directories and downloads files +use.t diff -Nru libcpandb-perl-0.18/debian/watch libcpandb-perl-0.18/debian/watch --- libcpandb-perl-0.18/debian/watch 2013-04-07 10:08:23.000000000 +0000 +++ libcpandb-perl-0.18/debian/watch 2018-04-15 17:36:28.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -https://metacpan.org/release/CPANDB/ .*/CPANDB-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/CPANDB .*/CPANDB-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$