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

osallou-guest at users.alioth.debian.org osallou-guest at users.alioth.debian.org
Wed Aug 10 11:06:25 UTC 2011


    Date: Wednesday, August 10, 2011 @ 11:06:23
  Author: osallou-guest
Revision: 18106

use dhpython2 and fix some typo

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

Modified: packages/python-pycaptcha/trunk/debian/changelog
===================================================================
--- packages/python-pycaptcha/trunk/debian/changelog	2011-08-10 10:21:50 UTC (rev 18105)
+++ packages/python-pycaptcha/trunk/debian/changelog	2011-08-10 11:06:23 UTC (rev 18106)
@@ -1,4 +1,4 @@
-python-pycaptcha (0.4-1) unstable; urgency=low
+pycaptcha (0.4-1) unstable; urgency=low
 
   * Initial release (Closes: #637109)
 

Modified: packages/python-pycaptcha/trunk/debian/control
===================================================================
--- packages/python-pycaptcha/trunk/debian/control	2011-08-10 10:21:50 UTC (rev 18105)
+++ packages/python-pycaptcha/trunk/debian/control	2011-08-10 11:06:23 UTC (rev 18106)
@@ -1,16 +1,15 @@
-Source: python-pycaptcha
+Source: pycaptcha
 Section: python
 Priority: optional
 Uploaders: Olivier Sallou <olivier.sallou at irisa.fr>
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 8.0.0), python-imaging (>= 1.1.5)
-Build-Depends-Indep: python-all (>= 2.6.6-3)
+Build-Depends: debhelper (>= 8), python-imaging (>= 1.1.5),python-all (>= 2.6.6-3)
 Standards-Version: 3.9.2
 Homepage: http://pypi.python.org/pypi/PyCAPTCHA/0.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pycaptcha/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pycaptcha/trunk/
 
-Package: python-pycaptcha
+Package: python-captcha
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-imaging (>= 1.1.5), ttf-bitstream-vera
 Description: collection of Python modules implementing CAPTCHAs

Modified: packages/python-pycaptcha/trunk/debian/rules
===================================================================
--- packages/python-pycaptcha/trunk/debian/rules	2011-08-10 10:21:50 UTC (rev 18105)
+++ packages/python-pycaptcha/trunk/debian/rules	2011-08-10 11:06:23 UTC (rev 18106)
@@ -3,14 +3,12 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-
 %:
-	dh $@ 
+	dh $@   --with python2 
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -rf debian/python-pycaptcha/usr/lib/python2.*/dist-packages/Captcha/data/fonts
+	rm -rf debian/python-captcha/usr/lib/python2.*/dist-packages/Captcha/data/fonts
 
 get-orig-source:
 	bash debian/get-orig-source




More information about the Python-modules-commits mailing list