File: control

package info (click to toggle)
hyperkitty 1.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 10,796 kB
  • sloc: javascript: 27,623; python: 10,669; makefile: 146; sh: 5
file content (66 lines) | stat: -rw-r--r-- 2,392 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
59
60
61
62
63
64
65
66
Source: hyperkitty
Section: python
Priority: optional
Maintainer: Debian Mailman Team <pkg-mailman-hackers@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>,
           Jonas Meurer <jonas@freesources.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-bs4,
               python3-django (>= 2:2.2),
               python3-django-compressor,
               python3-django-extensions,
               python3-django-gravatar2,
               python3-django-haystack,
               python3-django-mailman3 (>= 1.3.3),
               python3-django-q,
               python3-djangorestframework,
               python3-elasticsearch,
               python3-flufl.lock,
               python3-isort,
               python3-mailmanclient (>= 3.3.1),
               python3-mock,
               python3-networkx,
               python3-robot-detection,
               python3-setuptools,
               python3-tz,
               python3-whoosh,
               python3-sphinx,
               sassc
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://gitlab.com/mailman/hyperkitty
Vcs-Browser: https://salsa.debian.org/mailman-team/hyperkitty
Vcs-Git: https://salsa.debian.org/mailman-team/hyperkitty.git/

Package: python3-django-hyperkitty
Architecture: all
Depends: fonts-glyphicons-halflings,
         libjs-bootstrap4,
         python3-dateutil,
         python3-django (>= 2:2.0),
         python3-django-compressor,
         python3-django-extensions,
         python3-django-gravatar2,
         python3-django-haystack (>= 2.8.0),
         python3-django-mailman3 (>= 1.3.3),
         python3-django-q,
         python3-djangorestframework,
         python3-elasticsearch,
         python3-flufl.lock,
         python3-mailmanclient (>= 3.3.1),
         python3-networkx,
         python3-robot-detection,
         python3-tz,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Recommends: mailman3-web
Breaks: mailman3-web (<< 0+20180916-10~)
Conflicts: python-django-hyperkitty
Replaces: python-django-hyperkitty
Description: Web user interface to access GNU Mailman3 archives
 The hyperkitty Django app provides a web user interface
 to access GNU Mailman3 archives, and manage it. This
 interface uses django, and requires some configuration.