File: control

package info (click to toggle)
django-simple-captcha 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: python: 1,596; makefile: 103; sh: 21
file content (53 lines) | stat: -rw-r--r-- 1,599 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: django-simple-captcha
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Brian May <bam@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 gettext,
Build-Depends-Indep:
 python3-all,
 python3-django <!nocheck>,
 python3-django-ranged-response <!nocheck>,
 python3-pil <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-testfixtures <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/mbi/django-simple-captcha
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-simple-captcha
Vcs-Git: https://salsa.debian.org/python-team/packages/django-simple-captcha.git

Package: python-django-captcha-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: Simple Captcha Django application (Documentation)
 Django Simple Captcha is an extremely simple, yet highly customizable Django
 application to add captcha images to any Django form.
 .
 This package contains the documentation.

Package: python3-django-captcha
Architecture: all
Depends:
 python3-django (>= 3:4.2~),
 ttf-bitstream-vera,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-django-captcha-doc,
Description: Simple Captcha Django application (Python3)
 Django Simple Captcha is an extremely simple, yet highly customizable Django
 application to add captcha images to any Django form.
 .
 This package contains the Python 3 version of the library.