debian/0000755000000000000000000000000012302376460007171 5ustar debian/copyright0000644000000000000000000000237611054337003011125 0ustar It was originally downloaded from http://pypi.python.org/pypi/recaptcha-client Files: * Copyright: © 2008 Ben Maurer License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: © 2008 Vincent Bernat License: MIT debian/changelog0000644000000000000000000000225412302376460011046 0ustar python-recaptcha (1.0.6-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:52:48 +0000 python-recaptcha (1.0.6-1) unstable; urgency=low * New upstream version. + URL for the service updated to new location. SSL certificate was not valid anymore for the old location. Closes: #637880. * Bump Standards-Version. No changes required. * Switch to dh_python2. -- Vincent Bernat Tue, 30 Aug 2011 07:40:51 +0200 python-recaptcha (1.0.5-1) unstable; urgency=low * New upstream release. * Switch to 3.0 quilt format. * Bump Standards-Version. No changes required. -- Vincent Bernat Sat, 13 Feb 2010 14:53:10 +0100 python-recaptcha (1.0.3-1) unstable; urgency=low [ Vincent Bernat ] * New upstream release [ Sandro Tosi ] * debian/control - switch Vcs-Browser field to viewsvn -- Vincent Bernat Mon, 17 Nov 2008 21:40:16 +0100 python-recaptcha (1.0.2-1) unstable; urgency=low * Initial release (Closes: #496171) -- Vincent Bernat Sun, 24 Aug 2008 11:28:02 +0200 debian/compat0000644000000000000000000000000211054337003010360 0ustar 5 debian/control0000644000000000000000000000251411627075151010600 0ustar Source: python-recaptcha Section: python Priority: optional Maintainer: Vincent Bernat Uploaders: Debian Python Modules Team Standards-Version: 3.9.2 Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.90), python (>= 2.6.6-3~), python-setuptools (>= 0.6b3) Homepage: http://pypi.python.org/pypi/recaptcha-client Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-recaptcha/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-recaptcha/trunk/ Package: python-recaptcha Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-crypto Description: client library for reCAPTCHA and Mailhide This Python package provides modules implementing clients for both reCAPTCHA and reCAPTCHA Mailhide. . reCAPTCHA hinders automated abuse of web sites (such as comment spam or bogus registrations) by using a CAPTCHA to try to ensure that humans are involved. . reCAPTCHA Mailhide allows web sites to obfuscate email addresses, revealing them only if a reCAPTCHA is solved. . These modules access a web service that requires sites running the reCAPCHA client to register (at no cost) for an API key. On the other hand, no imaging libraries or complex computations are needed to generate and check CAPTCHAs. debian/rules0000755000000000000000000000023511627075110010246 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk debian/source/0000755000000000000000000000000011627075461010477 5ustar debian/source/format0000644000000000000000000000001411335527252011701 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014411054337003010212 0ustar version=3 http://pypi.python.org/packages/source/r/recaptcha-client/ recaptcha-client-(.*)\.tar\.gz