File: control

package info (click to toggle)
django-simple-captcha 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 540 kB
  • ctags: 234
  • sloc: python: 1,122; makefile: 82; sh: 4
file content (35 lines) | stat: -rw-r--r-- 1,591 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: django-simple-captcha
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
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.6
Homepage: https://github.com/mbi/django-simple-captcha
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-simple-captcha.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/django-simple-captcha.git
X-Python-Version: >= 2.6

Package: python-django-captcha
Architecture: all
Replaces: django-simple-captcha (<< 0.4.2-3)
Breaks: django-simple-captcha (<< 0.4.2-3)
Depends: ${misc:Depends}, ${python:Depends}, ttf-bitstream-vera
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}, ttf-bitstream-vera
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
Description: Django Simple Captcha Django application
 This is a dummy package to aid switching to python-django-captcha.