debian/0000755000000000000000000000000011712744624007176 5ustar debian/control0000644000000000000000000000154711712744624010610 0ustar Source: php-text-captcha Section: php Priority: optional Maintainer: PKG-PHP-PEAR team Uploaders: Thomas Goirand Build-Depends: debhelper (>= 8), pkg-php-tools Build-Depends-Indep: php-pear Vcs-Browser: http://git.debian.org/?p=pkg-php/php-text-captcha.git Vcs-Git: http://git.debian.org/git/pkg-php/php-text-captcha.git Homepage: http://pear.php.net/package/MIME_Type/ Standards-Version: 3.9.2 Package: php-text-captcha Architecture: all Depends: ${misc:Depends}, php-pear, php5-gd, php-text-password, php-numbers-words, php-text-figlet, php-image-text Description: PEAR module for generating CAPTCHAs Implementation of CAPTCHAs (completely automated public Turing test to tell computers and humans apart) in a nice easy to use PHP class, so that you can include the test in your web site or web application. debian/changelog0000644000000000000000000000157311712744624011056 0ustar php-text-captcha (0.4.3-1) unstable; urgency=low * New upstream release. * Added a new debian/gbp.conf. * Switched debian/copyright to DEP5 format. * Now using 3.0 (quilt) source format. * Switched to pkg-php-tools and dh 8 sequencer. * Fixed Vcs fields (Closes: #638528). * Using Maintainer: PKG-PHP-PEAR team as maintainer. * Standards-Version: is now 3.9.2 (no change). * Fixed short description (remove article). -- Thomas Goirand Fri, 03 Feb 2012 19:31:32 +0800 php-text-captcha (0.4.0-2) unstable; urgency=low * Updated debian/copyright to add the license for Text_CAPTCHA-0.4.0/CAPTCHA/Driver/Numeral.php -- Thomas Goirand Thu, 15 Jul 2010 18:14:25 +0800 php-text-captcha (0.4.0-1) unstable; urgency=low * Initial release (Closes: #562747) -- Thomas Goirand Mon, 05 Jul 2010 20:36:52 +0800 debian/watch0000644000000000000000000000016711712744624010233 0ustar version=3 http://pear.php.net/package/Text_CAPTCHA/download http://download.pear.php.net/package/Text_CAPTCHA-(.*).tgz debian/compat0000644000000000000000000000000211712744624010374 0ustar 8 debian/gbp.conf0000644000000000000000000000016411712744624010616 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/source/0000755000000000000000000000000011712744624010476 5ustar debian/source/format0000644000000000000000000000001411712744624011704 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000001060611712744624011134 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=240 Upstream-Name: Text_CAPTCHA Upstream-Contact: David Coallier Source: http://pear.php.net/package/Text_CAPTCHA/download Files: debian/* Copyright: (c) 2009-2012, Thomas Goirand License: LGPL-2.1+ 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: Text_CAPTCHA-0.4.0/CAPTCHA/Driver/Numeral.php Copyright: (c) 1998-2006 David Coallier License: BSD All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 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. . Neither the name of David Coallier nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS 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 David Coallier OR 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. Files: * Copyright: (c) 2004-2009, Christian Wenz License: Modified BSD style All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are 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. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the Christian Wenz. . 4. Neither the name of Christian Wenz nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY Christian Wenz "AS IS" AND ANY EXPRESS 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 Christian Wenz 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. debian/rules0000755000000000000000000000010311712744624010250 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear