diff -Nru libmodule-versions-report-perl-1.06/debian/changelog libmodule-versions-report-perl-1.06/debian/changelog --- libmodule-versions-report-perl-1.06/debian/changelog 2018-01-16 00:17:10.000000000 +0000 +++ libmodule-versions-report-perl-1.06/debian/changelog 2018-01-15 19:06:05.000000000 +0000 @@ -1,3 +1,50 @@ +libmodule-versions-report-perl (1.06-2) unstable; urgency=medium + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Ansgar Burchardt ] + * Update my email address. + * debian/control: Convert Vcs-* fields to Git. + + [ 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. + + [ Niko Tyni ] + * Update to dpkg source format 3.0 (quilt) + * Update to debhelper compat level 10 and tiny debian/rules + * Update to Standards-Version 4.1.3 + * Make the package autopkgtestable + * Update my email address in Uploaders + * Fix DEP-5 debian/copyright syntax + + -- Niko Tyni Mon, 15 Jan 2018 21:06:05 +0200 + libmodule-versions-report-perl (1.06-1) unstable; urgency=low [ Ansgar Burchardt ] diff -Nru libmodule-versions-report-perl-1.06/debian/compat libmodule-versions-report-perl-1.06/debian/compat --- libmodule-versions-report-perl-1.06/debian/compat 2018-01-16 00:17:10.000000000 +0000 +++ libmodule-versions-report-perl-1.06/debian/compat 2018-01-15 18:52:13.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru libmodule-versions-report-perl-1.06/debian/control libmodule-versions-report-perl-1.06/debian/control --- libmodule-versions-report-perl-1.06/debian/control 2018-01-16 00:17:10.000000000 +0000 +++ libmodule-versions-report-perl-1.06/debian/control 2018-01-15 19:00:34.000000000 +0000 @@ -1,19 +1,23 @@ Source: libmodule-versions-report-perl +Maintainer: Debian Perl Group +Uploaders: Niko Tyni , + Damyan Ivanov , + gregor herrmann , + Ansgar Burchardt Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Maintainer: Debian Perl Group -Uploaders: Niko Tyni , Damyan Ivanov , - gregor herrmann , Ansgar Burchardt -Build-Depends: debhelper (>= 7) -Build-Depends-Indep: perl (>= 5.6.0-16) -Standards-Version: 3.8.0 -Homepage: http://search.cpan.org/dist/Module-Versions-Report/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-versions-report-perl/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-versions-report-perl/ +Build-Depends: debhelper (>= 10) +Build-Depends-Indep: perl +Standards-Version: 4.1.3 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-versions-report-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmodule-versions-report-perl.git +Homepage: https://metacpan.org/release/Module-Versions-Report Package: libmodule-versions-report-perl Architecture: all -Depends: ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends} Description: Report versions of all modules in memory The author says: "I often get email from someone reporting a bug in a module I've written. I email back, asking what version of the module diff -Nru libmodule-versions-report-perl-1.06/debian/copyright libmodule-versions-report-perl-1.06/debian/copyright --- libmodule-versions-report-perl-1.06/debian/copyright 2018-01-16 00:17:10.000000000 +0000 +++ libmodule-versions-report-perl-1.06/debian/copyright 2018-01-15 19:05:53.000000000 +0000 @@ -1,11 +1,12 @@ -Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module-Versions-Report -Upstream-Maintainer: Jesse Vincent -Upstream-Source: http://search.cpan.org/dist/Module-Versions-Report/ +Upstream-Contact: Jesse Vincent +Source: https://metacpan.org/release/Module-Versions-Report Files: * Copyright: © 2001-2003, Sean M. Burke -License: GPL-1+ | Artistic +License: GPL-1+ or Artistic +Comment: This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . @@ -26,8 +27,23 @@ © 2008, Jose Luis Rivas © 2008, Damyan Ivanov © 2008, gregor herrmann - © 2008, Ansgar Burchardt -License: GPL-1+ | Artistic + © 2008, Ansgar Burchardt +License: GPL-1+ or Artistic +Comment: It is assumed that all contributors put their work under the same license as the module itself. +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' + +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' diff -Nru libmodule-versions-report-perl-1.06/debian/rules libmodule-versions-report-perl-1.06/debian/rules --- libmodule-versions-report-perl-1.06/debian/rules 2018-01-16 00:17:10.000000000 +0000 +++ libmodule-versions-report-perl-1.06/debian/rules 2018-01-15 18:52:23.000000000 +0000 @@ -1,23 +1,4 @@ #!/usr/bin/make -f -build: build-stamp -build-stamp: - dh build - touch $@ - -clean: +%: dh $@ - -install: install-stamp -install-stamp: build-stamp - dh install - touch $@ - -binary-arch: - -binary-indep: install - dh $@ - -binary: binary-arch binary-indep - -.PHONY: binary binary-arch binary-indep install clean build diff -Nru libmodule-versions-report-perl-1.06/debian/source/format libmodule-versions-report-perl-1.06/debian/source/format --- libmodule-versions-report-perl-1.06/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libmodule-versions-report-perl-1.06/debian/source/format 2018-01-15 18:51:30.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libmodule-versions-report-perl-1.06/debian/tests/pkg-perl/use-whitelist libmodule-versions-report-perl-1.06/debian/tests/pkg-perl/use-whitelist --- libmodule-versions-report-perl-1.06/debian/tests/pkg-perl/use-whitelist 1970-01-01 00:00:00.000000000 +0000 +++ libmodule-versions-report-perl-1.06/debian/tests/pkg-perl/use-whitelist 2018-01-15 19:00:34.000000000 +0000 @@ -0,0 +1,4 @@ +# this module is all about output on use +# we don't skip use.t totally as it's still useful to check that it +# exits with code 0 +.* diff -Nru libmodule-versions-report-perl-1.06/debian/watch libmodule-versions-report-perl-1.06/debian/watch --- libmodule-versions-report-perl-1.06/debian/watch 2018-01-16 00:17:10.000000000 +0000 +++ libmodule-versions-report-perl-1.06/debian/watch 2018-01-15 18:50:32.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Module-Versions-Report/ .*/Module-Versions-Report-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/Module-Versions-Report .*/Module-Versions-Report-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)