File: control

package info (click to toggle)
postorius 1.3.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,692 kB
  • sloc: python: 11,846; javascript: 11,813; makefile: 149; sh: 6
file content (47 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
38
39
40
41
42
43
44
45
46
47
Source: postorius
Maintainer: Debian Mailman Team <pkg-mailman-hackers@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>,
           Jonas Meurer <jonas@freesources.org>,
           Jordi Mallach <jordi@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               furo,
               pybuild-plugin-pyproject,
               python3-all,
               python3-django,
               python3-pdm,
               python3-pdm-backend,
               python3-readme-renderer,
               python3-setuptools,
               python3-six,
               python3-sphinx,
               python3-sphinx-rtd-theme
Standards-Version: 4.7.2
Homepage: https://gitlab.com/mailman/postorius
Vcs-Browser: https://salsa.debian.org/mailman-team/postorius
Vcs-Git: https://salsa.debian.org/mailman-team/postorius.git

Package: python3-django-postorius
Architecture: all
Depends: libjs-jquery,
         libjs-bootstrap5,
         fonts-font-awesome,
         fonts-glyphicons-halflings,
         python3-cmarkgfm,
         python3-django (<< 3:4.3),
         python3-django (>= 3:3.2),
         python3-django-mailman3 (>= 1.3.10),
         python3-mailmanclient (>= 3.3.3),
         python3-readme-renderer,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Recommends: mailman3-web
Conflicts: python-django-postorius
Replaces: python-django-postorius
Description: Web user interface to access GNU Mailman3
 The Postorius Django app provides a web user interface
 to access GNU Mailman3, and manage it. This interface
 uses django, and requires some configuration.