[Python-modules-commits] r6359 - in packages/python-recaptcha/trunk/debian (4 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Mon Aug 25 19:10:33 UTC 2008


    Date: Monday, August 25, 2008 @ 19:10:32
  Author: bernat
Revision: 6359

Don't need to depend on python-all-dev.
Don't need pycompat.
Don't need pyversions, all Python versions are supported.
Add missing XB-Python-Version field

Modified:
  packages/python-recaptcha/trunk/debian/control
  packages/python-recaptcha/trunk/debian/rules
Deleted:
  packages/python-recaptcha/trunk/debian/pycompat
  packages/python-recaptcha/trunk/debian/pyversions

Modified: packages/python-recaptcha/trunk/debian/control
===================================================================
--- packages/python-recaptcha/trunk/debian/control	2008-08-25 18:45:38 UTC (rev 6358)
+++ packages/python-recaptcha/trunk/debian/control	2008-08-25 19:10:32 UTC (rev 6359)
@@ -4,7 +4,7 @@
 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)
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.5.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/wsvn/python-modules/packages/python-recaptcha/trunk/?op=log
@@ -12,6 +12,7 @@
 Package: python-recaptcha
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-crypto
+XB-Python-Version: ${python:Versions}
 Description: reCAPTCHA and Mailhide client modules
  This Python package provides modules for both reCAPTCHA and reCAPTCHA
  Mailhide.

Deleted: packages/python-recaptcha/trunk/debian/pycompat
===================================================================
--- packages/python-recaptcha/trunk/debian/pycompat	2008-08-25 18:45:38 UTC (rev 6358)
+++ packages/python-recaptcha/trunk/debian/pycompat	2008-08-25 19:10:32 UTC (rev 6359)
@@ -1 +0,0 @@
-2

Deleted: packages/python-recaptcha/trunk/debian/pyversions
===================================================================
--- packages/python-recaptcha/trunk/debian/pyversions	2008-08-25 18:45:38 UTC (rev 6358)
+++ packages/python-recaptcha/trunk/debian/pyversions	2008-08-25 19:10:32 UTC (rev 6359)
@@ -1 +0,0 @@
-2.4-

Modified: packages/python-recaptcha/trunk/debian/rules
===================================================================
--- packages/python-recaptcha/trunk/debian/rules	2008-08-25 18:45:38 UTC (rev 6358)
+++ packages/python-recaptcha/trunk/debian/rules	2008-08-25 19:10:32 UTC (rev 6359)
@@ -5,5 +5,3 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-
-DEB_DH_ALWAYS_EXCLUDE := .svn




More information about the Python-modules-commits mailing list