File: control

package info (click to toggle)
automx 0.10.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,980 kB
  • sloc: python: 1,466; sh: 93; makefile: 33; ruby: 9
file content (27 lines) | stat: -rw-r--r-- 979 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
Source: automx
Maintainer: Walter Reiner <walter.reiner@wreiner.at>
Section: mail
Priority: optional
Build-Depends: debhelper (>= 9), python-all
Standards-Version: 3.9.5
Homepage: http://automx.org
Vcs-Git: https://github.com/wreiner/automx-debian.git
Vcs-Browser: https://github.com/wreiner/automx-debian.git

Package: automx
Architecture: all
Depends: libapache2-mod-wsgi | httpd-wsgi,
         python-dateutil,
         python-ipaddr,
         python-lxml,
         python-m2crypto,
         python-memcache,
         ${misc:Depends},
         ${python:Depends}
Recommends: python-ldap | python-sqlalchemy
Suggests: python-ldap, python-mysqldb, python-sqlalchemy
Description: Provides account configuration data to mailclients
 automx runs as a WSGI webservice and generates XML output which is used by the
 users mail client to determine the configuration values needed to use the mail
 service, like address of IMAP or SMTP service, the username syntax to login
 and so on.