--- liblingua-en-inflect-number-perl-1.1.orig/debian/rules +++ liblingua-en-inflect-number-perl-1.1/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- liblingua-en-inflect-number-perl-1.1.orig/debian/changelog +++ liblingua-en-inflect-number-perl-1.1/debian/changelog @@ -0,0 +1,57 @@ +liblingua-en-inflect-number-perl (1.1-5) unstable; urgency=low + + [ Ryan Niebur ] + * moved with permission from Bart (Closes: #531505) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza); + ${misc:Depends} to Depends: field. Removed: Homepage pseudo-field + (Description). Changed: Maintainer set to Debian Perl Group (was: Bart Martens + ); Bart Martens moved to Uploaders. + * debian/watch: use dist-based URL. + * remove Bart from Uploaders + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Use debhelper 7 instead of cdbs. + * No longer install README (no useful content). + * Add myself to Uploaders. + * Bump Standards-Version to 3.8.2. + * Convert debian/copyright to proposed machine-readable format. + * Add license statement from author to debian/copyright (Closes: #537967). + Thanks to Tim Retout for finding the mail. + * Mention module name in description. + + -- Ansgar Burchardt Tue, 28 Jul 2009 19:55:57 +0200 + +liblingua-en-inflect-number-perl (1.1-4) unstable; urgency=low + + * New maintainer, as agreed with Stephen. + * debian/*: Use cdbs. + * debian/copyright: Updated. + * debian/watch: Updated to version 3. + + -- Bart Martens Sat, 18 Nov 2006 14:38:40 +0100 + +liblingua-en-inflect-number-perl (1.1-3) unstable; urgency=low + + * debian/control: + - Switched to my debian.org email address + - Moved debhelper to Build-Depends + + -- Stephen Quinney Mon, 16 Oct 2006 18:15:42 +0100 + +liblingua-en-inflect-number-perl (1.1-2) unstable; urgency=low + + * debian/watch - Updated URL to stop lookups randomly failing. + + -- Stephen Quinney Sat, 11 Jun 2005 13:56:17 +0100 + +liblingua-en-inflect-number-perl (1.1-1) unstable; urgency=low + + * Initial Release - closes: #264643. + + -- Stephen Quinney Wed, 11 Aug 2004 20:36:45 +0100 + --- liblingua-en-inflect-number-perl-1.1.orig/debian/watch +++ liblingua-en-inflect-number-perl-1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Lingua-EN-Inflect-Number/ .*/Lingua-EN-Inflect-Number-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- liblingua-en-inflect-number-perl-1.1.orig/debian/control +++ liblingua-en-inflect-number-perl-1.1/debian/control @@ -0,0 +1,29 @@ +Source: liblingua-en-inflect-number-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.3), liblingua-en-inflect-perl +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Lingua-EN-Inflect-Number/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblingua-en-inflect-number-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblingua-en-inflect-number-perl/ + +Package: liblingua-en-inflect-number-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, liblingua-en-inflect-perl +Description: Perl module to force number of words to singular or plural + The Lingua::EN::Inflect::Number module extends the functionality of + Lingua::EN::Inflect (the liblingua-en-inflect-perl package) with three new + functions. + . + number() takes a word, and determines its number. It returns whether + the word is singular, plural, or ambiguous for words that can be + either singular or plural. + . + Based on the number() function there are to_S() and to_PL() which + take a word and convert it forcefully either to singular or to + plural. In Lingua::EN::Inflect funny things happen if you try to + pluralise an already-plural word, but this module does the right + thing. --- liblingua-en-inflect-number-perl-1.1.orig/debian/copyright +++ liblingua-en-inflect-number-perl-1.1/debian/copyright @@ -0,0 +1,53 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Simon Cozens +Upstream-Source: http://search.cpan.org/dist/Lingua-EN-Inflect-Number/ +Upstream-Name: Lingua-EN-Inflect-Number + +Files: * +Copyright: © 2003-2004, Simon Cozens +License-Alias: Perl +License: Artistic | GPL-1+ +X-Comment: + The following statement from the author was taken from + http://osdir.com/ml/linux.redhat.fedora.maintainers/2006-04/msg00090.html + on 28 Jul 2009: + + From: Simon Cozens + Date: Sun, 23 Apr 2006 23:22:33 +0100 + Subject: Re: Licensing for Lingua::EN::Inflect::Number + + > You seem to be the author for Lingua::EN::Inflect::Number and + > Class::DBI::Loader::Relationship. I am the package maintainer for these + > perl modules in Fedora Extras, and I need to confirm their licenses. + > Are these modules licensed under the same license as perl? (GPL or + > Artistic) + + They are, yes. I'm trying to retire maintainership of my CPAN packages, so I + don't particularly want to update these (to reflect the licensing) without + finding a new maintainer to take over. Is this confirmation all that you + need, or should I be trying to find someone to put license info in the + package as well? + + Simon + +Files: debian/* +Copyright: + © 2004-2006, Stephen Quinney + © 2006, Bart Martens + © 2009, Ansgar Burchardt +License: Artistic | 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' + +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' --- liblingua-en-inflect-number-perl-1.1.orig/debian/compat +++ liblingua-en-inflect-number-perl-1.1/debian/compat @@ -0,0 +1 @@ +7