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

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Tue Aug 30 05:54:43 UTC 2011


    Date: Tuesday, August 30, 2011 @ 05:54:42
  Author: bernat
Revision: 18396

Switch to dh_python2.

Modified:
  packages/python-recaptcha/trunk/debian/changelog
  packages/python-recaptcha/trunk/debian/control
  packages/python-recaptcha/trunk/debian/rules

Modified: packages/python-recaptcha/trunk/debian/changelog
===================================================================
--- packages/python-recaptcha/trunk/debian/changelog	2011-08-30 05:49:59 UTC (rev 18395)
+++ packages/python-recaptcha/trunk/debian/changelog	2011-08-30 05:54:42 UTC (rev 18396)
@@ -4,6 +4,7 @@
       + 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 <bernat at debian.org>  Tue, 30 Aug 2011 07:40:51 +0200
 

Modified: packages/python-recaptcha/trunk/debian/control
===================================================================
--- packages/python-recaptcha/trunk/debian/control	2011-08-30 05:49:59 UTC (rev 18395)
+++ packages/python-recaptcha/trunk/debian/control	2011-08-30 05:54:42 UTC (rev 18396)
@@ -4,8 +4,9 @@
 Maintainer: Vincent Bernat <bernat at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python, python-setuptools (>= 0.6b3)
-Build-Depends-Indep: python-support (>= 0.5.3)
+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/
@@ -13,7 +14,6 @@
 Package: python-recaptcha
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-crypto
-XB-Python-Version: ${python:Versions}
 Description: client library for reCAPTCHA and Mailhide
  This Python package provides modules implementing clients for both
  reCAPTCHA and reCAPTCHA Mailhide.

Modified: packages/python-recaptcha/trunk/debian/rules
===================================================================
--- packages/python-recaptcha/trunk/debian/rules	2011-08-30 05:49:59 UTC (rev 18395)
+++ packages/python-recaptcha/trunk/debian/rules	2011-08-30 05:54:42 UTC (rev 18396)
@@ -1,7 +1,5 @@
 #!/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




More information about the Python-modules-commits mailing list