diff -Nru libmodule-install-authortests-perl-0.002/debian/changelog libmodule-install-authortests-perl-0.002/debian/changelog --- libmodule-install-authortests-perl-0.002/debian/changelog 2013-03-12 02:51:41.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/changelog 2016-12-26 14:09:31.000000000 +0000 @@ -1,3 +1,30 @@ +libmodule-install-authortests-perl (0.002-2) unstable; urgency=medium + + [ Jonas Smedegaard ] + * Add README.source emphasizing control.in file as *not* a + show-stopper for contributions, referring to wiki page for details. + * Update watch file: + + Bump to file format 4. + + Watch MetaCPAN URL. + + Mention gbp --uscan in usage comment. + * Drop CDBS get-orig-source target: Use gbp import-orig --uscan. + * Modernize git-buildpackage config: Filter any .git* file. + * Update copyright info: + + Use License-Grant and License-Reference fields. + Thanks to Ben Finney. + + Extend coverage of Debian packaging. + * Add lintian override regarding license in License-Reference field. + See bug#786450. + * Declare compliance with Debian Policy 3.9.8. + * Modernize Vcs-Git field: Use https protocol. + * Bump debhelper compatibility level to 9. + * Modernize CDBS use: Build-depend on licensecheck (not devscripts). + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to use cgit web frontend. + + -- Jonas Smedegaard Mon, 26 Dec 2016 15:09:31 +0100 + libmodule-install-authortests-perl (0.002-1) unstable; urgency=low * Initial packaging release. diff -Nru libmodule-install-authortests-perl-0.002/debian/compat libmodule-install-authortests-perl-0.002/debian/compat --- libmodule-install-authortests-perl-0.002/debian/compat 2012-08-07 11:39:49.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/compat 2016-12-26 14:08:10.000000000 +0000 @@ -1 +1 @@ -8 +9 diff -Nru libmodule-install-authortests-perl-0.002/debian/control libmodule-install-authortests-perl-0.002/debian/control --- libmodule-install-authortests-perl-0.002/debian/control 2013-03-12 02:31:18.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/control 2016-12-26 14:08:52.000000000 +0000 @@ -2,16 +2,16 @@ Section: perl Priority: optional Build-Depends: cdbs, - devscripts, + licensecheck, perl, debhelper, dh-buildinfo, libmodule-install-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard -Standards-Version: 3.9.4 -Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-authortests-perl.git +Standards-Version: 3.9.8 +Vcs-Git: https://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-install-authortests-perl.git Homepage: http://search.cpan.org/dist/Module-Install-AuthorTests/ Package: libmodule-install-authortests-perl diff -Nru libmodule-install-authortests-perl-0.002/debian/control.in libmodule-install-authortests-perl-0.002/debian/control.in --- libmodule-install-authortests-perl-0.002/debian/control.in 2013-03-12 02:24:58.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/control.in 2016-12-26 14:07:53.000000000 +0000 @@ -4,9 +4,9 @@ Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard -Standards-Version: 3.9.4 -Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-authortests-perl.git +Standards-Version: 3.9.8 +Vcs-Git: https://git.debian.org/git/pkg-perl/packages/libmodule-install-authortests-perl +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-install-authortests-perl.git Homepage: http://search.cpan.org/dist/Module-Install-AuthorTests/ Package: libmodule-install-authortests-perl diff -Nru libmodule-install-authortests-perl-0.002/debian/copyright libmodule-install-authortests-perl-0.002/debian/copyright --- libmodule-install-authortests-perl-0.002/debian/copyright 2013-03-12 02:28:52.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/copyright 2016-12-26 14:08:25.000000000 +0000 @@ -5,15 +5,11 @@ Files: * Copyright: 2008, Ricardo Signes -License: Artistic or GPL-1+ -Comment: - License: - . +License-Grant: This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. - . - Comment: - . +License: Artistic or GPL-1+ +Comment: Perl is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. @@ -26,36 +22,19 @@ Mangled convenience copy of Module::Install. Files: debian/* -Copyright: 2013, Jonas Smedegaard +Copyright: 2013,2016, Jonas Smedegaard +License-Grant: + 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 3, or (at your option) any + later version. License: GPL-3+ License: Artistic - Comment: - . - On Debian systems the 'Artistic License' is located in - '/usr/share/common-licenses/Artistic'. +License-Reference: /usr/share/common-licenses/Artistic License: GPL-1+ - Comment: - . - On Debian systems the 'GNU General Public License' version 1 is located - in '/usr/share/common-licenses/GPL-1'. +License-Reference: /usr/share/common-licenses/GPL-1 License: GPL-3+ - 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 3, or (at your option) any - later version. - . - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - . - Comment: - . - On Debian systems the 'GNU General Public License' version 3 is located - in '/usr/share/common-licenses/GPL-3'. - . - You should have received a copy of the 'GNU General Public License' - along with this program. If not, see . +License-Reference: /usr/share/common-licenses/GPL-3 diff -Nru libmodule-install-authortests-perl-0.002/debian/copyright_hints libmodule-install-authortests-perl-0.002/debian/copyright_hints --- libmodule-install-authortests-perl-0.002/debian/copyright_hints 2013-03-12 02:19:05.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/copyright_hints 2016-12-26 14:08:50.000000000 +0000 @@ -9,11 +9,13 @@ META.yml Makefile.PL README + debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format + debian/source/lintian-overrides debian/watch inc/Module/Install.pm inc/Module/Install/AuthorTests.pm @@ -21,27 +23,15 @@ inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm inc/Module/Install/Makefile.pm - inc/Module/Install/Win32.pm - inc/Module/Install/WriteAll.pm t/basic.t xt/pod-coverage.t xt/pod.t -Copyright: *No copyright* +Copyright: NONE License: UNKNOWN FIXME Files: debian/rules -Copyright: 2013, Jonas Smedegaard +Copyright: 2013, 2016, Jonas Smedegaard License: GPL-3+ FIXME -Files: lib/Module/Install/AuthorTests.pm -Copyright: 2008, Ricardo SIGNES. This program is free software; you can -License: Perl - FIXME - -Files: inc/Module/Install/Metadata.pm -Copyright: -License: UNKNOWN - FIXME - diff -Nru libmodule-install-authortests-perl-0.002/debian/gbp.conf libmodule-install-authortests-perl-0.002/debian/gbp.conf --- libmodule-install-authortests-perl-0.002/debian/gbp.conf 2010-05-14 14:58:56.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/gbp.conf 2016-12-26 14:05:33.000000000 +0000 @@ -3,3 +3,4 @@ [DEFAULT] pristine-tar = True sign-tags = True +filter = */.git* diff -Nru libmodule-install-authortests-perl-0.002/debian/README.source libmodule-install-authortests-perl-0.002/debian/README.source --- libmodule-install-authortests-perl-0.002/debian/README.source 1970-01-01 00:00:00.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/README.source 2016-12-26 14:02:12.000000000 +0000 @@ -0,0 +1,11 @@ +CDBS+git-buildpackage +--------------------- + +This source package uses CDBS and git-buildpackage. NMUs need not (but +are encouraged to) make special use of these tools. In particular, the +debian/control.in file can be completely ignored. + +More info here: http://wiki.debian.org/CDBS+git-buildpackage + + + -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 diff -Nru libmodule-install-authortests-perl-0.002/debian/rules libmodule-install-authortests-perl-0.002/debian/rules --- libmodule-install-authortests-perl-0.002/debian/rules 2013-03-12 02:30:54.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/rules 2016-12-26 14:08:33.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -# Copyright 2013, Jonas Smedegaard +# Copyright 2013, 2016 Jonas Smedegaard # Description: Main Debian packaging script for Module::Install::AuthorTests # # This program is free software; you can redistribute it and/or modify @@ -16,17 +16,12 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) -DEB_UPSTREAM_PACKAGE = Module-Install-AuthorTests -DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Module -DEB_UPSTREAM_TARBALL_MD5 = f1b95c8385c1284e281a9bc6a5f10532 - # Needed by upstream build process and (always) at runtime deps = libmodule-install-perl diff -Nru libmodule-install-authortests-perl-0.002/debian/source/lintian-overrides libmodule-install-authortests-perl-0.002/debian/source/lintian-overrides --- libmodule-install-authortests-perl-0.002/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/source/lintian-overrides 2016-12-26 14:06:56.000000000 +0000 @@ -0,0 +1,5 @@ +# License is in License-Reference field (see bug#786450) +missing-license-text-in-dep5-copyright + +# License is in License-Reference field (see bug#786450) +missing-license-paragraph-in-dep5-copyright diff -Nru libmodule-install-authortests-perl-0.002/debian/watch libmodule-install-authortests-perl-0.002/debian/watch --- libmodule-install-authortests-perl-0.002/debian/watch 2013-03-12 02:17:45.000000000 +0000 +++ libmodule-install-authortests-perl-0.002/debian/watch 2016-12-26 14:04:41.000000000 +0000 @@ -1,3 +1,3 @@ -# Run the "uscan" command to check for upstream updates and more. -version=3 -http://search.cpan.org/dist/Module-Install-AuthorTests/ .*/Module-Install-AuthorTests-([\d._]+)\.tar\.gz debian +# run "uscan --report" to check or "gpb import-orig --uscan" to update +version=4 +https://metacpan.org/release/Module-Install-AuthorTests .*/Module-Install-AuthorTests-([\d.]+)\.tar\.gz