[Python-modules-commits] r6343 - in packages/python-recaptcha/trunk/python-recaptcha/trunk (9 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sun Aug 24 09:47:19 UTC 2008


    Date: Sunday, August 24, 2008 @ 09:47:18
  Author: bernat
Revision: 6343

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/
  packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/changelog
  packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/compat
  packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/control
  packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/copyright
  packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/pycompat
  packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/pyversions
  packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/rules
  packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/watch


Property changes on: packages/python-recaptcha/trunk/python-recaptcha/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/changelog
===================================================================
--- packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/changelog	                        (rev 0)
+++ packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/changelog	2008-08-24 09:47:18 UTC (rev 6343)
@@ -0,0 +1,6 @@
+python-recaptcha (1.0.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #496171)
+
+ -- Vincent Bernat <bernat at debian.org>  Sun, 24 Aug 2008 11:28:02 +0200
+

Added: packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/compat
===================================================================
--- packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/compat	                        (rev 0)
+++ packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/compat	2008-08-24 09:47:18 UTC (rev 6343)
@@ -0,0 +1 @@
+5

Added: packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/control
===================================================================
--- packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/control	                        (rev 0)
+++ packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/control	2008-08-24 09:47:18 UTC (rev 6343)
@@ -0,0 +1,28 @@
+Source: python-recaptcha
+Section: python
+Priority: optional
+Maintainer: Vincent Bernat <bernat at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), 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/wsvn/python-modules/packages/python-recaptcha/trunk/?op=log
+
+Package: python-recaptcha
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: implementation of reCAPTCHA and Mailhide in Python
+ This Python modules provides a plugin for both reCAPTCHA and
+ reCAPTCHA Mailhide.
+ .
+ reCAPTCHA helps prevent automated abuse of web site (such as comment
+ spam or bogus registrations) by using a CAPTCHA to ensure that only
+ humans perform certain actions.
+ .
+ reCAPTCHA Mailhide allows to obfuscate email addresses such that the
+ original email address is delivered only if a reCAPTCHA is solved.
+ .
+ This plugin uses a free (as in free beer) web service that requires
+ to register to get an API key. On the other hand, no imaging library
+ or complex computation are needed to generate and check CAPTCHA.

Added: packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/copyright
===================================================================
--- packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/copyright	                        (rev 0)
+++ packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/copyright	2008-08-24 09:47:18 UTC (rev 6343)
@@ -0,0 +1,26 @@
+It was originally downloaded from http://pypi.python.org/pypi/recaptcha-client
+
+Files: *
+Copyright: © 2008 Ben Maurer <support at recaptcha.net>
+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 <bernat at debian.org>
+License: MIT

Added: packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/pycompat
===================================================================
--- packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/pycompat	2008-08-24 09:47:18 UTC (rev 6343)
@@ -0,0 +1 @@
+2

Added: packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/pyversions
===================================================================
--- packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/pyversions	2008-08-24 09:47:18 UTC (rev 6343)
@@ -0,0 +1 @@
+2.4-

Added: packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/rules
===================================================================
--- packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/rules	                        (rev 0)
+++ packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/rules	2008-08-24 09:47:18 UTC (rev 6343)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+DEB_PYTHON_SYSTEM = pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_DH_ALWAYS_EXCLUDE := .svn


Property changes on: packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/watch
===================================================================
--- packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/watch	                        (rev 0)
+++ packages/python-recaptcha/trunk/python-recaptcha/trunk/debian/watch	2008-08-24 09:47:18 UTC (rev 6343)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/r/recaptcha-client/ recaptcha-client-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list