debian/0000755000000000000000000000000011732311026007162 5ustar debian/control0000644000000000000000000000202111732311026010560 0ustar Source: php-numbers-words Section: web Priority: optional Maintainer: PKG-PHP-PEAR team Uploaders: Thomas Goirand Build-Depends: debhelper (>= 8), pkg-php-tools Build-Depends-Indep: php-pear Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=pkg-php/php-numbers-words.git Vcs-Git: http://git.debian.org/git/pkg-php/php-numbers-words.git Homepage: http://pear.php.net/package/Numbers_Words/ Package: php-numbers-words Architecture: all Depends: ${misc:Depends}, php-pear Description: PEAR module providing methods for spelling numerals in words With Numbers_Words class you can convert numbers written in arabic digits to words in several languages. You can convert an integer between -infinity and infinity. If your system does not support such long numbers you can call Numbers_Words::toWords() with just a string. . With the Numbers_Words::toCurrency($num, $locale, 'USD') method you can convert a number (decimal and fraction part) to words with currency name. debian/changelog0000644000000000000000000000143211732311026011034 0ustar php-numbers-words (0.16.4-1) unstable; urgency=low * New upstream release. * Added a debian/gbp.conf * Switched to source format 3.0 (quilt). * Fixed Vcs fields (Closes: #638526). * Switched to pkg-php-tools and dh 8 sequencer. * Now using DEP5 format for debian/copyright. * Standard-Version: is now 3.9.3 (no change). * Added a Homepage: field. * Fixed short description (was starting with the "a" article). * Now using PKG-PHP-PEAR team as maintainer. * debian/rules now deletes a LICENSE file which is packaged in the package.xml. -- Thomas Goirand Wed, 21 Mar 2012 16:29:33 +0800 php-numbers-words (0.16.2-1) unstable; urgency=low * Initial release (Closes: #562752) -- Thomas Goirand Mon, 05 Jul 2010 13:46:30 +0800 debian/watch0000644000000000000000000000017211732311026010213 0ustar version=3 http://pear.php.net/package/Numbers_Words/download http://download.pear.php.net/package/Numbers_Words-(.*).tgz debian/compat0000644000000000000000000000000211732311026010360 0ustar 8 debian/gbp.conf0000644000000000000000000000016411732311026010602 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/source/0000755000000000000000000000000011732311026010462 5ustar debian/source/format0000644000000000000000000000001411732311026011670 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000001105411732311026011116 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=240 Upstream-Name: Numbers_Words Upstream-Contact: Marcelo Subtil Marcal , Igor Feghali , Kouber Saparev , Piotr Klaban , Xavier Noguer Source: http://pear.php.net/package/Numbers_Words/download Files: debian/* Copyright: (c) 2010-2012, Thomas Goirand License: LGPL This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU Lesser General Public License (LGPL) v2.1 may be found in /usr/share/common-licenses/LGPL-2.1. Files: * Copyright: (c) 1997-2006 The PHP Group (c) 2002-2009, Marcelo Subtil Marcal (c) 2002-2009, Hadar Porat http://pear.php.net/account-mail.php?handle=hadar_p (c) 2002-2009, Igor Feghali (c) 2002-2009, Kouber Saparev (c) 2002-2009, Piotr Klaban (c) 2002-2009, Xavier Noguer License: PHP 3.01 The PHP License, version 3.01 Copyright (c) 1999 - 2009 The PHP Group. All rights reserved. . Redistribution and use in source and binary forms, with or without modification, is permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The name "PHP" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact group@php.net. . 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" . 5. The PHP Group may publish revised and/or new versions of the license from time to time. Each version will be given a distinguishing version number. Once covered code has been published under a particular version of the license, you may always continue to use it under the terms of that version. You may also choose to use such covered code under the terms of any subsequent version of the license published by the PHP Group. No one other than the PHP Group has the right to modify the terms applicable to covered code created under this License. . 6. Redistributions of any form whatsoever must retain the following acknowledgment: "This product includes PHP software, freely available from ". . THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . This software consists of voluntary contributions made by many individuals on behalf of the PHP Group. . The PHP Group can be contacted via Email at group@php.net. . For more information on the PHP Group and the PHP project, please see . . PHP includes the Zend Engine, freely available at . debian/rules0000755000000000000000000000027511732311026010246 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear override_dh_fixperms: dh_fixperms rm -f debian/php-numbers-words/usr/share/doc/php-numbers-words/Numbers_Words/LICENSE