--- libnumber-format-perl-1.73.orig/debian/watch +++ libnumber-format-perl-1.73/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Number-Format/ .+/Number-Format-v?(\d[\d.-a-z]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libnumber-format-perl-1.73.orig/debian/changelog +++ libnumber-format-perl-1.73/debian/changelog @@ -0,0 +1,69 @@ +libnumber-format-perl (1.73-1ubuntu1) lucid; urgency=low + + * debian/control: deleted unnecessary build dependency on locales-all. This + fixes a FTBFS in Ubuntu. + + -- Fabrice Coutadeur Fri, 19 Feb 2010 19:56:58 +0000 + +libnumber-format-perl (1.73-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.3 (no changes) + * Use new short rules format + * Add myself to Uploaders and Copyright + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ryan Niebur ] + * Update ryan52's email address + + -- Jonathan Yu Sat, 26 Sep 2009 08:45:20 -0400 + +libnumber-format-perl (1.72a-1) unstable; urgency=low + + [ Ryan Niebur ] + * New upstream release + + [ gregor herrmann ] + * debian/control: add locales-all to Build-Depends-Indep in order to run the + locale tests. + + -- Ryan Niebur Thu, 07 May 2009 23:25:04 -0700 + +libnumber-format-perl (1.70-1) unstable; urgency=low + + * Take over for the Debian Perl Group on maintainer's request + (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526405#12) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Ivan Kohler ); Ivan Kohler moved to + Uploaders. + * Add debian/watch. + * debhelper 7 + * Add myself to Uploaders + * Debian Policy 3.8.1 + * New upstream release (Closes: #526405) + * machine readable copyright format + * remove Makefile.old file + + -- Ryan Niebur Thu, 30 Apr 2009 18:05:52 -0700 + +libnumber-format-perl (1.52-1) unstable; urgency=low + + * New maintainer, thanks Ola! + * New upstream release (closes: Bug#406260) + * Better description, patch from Russ Allbery + (closes: Bug#308427) + + -- Ivan Kohler Thu, 26 Apr 2007 12:00:46 -0700 + +libnumber-format-perl (1.45-1) unstable; urgency=low + + * Initial release, closes: #295062. + + -- Ola Lundqvist Sat, 12 Feb 2005 22:08:53 +0100 + --- libnumber-format-perl-1.73.orig/debian/copyright +++ libnumber-format-perl-1.73/debian/copyright @@ -0,0 +1,31 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: William R. Ward +Upstream-Source: http://search.cpan.org/dist/Number-Format/ +Upstream-Name: Number-Format + +Files: * +Copyright: 1997-2008, William R. Ward +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2009, Ryan Niebur + 2007, Ivan Kohler + 2005, Ola Lundqvist +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' --- libnumber-format-perl-1.73.orig/debian/compat +++ libnumber-format-perl-1.73/debian/compat @@ -0,0 +1 @@ +7 --- libnumber-format-perl-1.73.orig/debian/libnumber-format-perl.docs +++ libnumber-format-perl-1.73/debian/libnumber-format-perl.docs @@ -0,0 +1,2 @@ +README +TODO --- libnumber-format-perl-1.73.orig/debian/rules +++ libnumber-format-perl-1.73/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libnumber-format-perl-1.73.orig/debian/control +++ libnumber-format-perl-1.73/debian/control @@ -0,0 +1,22 @@ +Source: libnumber-format-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Perl Group +Uploaders: Ivan Kohler , Ryan Niebur , + Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Number-Format/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnumber-format-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnumber-format-perl/ + +Package: libnumber-format-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module to format numbers for display + Number::Format is a Perl module that formats numbers according to standard + conventions, such as adding thousands separators and decimal points + appropriate to the current locale. It can also convert strings into numbers, + format currency values, and convert numbers to KB, MB, and GB values.