diff -Nru libconfig-scoped-perl-0.22/debian/changelog libconfig-scoped-perl-0.22/debian/changelog --- libconfig-scoped-perl-0.22/debian/changelog 2012-03-16 12:28:35.000000000 +0000 +++ libconfig-scoped-perl-0.22/debian/changelog 2015-06-07 13:53:04.000000000 +0000 @@ -1,3 +1,23 @@ +libconfig-scoped-perl (0.22-2) unstable; urgency=medium + + * Team upload. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + * Reformat debian/control with cme + * Declare the package autopkgtestable + * Declare compliance with Debian policy 3.9.6 + * Add explicit Build-Depends on libmodule-build-perl + + -- Salvatore Bonaccorso Sun, 07 Jun 2015 15:52:55 +0200 + libconfig-scoped-perl (0.22-1) unstable; urgency=low * Imported Upstream version 0.22 diff -Nru libconfig-scoped-perl-0.22/debian/control libconfig-scoped-perl-0.22/debian/control --- libconfig-scoped-perl-0.22/debian/control 2012-03-16 12:28:04.000000000 +0000 +++ libconfig-scoped-perl-0.22/debian/control 2015-06-07 13:53:04.000000000 +0000 @@ -1,24 +1,27 @@ Source: libconfig-scoped-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: Angel Abad +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional Build-Depends: debhelper (>= 8), - perl + libmodule-build-perl, + perl Build-Depends-Indep: liberror-perl, - libparse-recdescent-perl, - libtest-pod-coverage-perl, - libtest-pod-perl -Standards-Version: 3.9.3 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-scoped-perl.git -Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-scoped-perl.git -Homepage: http://search.cpan.org/dist/Config-Scoped/ + libparse-recdescent-perl, + libtest-pod-coverage-perl, + libtest-pod-perl +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-scoped-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-scoped-perl.git +Homepage: https://metacpan.org/release/Config-Scoped Package: libconfig-scoped-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, - liberror-perl, - libparse-recdescent-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + liberror-perl, + libparse-recdescent-perl Description: Feature rich configuration file parser Config::Scoped is a configuration file parser for complex configuration files based on Parse::RecDescent. Files similar to the ISC named or ISC diff -Nru libconfig-scoped-perl-0.22/debian/copyright libconfig-scoped-perl-0.22/debian/copyright --- libconfig-scoped-perl-0.22/debian/copyright 2012-03-16 12:26:56.000000000 +0000 +++ libconfig-scoped-perl-0.22/debian/copyright 2015-06-07 13:53:04.000000000 +0000 @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Karl Gaissmaier Upstream-Name: Config-Scoped -Source: http://search.cpan.org/dist/Config-Scoped/ +Source: https://metacpan.org/release/Config-Scoped Files: * Copyright: 2004-2012, Karl Gaissmaier diff -Nru libconfig-scoped-perl-0.22/debian/watch libconfig-scoped-perl-0.22/debian/watch --- libconfig-scoped-perl-0.22/debian/watch 2012-03-16 12:24:04.000000000 +0000 +++ libconfig-scoped-perl-0.22/debian/watch 2015-06-07 13:53:04.000000000 +0000 @@ -1,4 +1,4 @@ # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search -http://search.cpan.org/dist/Config-Scoped/ .*/Config-Scoped-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Config-Scoped .*/Config-Scoped-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$