File: control

package info (click to toggle)
django-simple-captcha 0.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,324 kB
  • sloc: python: 1,215; makefile: 82; sh: 5
file content (37 lines) | stat: -rw-r--r-- 1,677 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
36
37
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 (>=9), dh-python,
 python-all (>= 2.6.6-3~), python-setuptools, python-django, python-pil, python-six,
 python-testfixtures, python-django-ranged-response,
 python3-all, python3-setuptools, python3-django, python3-pil, python3-six,
 python3-testfixtures, python3-django-ranged-response,
Standards-Version: 4.0.0
Homepage: https://github.com/mbi/django-simple-captcha
Vcs-Browser: https://salsa.debian.org/python-team/modules/django-simple-captcha
Vcs-Git: https://salsa.debian.org/python-team/modules/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.