diff -Nru libuniversal-moniker-perl-0.08/debian/changelog libuniversal-moniker-perl-0.08/debian/changelog --- libuniversal-moniker-perl-0.08/debian/changelog 2013-03-27 01:49:01.000000000 +0000 +++ libuniversal-moniker-perl-0.08/debian/changelog 2013-03-09 14:32:13.000000000 +0000 @@ -1,3 +1,31 @@ +libuniversal-moniker-perl (0.08-7) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza). + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + + [ Axel Beckert ] + * Remove Bart from Uploaders (thanks for your work!), add myself to + Uploaders. (Closes: #702592) + * Clarify short package description. + * Switch to source format "3.0 (quilt)" + + Change local modification of moniker.pm into quilt patch + * Switch to dh7 style rules file (fixes lintian warning + debian-rules-uses-deprecated-makefile) + * Bump Standards-Version to 3.9.3 (no further changes) + * Fixed the following lintian warnings: + + using-first-person-in-description + + copyright-refers-to-symlink-license + * Switch homepage to metacpan.org + + -- Axel Beckert Sat, 09 Mar 2013 15:32:13 +0100 + libuniversal-moniker-perl (0.08-6) unstable; urgency=low * Handing over this package to Debian Perl Group. diff -Nru libuniversal-moniker-perl-0.08/debian/compat libuniversal-moniker-perl-0.08/debian/compat --- libuniversal-moniker-perl-0.08/debian/compat 2013-03-27 01:49:01.000000000 +0000 +++ libuniversal-moniker-perl-0.08/debian/compat 2013-03-09 13:25:27.000000000 +0000 @@ -1 +1 @@ -5 +7 diff -Nru libuniversal-moniker-perl-0.08/debian/control libuniversal-moniker-perl-0.08/debian/control --- libuniversal-moniker-perl-0.08/debian/control 2013-03-27 01:49:01.000000000 +0000 +++ libuniversal-moniker-perl-0.08/debian/control 2013-03-09 13:51:58.000000000 +0000 @@ -2,22 +2,25 @@ Section: perl Priority: optional Maintainer: Debian Perl Group -Uploaders: Bart Martens -Build-Depends: cdbs, debhelper (>= 5) +Uploaders: Axel Beckert +Build-Depends: debhelper (>= 7~) Build-Depends-Indep: perl (>= 5.8.0), liblingua-en-inflect-perl (>= 1.88) -Standards-Version: 3.8.1 -Homepage: http://search.cpan.org/~kasei/UNIVERSAL-moniker/ +Standards-Version: 3.9.3 +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libuniversal-moniker-perl.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libuniversal-moniker-perl.git +Homepage: https://metacpan.org/release/UNIVERSAL-moniker Package: libuniversal-moniker-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Recommends: liblingua-en-inflect-perl (>= 1.88) -Description: Nicer names for your Perl modules/classes +Description: Methods to output nicer names for your Perl modules/classes Class names in Perl often don't sound great when spoken, or look good - when written in prose. For this reason, we tend to say things like - "customer" or "basket" when we are referring to - "My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it - would be nice if our classes knew what we would prefer to call them. + when written in prose. For this reason, the module authors tend to + say things like "customer" or "basket" when they are referring to + "My::Site::User::Customer" or "My::Site::Shop::Basket". They thought + it would be nice if their classes knew what they would prefer to call + them. . This module will add a "moniker" (and "plural_moniker") method to "UNIVERSAL", and so to every class or module. diff -Nru libuniversal-moniker-perl-0.08/debian/copyright libuniversal-moniker-perl-0.08/debian/copyright --- libuniversal-moniker-perl-0.08/debian/copyright 2013-03-27 01:49:01.000000000 +0000 +++ libuniversal-moniker-perl-0.08/debian/copyright 2013-03-09 13:25:27.000000000 +0000 @@ -21,5 +21,5 @@ b) the "Artistic License" which comes with Perl. On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL' and + Public License can be found in `/usr/share/common-licenses/GPL-1' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. diff -Nru libuniversal-moniker-perl-0.08/debian/patches/fix-lintian-warning-manpage-has-bad-whatis-entry.patch libuniversal-moniker-perl-0.08/debian/patches/fix-lintian-warning-manpage-has-bad-whatis-entry.patch --- libuniversal-moniker-perl-0.08/debian/patches/fix-lintian-warning-manpage-has-bad-whatis-entry.patch 1970-01-01 00:00:00.000000000 +0000 +++ libuniversal-moniker-perl-0.08/debian/patches/fix-lintian-warning-manpage-has-bad-whatis-entry.patch 2013-03-09 13:38:27.000000000 +0000 @@ -0,0 +1,16 @@ +Description: Fix lintian warning manpage-has-bad-whatis-entry + Add a description to the package name in the POD section NAME. +Author: Bart Martens +Last-Update: 2007-12-11 + +--- libuniversal-moniker-perl-0.08.orig/moniker.pm ++++ libuniversal-moniker-perl-0.08/moniker.pm +@@ -3,7 +3,7 @@ $UNIVERSAL::moniker::VERSION = '0.08'; + + =head1 NAME + +-UNIVERSAL::moniker ++UNIVERSAL::moniker - Nicer names for your Perl modules/classes + + =head1 SYNOPSIS + diff -Nru libuniversal-moniker-perl-0.08/debian/patches/series libuniversal-moniker-perl-0.08/debian/patches/series --- libuniversal-moniker-perl-0.08/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ libuniversal-moniker-perl-0.08/debian/patches/series 2013-03-09 13:36:44.000000000 +0000 @@ -0,0 +1 @@ +fix-lintian-warning-manpage-has-bad-whatis-entry.patch diff -Nru libuniversal-moniker-perl-0.08/debian/rules libuniversal-moniker-perl-0.08/debian/rules --- libuniversal-moniker-perl-0.08/debian/rules 2013-03-27 01:49:01.000000000 +0000 +++ libuniversal-moniker-perl-0.08/debian/rules 2013-03-09 13:25:27.000000000 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/perlmodule.mk +%: + dh $@ diff -Nru libuniversal-moniker-perl-0.08/debian/source/format libuniversal-moniker-perl-0.08/debian/source/format --- libuniversal-moniker-perl-0.08/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libuniversal-moniker-perl-0.08/debian/source/format 2013-03-27 01:49:01.476465613 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libuniversal-moniker-perl-0.08/moniker.pm libuniversal-moniker-perl-0.08/moniker.pm --- libuniversal-moniker-perl-0.08/moniker.pm 2013-03-27 01:49:01.000000000 +0000 +++ libuniversal-moniker-perl-0.08/moniker.pm 2004-07-21 14:56:44.000000000 +0000 @@ -3,7 +3,7 @@ =head1 NAME -UNIVERSAL::moniker - Nicer names for your Perl modules/classes +UNIVERSAL::moniker =head1 SYNOPSIS