debian/0000775000000000000000000000000012120456326007171 5ustar debian/rules0000775000000000000000000000003612120456022010241 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000664000000000000000000000017212120456104010214 0ustar version=3 https://metacpan.org/release/Number-Format/ .+/Number-Format-v?(\d[\d.-a-z]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000664000000000000000000000571512120456275011056 0ustar libnumber-format-perl (1.73-2ubuntu1) raring; urgency=low * Merge from Debian unstable. Remaining changes: - debian/control: Delete unnecessary build dependency on locales-all. This fixes an FTBFS in Ubuntu. -- Logan Rosen Thu, 14 Mar 2013 19:25:16 -0400 libnumber-format-perl (1.73-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Update source format to 3.0 (quilt) * Bump debian/copyright format to 1.0 * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 -- Xavier Guimard Fri, 01 Feb 2013 06:22:00 +0100 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 debian/compat0000664000000000000000000000000212120456104010361 0ustar 8 debian/copyright0000664000000000000000000000234612120456104011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Number-Format Source: https://metacpan.org/release/Number-Format/ Upstream-Contact: William R. Ward Files: * Copyright: 1997-2008, William R. Ward License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, Ola Lundqvist 2007, Ivan Kohler 2009, Jonathan Yu 2009, Ryan Niebur 2011, Ansgar Burchardt 2013, Xavier Guimard 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000775000000000000000000000000012120456326010471 5ustar debian/source/format0000664000000000000000000000001412120456104011671 0ustar 3.0 (quilt) debian/libnumber-format-perl.docs0000664000000000000000000000001412120456022014234 0ustar README TODO debian/control0000664000000000000000000000220612120456306010572 0ustar Source: libnumber-format-perl Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Ryan Niebur , Jonathan Yu , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnumber-format-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnumber-format-perl.git Homepage: https://metacpan.org/release/Number-Format/ 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.