[Python-modules-commits] r18096 - in packages/python-pycaptcha/trunk/debian (4 files)
osallou-guest at users.alioth.debian.org
osallou-guest at users.alioth.debian.org
Tue Aug 9 07:37:33 UTC 2011
Date: Tuesday, August 9, 2011 @ 07:37:32
Author: osallou-guest
Revision: 18096
depend on python-all
Modified:
packages/python-pycaptcha/trunk/debian/control
packages/python-pycaptcha/trunk/debian/rules
Deleted:
packages/python-pycaptcha/trunk/debian/python-pycaptcha.dirs.old
packages/python-pycaptcha/trunk/debian/python-pycaptcha.links.old
Modified: packages/python-pycaptcha/trunk/debian/control
===================================================================
--- packages/python-pycaptcha/trunk/debian/control 2011-08-09 07:19:10 UTC (rev 18095)
+++ packages/python-pycaptcha/trunk/debian/control 2011-08-09 07:37:32 UTC (rev 18096)
@@ -3,7 +3,7 @@
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 (>= 2.2), python-imaging (>= 1.1.5)
+Build-Depends: debhelper (>= 8.0.0), python-imaging (>= 1.1.5)
Build-Depends-Indep: python-all (>= 2.6.6-3)
Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/PyCAPTCHA/0.4
Deleted: packages/python-pycaptcha/trunk/debian/python-pycaptcha.dirs.old
===================================================================
--- packages/python-pycaptcha/trunk/debian/python-pycaptcha.dirs.old 2011-08-09 07:19:10 UTC (rev 18095)
+++ packages/python-pycaptcha/trunk/debian/python-pycaptcha.dirs.old 2011-08-09 07:37:32 UTC (rev 18096)
@@ -1 +0,0 @@
-usr/share/pyshared/Captcha/data/fonts/vera
Deleted: packages/python-pycaptcha/trunk/debian/python-pycaptcha.links.old
===================================================================
--- packages/python-pycaptcha/trunk/debian/python-pycaptcha.links.old 2011-08-09 07:19:10 UTC (rev 18095)
+++ packages/python-pycaptcha/trunk/debian/python-pycaptcha.links.old 2011-08-09 07:37:32 UTC (rev 18096)
@@ -1,10 +0,0 @@
-usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf usr/share/pyshared/Captcha/data/fonts/vera/VeraBd.ttf
-usr/share/fonts/truetype/ttf-bitstream-vera/VeraBI.ttf usr/share/pyshared/Captcha/data/fonts/vera/VeraBI.ttf
-usr/share/fonts/truetype/ttf-bitstream-vera/VeraIt.ttf usr/share/pyshared/Captcha/data/fonts/vera/VeraIt.ttf
-usr/share/fonts/truetype/ttf-bitstream-vera/VeraMoBd.ttf usr/share/pyshared/Captcha/data/fonts/vera/VeraMoBd.ttf
-usr/share/fonts/truetype/ttf-bitstream-vera/VeraMoBI.ttf usr/share/pyshared/Captcha/data/fonts/vera/VeraMoBI.ttf
-usr/share/fonts/truetype/ttf-bitstream-vera/VeraMoIt.ttf usr/share/pyshared/Captcha/data/fonts/vera/VeraMoIt.ttf
-usr/share/fonts/truetype/ttf-bitstream-vera/VeraMono.ttf usr/share/pyshared/Captcha/data/fonts/vera/VeraMono.ttf
-usr/share/fonts/truetype/ttf-bitstream-vera/VeraSeBd.ttf usr/share/pyshared/Captcha/data/fonts/vera/VeraSeBd.ttf
-usr/share/fonts/truetype/ttf-bitstream-vera/VeraSe.ttf usr/share/pyshared/Captcha/data/fonts/vera/VeraSe.ttf
-usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf usr/share/pyshared/Captcha/data/fonts/vera/Vera.ttf
Modified: packages/python-pycaptcha/trunk/debian/rules
===================================================================
--- packages/python-pycaptcha/trunk/debian/rules 2011-08-09 07:19:10 UTC (rev 18095)
+++ packages/python-pycaptcha/trunk/debian/rules 2011-08-09 07:37:32 UTC (rev 18096)
@@ -10,7 +10,7 @@
override_dh_auto_install:
dh_auto_install
- rm -rf debian/python-pycaptcha/usr/lib/python2.6/dist-packages/Captcha/data/fonts
+ rm -rf debian/python-pycaptcha/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