[Python-modules-commits] r29572 - in packages/django-simple-captcha/trunk/debian (4 files)
bam at users.alioth.debian.org
bam at users.alioth.debian.org
Wed Jul 2 04:58:03 UTC 2014
Date: Wednesday, July 2, 2014 @ 04:57:57
Author: bam
Revision: 29572
Python3 Package.
Modified:
packages/django-simple-captcha/trunk/debian/changelog
packages/django-simple-captcha/trunk/debian/control
packages/django-simple-captcha/trunk/debian/patches/series
packages/django-simple-captcha/trunk/debian/rules
Modified: packages/django-simple-captcha/trunk/debian/changelog
===================================================================
--- packages/django-simple-captcha/trunk/debian/changelog 2014-07-01 12:03:51 UTC (rev 29571)
+++ packages/django-simple-captcha/trunk/debian/changelog 2014-07-02 04:57:57 UTC (rev 29572)
@@ -1,3 +1,9 @@
+django-simple-captcha (0.4.2-4) unstable; urgency=low
+
+ * Python3 package.
+
+ -- Brian May <bam at debian.org> Wed, 02 Jul 2014 14:26:41 +1000
+
django-simple-captcha (0.4.2-3) unstable; urgency=low
* Initial upload to Debian. Closes: #752140.
Modified: packages/django-simple-captcha/trunk/debian/control
===================================================================
--- packages/django-simple-captcha/trunk/debian/control 2014-07-01 12:03:51 UTC (rev 29571)
+++ packages/django-simple-captcha/trunk/debian/control 2014-07-02 04:57:57 UTC (rev 29572)
@@ -3,7 +3,9 @@
Priority: optional
Maintainer: Brian May <bam at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>=8.1.0), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python-django, python-imaging (>= 1.1.7), python-six
+Build-Depends: debhelper (>=8.1.0), dh-python,
+ python-all (>= 2.6.6-3~), python-setuptools, python-django, python-pil, python-six,
+ python3-all, python3-setuptools, python3-django, python3-pil, python3-six
Standards-Version: 3.9.5
Homepage: https://github.com/mbi/django-simple-captcha
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-simple-captcha/trunk/
@@ -14,11 +16,18 @@
Architecture: all
Replaces: django-simple-captcha (<< 0.4.2-3)
Breaks: django-simple-captcha (<< 0.4.2-3)
-Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.4), python-imaging (>= 1.1.7), python-six
+Depends: ${misc:Depends}, ${python:Depends}
Description: Django Simple Captcha Django application
Django Simple Captcha is an extremely simple, yet highly customizable Django
application to add captcha images to any Django form.
+Package: python3-django-captcha
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Django Simple Captcha Django application
+ Django Simple Captcha is an extremely simple, yet highly customizable Django
+ application to add captcha images to any Django form.
+
Package: django-simple-captcha
Architecture: all
Depends: ${misc:Depends}, python-django-captcha
Modified: packages/django-simple-captcha/trunk/debian/patches/series
===================================================================
--- packages/django-simple-captcha/trunk/debian/patches/series 2014-07-01 12:03:51 UTC (rev 29571)
+++ packages/django-simple-captcha/trunk/debian/patches/series 2014-07-02 04:57:57 UTC (rev 29572)
@@ -1,2 +1,3 @@
tests
depends
+pillow
Modified: packages/django-simple-captcha/trunk/debian/rules
===================================================================
--- packages/django-simple-captcha/trunk/debian/rules 2014-07-01 12:03:51 UTC (rev 29571)
+++ packages/django-simple-captcha/trunk/debian/rules 2014-07-02 04:57:57 UTC (rev 29572)
@@ -4,4 +4,4 @@
export PYBUILD_NAME=django-captcha
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list