diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/changelog libmodule-cpants-analyse-perl-0.85+dfsg/debian/changelog --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/changelog 2011-04-30 21:01:51.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/changelog 2011-04-07 20:58:28.000000000 +0000 @@ -1,3 +1,30 @@ +libmodule-cpants-analyse-perl (0.85+dfsg-2) unstable; urgency=low + + [ 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). + + [ Ryan Niebur ] + * Email change: Jonathan Yu -> jawnsy@cpan.org + * Email change: Ryan Niebur -> ryan@debian.org + + [ gregor herrmann ] + * Add a patch from the CPAN RT to use Test::CPAN::Meta::YAML::Version + instead of the vanished Test::YAML::Meta::Version (closes: #621468). + Adjust build and runtime dependency accordingly. + * Switch to source format 3.0 (quilt). + * Switch to debhelper 8; update debian/rules (Module::Build has different + parameters than EUMM). + * Add /me to Uploaders. + * debian/copyright: update formatting. + * Add a spelling fix to 02-cpantserrors-pod.patch. + * Set Standards-Version to 3.9.2 (no further changes). + * debian/control: remove versions from (build) dependencies, they are all + satisfied in at least oldstable. + + -- gregor herrmann Thu, 07 Apr 2011 22:58:27 +0200 + libmodule-cpants-analyse-perl (0.85+dfsg-1) unstable; urgency=low * Initial Release. (Closes: #525300) diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/compat libmodule-cpants-analyse-perl-0.85+dfsg/debian/compat --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/compat 2011-04-30 21:01:51.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/compat 2011-04-07 20:36:13.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/control libmodule-cpants-analyse-perl-0.85+dfsg/debian/control --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/control 2011-04-30 21:01:51.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/control 2011-04-07 20:46:43.000000000 +0000 @@ -1,33 +1,52 @@ Source: libmodule-cpants-analyse-perl Section: perl Priority: optional -Build-Depends: quilt (>= 0.46-7), debhelper (>= 7.0.50) -Build-Depends-Indep: libarchive-any-perl (>= 0.06), libreadonly-perl, - libarray-diff-perl (>= 0.04), libsoftware-license-perl (>= 0.003), - libcpan-distnameinfo-perl (>= 0.06), libclass-accessor-perl (>= 0.19), - libfile-find-rule-perl, libfile-slurp-perl, libio-capture-perl (>= 0.05), - liblist-moreutils-perl, libmodule-extractuse-perl (>= 0.18), - libtest-deep-perl, libtest-nowarnings-perl, libtest-warn-perl (>= 0.11), - libtest-yaml-meta-perl (>= 0.11), libtext-csv-xs-perl (>= 0.45), - libwww-perl, libyaml-syck-perl (>= 0.95), perl (>= 5.6.0-12), - libsoftware-license-perl +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, + libarchive-any-perl, + libarray-diff-perl, + libclass-accessor-perl, + libcpan-distnameinfo-perl, + libfile-find-rule-perl, + libfile-slurp-perl, + libio-capture-perl, + liblist-moreutils-perl, + libmodule-extractuse-perl, + libreadonly-perl, + libsoftware-license-perl, + libtest-cpan-meta-yaml-perl, + libtest-deep-perl, + libtest-nowarnings-perl, + libtest-warn-perl, + libtext-csv-xs-perl, + libwww-perl, + libyaml-syck-perl Maintainer: Debian Perl Group -Uploaders: Peter Pentchev , Jonathan Yu , - Ryan Niebur -Standards-Version: 3.8.2 +Uploaders: Peter Pentchev , Jonathan Yu , + Ryan Niebur , gregor herrmann +Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Module-CPANTS-Analyse/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-cpants-analyse-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-cpants-analyse-perl/ Package: libmodule-cpants-analyse-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, libarchive-any-perl (>= 0.06), - libclass-accessor-perl (>= 0.19), libcpan-distnameinfo-perl (>= 0.06), - libfile-find-rule-perl, liblist-moreutils-perl, libio-capture-perl (>= 0.05), - libmodule-extractuse-perl (>= 0.18), libarray-diff-perl (>= 0.04), - libsoftware-license-perl (>= 0.003), libreadonly-perl, libfile-slurp-perl, - libtest-yaml-meta-perl (>= 0.11), libtext-csv-xs-perl (>= 0.45), - libwww-perl, libyaml-syck-perl (>= 0.95), libsoftware-license-perl +Depends: ${misc:Depends}, ${perl:Depends}, + libarchive-any-perl, + libarray-diff-perl, + libclass-accessor-perl, + libcpan-distnameinfo-perl, + libfile-find-rule-perl, + libfile-slurp-perl, + libio-capture-perl, + liblist-moreutils-perl, + libmodule-extractuse-perl, + libreadonly-perl, + libsoftware-license-perl, + libtest-cpan-meta-yaml-perl, + libtext-csv-xs-perl, + libwww-perl, + libyaml-syck-perl Description: Perl module to generate Kwalitee ratings for a distribution Module::CPANTS::Analyse is a utility module used by Test::Kwalitee and others to analyse CPAN distributions and determine their Kwalitee. Kwalitee is a set diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/copyright libmodule-cpants-analyse-perl-0.85+dfsg/debian/copyright --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/copyright 2011-04-30 21:01:51.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/copyright 2011-04-07 20:40:12.000000000 +0000 @@ -1,33 +1,33 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Thomas Klausner -Upstream-Source: http://search.cpan.org/dist/Module-CPANTS-Analyse/ -Upstream-Name: Module-CPANTS-Analyse -Disclaimer: creation of the +dfsg version is explained in debian/README.source +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Thomas Klausner, +Source: http://search.cpan.org/dist/Module-CPANTS-Analyse/ +Name: Module-CPANTS-Analyse Files: * Copyright: 2003-2006, Thomas Klausner 2006-2008, Gábor Szabó 2006, Steffen Müller -License-Alias: Perl -License: Artistic | GPL-1+ +License: Artistic or GPL-1+ Files: debian/* -Copyright: 2009, Jonathan Yu +Copyright: 2009, Jonathan Yu + 2009, Ryan Niebur 2009, Peter Pentchev - 2009, Ryan Niebur -License: Artistic | GPL-1+ + 2011, gregor herrmann +License: Artistic or 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 GNU/Linux systems, the complete text of the Artistic License - can be found in `/usr/share/common-licenses/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 - 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' + 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 systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/libmodule-cpants-analyse-perl.lintian-overrides libmodule-cpants-analyse-perl-0.85+dfsg/debian/libmodule-cpants-analyse-perl.lintian-overrides --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/libmodule-cpants-analyse-perl.lintian-overrides 2011-04-30 21:01:51.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/libmodule-cpants-analyse-perl.lintian-overrides 2011-04-07 20:39:02.000000000 +0000 @@ -1 +1,2 @@ +# not a license but a module for checking if there is a license libmodule-cpants-analyse-perl: extra-license-file usr/share/man/man3/Module::CPANTS::Kwalitee::License.3pm.gz diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/01-cpants-lint-rename.patch libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/01-cpants-lint-rename.patch --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/01-cpants-lint-rename.patch 2011-04-30 21:01:51.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/01-cpants-lint-rename.patch 2011-04-07 20:41:08.000000000 +0000 @@ -2,6 +2,9 @@ Origin: vendor Forwarded: not-needed Author: Jonathan Yu +Reviewed-by: gregor herrmann +Last-Update: 2011-04-07 + --- a/bin/cpants_lint.pl +++ b/bin/cpants_lint.pl @@ -135,11 +135,11 @@ diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/02-cpantserrors-pod.patch libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/02-cpantserrors-pod.patch --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/02-cpantserrors-pod.patch 2011-04-30 21:01:51.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/02-cpantserrors-pod.patch 2011-04-07 20:42:09.000000000 +0000 @@ -1,7 +1,10 @@ Description: Correct minor POD issues in CpantsErrors.pm Origin: vendor -Author: Jonathan Yu Forwarded: no +Author: Jonathan Yu +Reviewed-by: gregor herrmann +Last-Update: 2011-04-07 + --- a/lib/Module/CPANTS/Kwalitee/CpantsErrors.pm +++ b/lib/Module/CPANTS/Kwalitee/CpantsErrors.pm @@ -50,11 +50,11 @@ @@ -18,3 +21,14 @@ =head1 DESCRIPTION +--- a/bin/cpants_lint.pl ++++ b/bin/cpants_lint.pl +@@ -183,7 +183,7 @@ + + =head3 --no_capture + +-Turn off capturing of STDOUT and STDERR. Mostly usefull during debugging / development of new features. ++Turn off capturing of STDOUT and STDERR. Mostly useful during debugging / development of new features. + + If C<--no_capture> is used, the value of C might be wrong. + diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/03-test-yaml-meta_test-cpan-meta.patch libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/03-test-yaml-meta_test-cpan-meta.patch --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/03-test-yaml-meta_test-cpan-meta.patch 1970-01-01 00:00:00.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/03-test-yaml-meta_test-cpan-meta.patch 2011-04-07 20:27:27.000000000 +0000 @@ -0,0 +1,62 @@ +Description: use Test::CPAN::Meta::YAML::Version instead of the vanished Test::YAML::Meta::Version +Origin: https://rt.cpan.org/Public/Bug/Display.html?id=65903 +Bug: https://rt.cpan.org/Public/Bug/Display.html?id=65903 +Bug-Debian: http://bugs.debian.org/621468 +Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=65903 +Author: Jerome Quelin +Reviewed-by: gregor herrmann +Last-Update: 2011-04-07 + +--- a/Build.PL ++++ b/Build.PL +@@ -15,7 +15,7 @@ + 'Module::Pluggable' => '2.96', + 'IO::Capture' => '0.05', + 'Array::Diff' => '0.04', +- 'Test::YAML::Meta::Version' => '0.11', ++ 'Test::CPAN::Meta::YAML::Version' => '0.11', + 'version' => '0.73', + 'List::MoreUtils' => '0', + 'File::Find::Rule' => '0', +--- a/lib/Module/CPANTS/Kwalitee/MetaYML.pm ++++ b/lib/Module/CPANTS/Kwalitee/MetaYML.pm +@@ -3,7 +3,7 @@ + use strict; + use File::Spec::Functions qw(catfile); + use YAML::Syck qw(Load LoadFile); +-use Test::YAML::Meta::Version; ++use Test::CPAN::Meta::YAML::Version; + + sub order { 20 } + +@@ -149,7 +149,7 @@ + } + } + $hash{spec} = $version; +- my $spec = Test::YAML::Meta::Version->new(%hash); ++ my $spec = Test::CPAN::Meta::YAML::Version->new(%hash); + if ($spec->parse()) { + my $report_version= $version || 'known'; + my @errors; +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -25,7 +25,7 @@ + 'Test::More' => '0', + 'Test::NoWarnings' => '0', + 'Test::Warn' => '0.11', +- 'Test::YAML::Meta::Version' => '0.11', ++ 'Test::CPAN::Meta::YAML::Version' => '0.11', + 'Text::CSV_XS' => '0.45', + 'YAML::Syck' => '0.95', + 'version' => '0.73' +--- a/META.yml ++++ b/META.yml +@@ -27,7 +27,7 @@ + Pod::Simple::Checker: 2.02 + Readonly: 0 + Software::License: 0.003 +- Test::YAML::Meta::Version: 0.11 ++ Test::CPAN::Meta::YAML::Version: 0.11 + Text::CSV_XS: 0.45 + YAML::Syck: 0.95 + perl: 5.006 diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/series libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/series --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/series 2011-04-30 21:01:51.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/patches/series 2011-04-07 20:24:24.000000000 +0000 @@ -1,2 +1,3 @@ 01-cpants-lint-rename.patch 02-cpantserrors-pod.patch +03-test-yaml-meta_test-cpan-meta.patch diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/README.source libmodule-cpants-analyse-perl-0.85+dfsg/debian/README.source --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/README.source 2011-04-30 21:01:51.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/README.source 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -This package uses quilt for maintaining patches applied to upstream code. - -See /usr/share/doc/quilt/README.source contained in the `quilt' package for -more information. - -The upstream source has to be repacked to remove: -- t/eg/ -since some of the tarballs there do not have complete license information. -Use the debian/repack.stub script to repack the upstream tarball, or just -download it with uscan which will automatically run repack.sh. diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/rules libmodule-cpants-analyse-perl-0.85+dfsg/debian/rules --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/rules 2011-04-30 21:01:51.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/rules 2011-04-07 20:55:40.000000000 +0000 @@ -1,16 +1,15 @@ #!/usr/bin/make -f -P= libmodule-cpants-analyse-perl -D= $(CURDIR)/debian/$P +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) %: - dh --with quilt $@ + dh $@ override_dh_auto_test: - dh_auto_test -- TEST_FILES="$(shell ls t/*.t | grep -v analyse | grep -v t/calc_test_yaml_meta.t | grep -v t/unpack | grep -v t/calc.t | grep -v t/generated_files.t | grep -v t/moose_as_strict.t | grep -v t/plugin_manifest.t)" + dh_auto_test -- --test_files "$(shell ls t/*.t | grep -v analyse | grep -v t/calc_test_yaml_meta.t | grep -v t/unpack | grep -v t/calc.t | grep -v t/generated_files.t | grep -v t/moose_as_strict.t | grep -v t/plugin_manifest.t)" override_dh_auto_install: dh_auto_install - mv $D/usr/bin/cpants_lint.pl $D/usr/bin/cpants_lint - mv $D/usr/share/man/man1/cpants_lint.pl.1p $D/usr/share/man/man1/cpants_lint.1p - + mv $(TMP)/usr/bin/cpants_lint.pl $(TMP)/usr/bin/cpants_lint + mv $(TMP)/usr/share/man/man1/cpants_lint.pl.1p $(TMP)/usr/share/man/man1/cpants_lint.1p diff -Nru libmodule-cpants-analyse-perl-0.85+dfsg/debian/source/format libmodule-cpants-analyse-perl-0.85+dfsg/debian/source/format --- libmodule-cpants-analyse-perl-0.85+dfsg/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libmodule-cpants-analyse-perl-0.85+dfsg/debian/source/format 2011-04-30 21:01:51.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt)