diff -Nru libtest-block-perl-0.13/debian/changelog libtest-block-perl-0.13/debian/changelog --- libtest-block-perl-0.13/debian/changelog 2012-01-28 01:02:30.000000000 +0000 +++ libtest-block-perl-0.13/debian/changelog 2015-05-29 18:21:55.000000000 +0000 @@ -1,3 +1,28 @@ +libtest-block-perl (0.13-2) unstable; urgency=low + + * 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 + + [ 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 + + [ gregor herrmann ] + * debian/control: update Module::Build dependency. + * Declare compliance with Debian Policy 3.9.6. + * Mark package as autopkgtest-able. + + -- gregor herrmann Fri, 29 May 2015 20:21:45 +0200 + libtest-block-perl (0.13-1) unstable; urgency=low [ Nathan Handler ] diff -Nru libtest-block-perl-0.13/debian/control libtest-block-perl-0.13/debian/control --- libtest-block-perl-0.13/debian/control 2012-01-28 01:02:30.000000000 +0000 +++ libtest-block-perl-0.13/debian/control 2015-05-29 18:21:55.000000000 +0000 @@ -2,25 +2,28 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 8), - perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000) -Build-Depends-Indep: perl, libtest-exception-perl + libmodule-build-perl (>= 0.380000) +Build-Depends-Indep: libtest-exception-perl, + perl Maintainer: Debian Perl Group Uploaders: Jeremiah C. Foster , - Florian Schlichting -Standards-Version: 3.9.2 -Homepage: http://search.cpan.org/dist/Test-Block/ -Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-block-perl.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-block-perl.git + Florian Schlichting +Standards-Version: 3.9.6 +Homepage: https://metacpan.org/release/Test-Block +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-block-perl.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-block-perl.git +Testsuite: autopkgtest-pkg-perl Package: libtest-block-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libtest-exception-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libtest-exception-perl Description: module for specifying tests with a finer granularity - Test::Block allows one to specify the number of expected tests at a finer - level of granularity than an entire test script. It is built with + Test::Block allows one to specify the number of expected tests at a finer + level of granularity than an entire test script. It is built with Test::Builder and plays happily with Test::More and friends. . Note: Test::Block has been marked DEPRECATED by its author. It was written before subtests existed in TAP and Test::More. These days subtests will probably be a better option for you. - diff -Nru libtest-block-perl-0.13/debian/copyright libtest-block-perl-0.13/debian/copyright --- libtest-block-perl-0.13/debian/copyright 2012-01-28 01:02:30.000000000 +0000 +++ libtest-block-perl-0.13/debian/copyright 2015-05-29 18:21:55.000000000 +0000 @@ -1,7 +1,7 @@ -Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 -Maintainer: Adrian Howard -Source: http://search.cpan.org/dist/Test-Block/ -Name: Test-Block +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Test-Block +Upstream-Contact: Adrian Howard +Source: https://metacpan.org/release/Test-Block Files: * Copyright: 2003-2012, Adrian Howard diff -Nru libtest-block-perl-0.13/debian/watch libtest-block-perl-0.13/debian/watch --- libtest-block-perl-0.13/debian/watch 2012-01-28 01:02:30.000000000 +0000 +++ libtest-block-perl-0.13/debian/watch 2015-05-29 18:21:55.000000000 +0000 @@ -1,4 +1,2 @@ -# 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/Test-Block/ .*/Test-Block-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/Test-Block .*/Test-Block-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$