File: control

package info (click to toggle)
python-django-contact-form 1.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236 kB
  • ctags: 130
  • sloc: python: 489; makefile: 187
file content (58 lines) | stat: -rw-r--r-- 2,736 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
54
55
56
57
58
Source: python-django-contact-form
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Andrew Starr-Bochicchio <asb@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-django,
               python3-all,
               python3-django,
               python-setuptools,
               python3-setuptools,
               python-sphinx,
               python-sphinx-rtd-theme
Standards-Version: 4.0.0
Homepage: https://github.com/ubernostrum/django-contact-form
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-contact-form.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-contact-form.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-django-contact-form
Architecture: all
Recommends: python-django-contact-form-doc
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
Description: extensible contact-form application for Django
 This is a reusable application which simplifies including a contact form within
 Django, the Python web framework. It provides a basic contact form which, once
 appropriate templates have been written, will email site administrators when
 the form is submitted. The form and view used are designed to be extensible and
 allow for easy adaptation to more complex needs.

Package: python3-django-contact-form
Architecture: all
Recommends: python-django-contact-form-doc
Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.0)
Description: extensible contact-form application for Django (Python 3)
 This is a reusable application which simplifies including a contact form within
 Django, the Python web framework. It provides a basic contact form which, once
 appropriate templates have been written, will email site administrators when
 the form is submitted. The form and view used are designed to be extensible and
 allow for easy adaptation to more complex needs.
 .
 This package installs the library for Python 3.

Package: python-django-contact-form-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: extensible contact-form application for Django (documentation)
 This is a reusable application which simplifies including a contact form within
 Django, the Python web framework. It provides a basic contact form which, once
 appropriate templates have been written, will email site administrators when
 the form is submitted. The form and view used are designed to be extensible and
 allow for easy adaptation to more complex needs.
 .
 This is the common documentation package.