diff -Nru libcriticism-perl-1.02/debian/changelog libcriticism-perl-1.02/debian/changelog --- libcriticism-perl-1.02/debian/changelog 2011-11-08 22:47:44.000000000 +0000 +++ libcriticism-perl-1.02/debian/changelog 2015-06-05 15:51:39.000000000 +0000 @@ -1,3 +1,31 @@ +libcriticism-perl (1.02-2) unstable; urgency=medium + + * Team upload. + + [ 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 + * Add explicit Build-Depends on libmodule-build-perl + * Make Recommends on libperl-critic-perl unversioned + * Wrap and sort fields in debian/control file + * Declare compliance with Debian policy 3.9.6 + * Declare package as autopkgtestable + + -- Salvatore Bonaccorso Fri, 05 Jun 2015 17:51:30 +0200 + libcriticism-perl (1.02-1) unstable; urgency=low * Initial Release. (Closes: #548991) diff -Nru libcriticism-perl-1.02/debian/control libcriticism-perl-1.02/debian/control --- libcriticism-perl-1.02/debian/control 2011-11-08 22:47:44.000000000 +0000 +++ libcriticism-perl-1.02/debian/control 2015-06-05 15:51:39.000000000 +0000 @@ -1,19 +1,20 @@ Source: libcriticism-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: Onur Aslan -Build-Depends: debhelper (>= 8) -Build-Depends-Indep: perl, libio-string-perl, libperl-critic-perl (>= 1.089) -Standards-Version: 3.9.2 -Homepage: http://search.cpan.org/dist/criticism/ -Vcs-Git: git://git.debian.org/pkg-perl/packages/libcriticism-perl.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcriticism-perl.git +Section: perl +Priority: optional +Build-Depends: debhelper (>= 8), libmodule-build-perl +Build-Depends-Indep: libio-string-perl, libperl-critic-perl, perl +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcriticism-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcriticism-perl.git +Homepage: https://metacpan.org/release/criticism +Testsuite: autopkgtest-pkg-perl Package: libcriticism-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} -Recommends: libperl-critic-perl (>= 1.089) +Recommends: libperl-critic-perl Description: Perl pragma to enforce coding standards and best-practices The cristicism pragma enforces coding standards and promotes best-practices by running your file through Perl::Critic before every execution. In a diff -Nru libcriticism-perl-1.02/debian/copyright libcriticism-perl-1.02/debian/copyright --- libcriticism-perl-1.02/debian/copyright 2011-11-08 22:47:44.000000000 +0000 +++ libcriticism-perl-1.02/debian/copyright 2015-06-05 15:51:39.000000000 +0000 @@ -1,7 +1,7 @@ -Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 -Maintainer: Jeffrey Thalhammer -Source: http://search.cpan.org/dist/criticism/ -Name: criticism +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: criticism +Upstream-Contact: Jeffrey Thalhammer +Source: https://metacpan.org/release/criticism Files: * Copyright: 2006-2008, Jeffrey Thalhammer @@ -11,6 +11,13 @@ Copyright: 2011, Onur Aslan License: GPL-1+ or Artistic +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 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 @@ -19,10 +26,3 @@ . 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'. - -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 systems, the complete text of the Artistic License can be - found in `/usr/share/common-licenses/Artistic'. diff -Nru libcriticism-perl-1.02/debian/watch libcriticism-perl-1.02/debian/watch --- libcriticism-perl-1.02/debian/watch 2011-11-08 22:47:44.000000000 +0000 +++ libcriticism-perl-1.02/debian/watch 2015-06-05 15:51:39.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/criticism/ .*/criticism-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +https://metacpan.org/release/criticism .*/criticism-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$