File: control

package info (click to toggle)
django-bleach 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 448 kB
  • sloc: python: 1,155; makefile: 137; sh: 16
file content (48 lines) | stat: -rw-r--r-- 1,634 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
Source: django-bleach
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Tom Teichler <debdolph@tom-teichler.de>,
 Dominik George <natureshadow@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 python3-all,
 python3-bleach <!nocheck>,
 python3-django <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-tinycss2 <!nocheck>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/marksweb/django-bleach
Vcs-Git: https://salsa.debian.org/python-team/packages/django-bleach.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-bleach

Package: python-django-bleach-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Python module takes any HTML data, returns valid HTML (Documentation)
 Bleach is a Python module that takes any HTML input, and returns valid,
 sanitised HTML that contains only an allowed subset of HTML tags, attributes
 and styles. django-bleach is a Django app that makes using bleach extremely
 easy.
 .
 This package contains the Sphinx based HTML Documentation.

Package: python3-django-bleach
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Bleach is a Python module that takes HTML input, and returns valid HTML
 Bleach is a Python module that takes any HTML input, and returns valid,
 sanitised HTML that contains only an allowed subset of HTML tags, attributes
 and styles.  django-bleach is a Django app that makes using bleach extremely
 easy.