diff -Nru libtest-cleannamespaces-perl-0.18/debian/changelog libtest-cleannamespaces-perl-0.18/debian/changelog --- libtest-cleannamespaces-perl-0.18/debian/changelog 2015-10-26 16:53:14.000000000 +0000 +++ libtest-cleannamespaces-perl-0.18/debian/changelog 2016-04-02 19:25:18.000000000 +0000 @@ -1,29 +1,5 @@ -libtest-cleannamespaces-perl (0.18-1) unstable; urgency=medium +libtest-cleannamespaces-perl (0.18-1york1) trusty; urgency=low - * autopkgtest integration: drop (installation of) dummy perl module. - This is done by pkg-perl-autopkgtest now. - * Drop debian/tests/control, add Testsuite field to debian/control - instead. - * Update Test::Tester build dependency. + * Initial Release. - * Import upstream version 0.18. - * Update years of packaging copyright. - * Declare compliance with Debian Policy 3.9.6. - * Bump debhelper compatibility level to 9. - - -- gregor herrmann Mon, 26 Oct 2015 17:53:01 +0100 - -libtest-cleannamespaces-perl (0.16-1) unstable; urgency=medium - - * Add debian/upstream/metadata - * Imported upstream version 0.16 - * Add autopkgtest control file. - * Make (build) dependency on libpackage-stash-perl versioned. - - -- gregor herrmann Mon, 08 Sep 2014 21:52:45 +0200 - -libtest-cleannamespaces-perl (0.14-1) unstable; urgency=low - - * Initial release (closes: #757955). - - -- gregor herrmann Tue, 12 Aug 2014 19:57:06 +0200 + -- Jonathon Fernyhough Sat, 2 Apr 2016 20:23:42 +0100 diff -Nru libtest-cleannamespaces-perl-0.18/debian/control libtest-cleannamespaces-perl-0.18/debian/control --- libtest-cleannamespaces-perl-0.18/debian/control 2015-10-26 16:53:14.000000000 +0000 +++ libtest-cleannamespaces-perl-0.18/debian/control 2016-04-02 19:23:42.000000000 +0000 @@ -1,47 +1,34 @@ Source: libtest-cleannamespaces-perl -Maintainer: Debian Perl Group -Uploaders: gregor herrmann Section: perl Priority: optional -Build-Depends: debhelper (>= 9) -# don't b-d on libmoosex-role-parameterized-perl and libmoose-perl -# to avoid circular build dependency (Moose -> Test::CleanNamespaces) +Maintainer: Jonathon Fernyhough +Build-Depends: debhelper (>= 9.20120312) Build-Depends-Indep: libfile-find-rule-perl, - libfile-find-rule-perl-perl, - libmodule-runtime-perl, - libmoo-perl, - libmouse-perl, - libnamespace-clean-perl, - libpackage-stash-perl (>= 0.14), - librole-tiny-perl (>= 1.003000), - libsub-exporter-perl, - libsub-identify-perl, - libtest-deep-perl, - libtest-requires-perl, - libtest-simple-perl (>= 1.001010) | libtest-tester-perl | perl (>= 5.21.6), - libtest-warnings-perl, - perl -Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-cleannamespaces-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-cleannamespaces-perl.git -Testsuite: autopkgtest-pkg-perl + libfile-find-rule-perl-perl, + libmodule-runtime-perl, + libnamespace-clean-perl, + libpackage-stash-perl (>= 0.14), + libsub-exporter-perl, + libsub-identify-perl, + libtest-deep-perl, + libtest-requires-perl, + libtest-tester-perl, + libtest-warnings-perl (>= 0.009), + perl +Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/Test-CleanNamespaces Package: libtest-cleannamespaces-perl Architecture: all -Depends: ${misc:Depends}, - ${perl:Depends}, - libfile-find-rule-perl, - libfile-find-rule-perl-perl, - libmodule-runtime-perl, - libnamespace-clean-perl, - libpackage-stash-perl (>= 0.14), - libsub-exporter-perl, - libsub-identify-perl -Recommends: libpackage-stash-xs-perl, - librole-tiny-perl -Description: module to check for uncleaned imports - Test::CleanNamespaces lets you check your module's namespaces for imported - functions you might have forgotten to remove with namespace::autoclean or - namespace::clean and are therefore available to be called as methods, which - usually isn't want you want. +Depends: ${misc:Depends}, ${perl:Depends}, + libfile-find-rule-perl, + libfile-find-rule-perl-perl, + libmodule-runtime-perl, + libnamespace-clean-perl, + libpackage-stash-perl (>= 0.14), + libsub-exporter-perl, + libsub-identify-perl +Description: Check for uncleaned imports + (no description was found) + . + This description was automagically extracted from the module by dh-make-perl. diff -Nru libtest-cleannamespaces-perl-0.18/debian/copyright libtest-cleannamespaces-perl-0.18/debian/copyright --- libtest-cleannamespaces-perl-0.18/debian/copyright 2015-10-26 16:53:14.000000000 +0000 +++ libtest-cleannamespaces-perl-0.18/debian/copyright 2016-04-02 19:23:42.000000000 +0000 @@ -1,14 +1,22 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Test-CleanNamespaces -Upstream-Contact: Karen Etheridge +Upstream-Contact: Florian Ragwitz Upstream-Name: Test-CleanNamespaces +DISCLAIMER: This copyright info was automatically extracted + from the perl module. It may not be accurate, so you better + check the module sources in order to ensure the module for its + inclusion in Debian or for general legal information. Please, + if licensing information is incorrectly generated, file a bug + on dh-make-perl. + NOTE: Don't forget to remove this disclaimer once you are happy + with this file. Files: * -Copyright: 2009, Florian Ragwitz +Copyright: Florian Ragwitz License: Artistic or GPL-1+ Files: debian/* -Copyright: 2014-2015, gregor herrmann +Copyright: 2016, Jonathon Fernyhough License: Artistic or GPL-1+ License: Artistic diff -Nru libtest-cleannamespaces-perl-0.18/debian/libtest-cleannamespaces-perl.docs libtest-cleannamespaces-perl-0.18/debian/libtest-cleannamespaces-perl.docs --- libtest-cleannamespaces-perl-0.18/debian/libtest-cleannamespaces-perl.docs 2015-10-26 16:53:14.000000000 +0000 +++ libtest-cleannamespaces-perl-0.18/debian/libtest-cleannamespaces-perl.docs 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -CONTRIBUTING diff -Nru libtest-cleannamespaces-perl-0.18/debian/upstream/metadata libtest-cleannamespaces-perl-0.18/debian/upstream/metadata --- libtest-cleannamespaces-perl-0.18/debian/upstream/metadata 2015-10-26 16:53:14.000000000 +0000 +++ libtest-cleannamespaces-perl-0.18/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ ---- -Archive: CPAN -Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Test-CleanNamespaces -Bug-Submit: bug-Test-CleanNamespaces@rt.cpan.org -Contact: Florian Ragwitz -Name: Test-CleanNamespaces -Repository: https://github.com/karenetheridge/Test-CleanNamespaces.git -Repository-Browse: https://github.com/karenetheridge/Test-CleanNamespaces