mailman-suite 0+20170523-13 source package in Ubuntu

Changelog

mailman-suite (0+20170523-13) unstable; urgency=medium

  [ Pierre-Elliott Bécue ]
  [ Jonas Meurer]
  * d/mailman3-web.postrm:
    - Remove all log files, also rotated ones.
  * d/README.Debian, d/TODO:
    - Package 'mailman3-core' got renamed to 'mailman3'
  * d/mailman3-web.init:
    - Fix typo in path to pidfile
    - Coding style improvements and indention fixes
  * d/mailman3-web.postinst:
    - Select user by username when deleting it from the database. This
      allows one to change the email address later.
    - Set the mail address for default admin user in ADMINS list of
      mailman-web.py to the superuser mail address from debconf.
  * d/mailman3-web.{config,postinst}, d/mailman3-web/templates:
    - Add new debconf question about Django site domain, configure it
      in postinst script.
    - Always run django-admin as user 'www-data' in maintainer scripts.

  [ Pierre-Elliott Bécue]
  * Update po/fr.po
  * d/control:
    - Raise debhelper build dependency level to 11
  * d/compat: Bump to 11

 -- Jonas Meurer <email address hidden>  Sat, 24 Mar 2018 17:39:59 +0100

Upload details

Uploaded by:
Mailman for Debian
Uploaded to:
Sid
Original maintainer:
Mailman for Debian
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mailman-suite_0+20170523-13.dsc 2.0 KiB 6187d9ca7a94dfecafb000068c1263331db22d4bcf08a0a04a2fcb9f011b1555
mailman-suite_0+20170523.orig.tar.gz 18.4 KiB bef9213b960c6db3af7f2b5129804575f9022a126214e3d2d173ffd5159aa1e5
mailman-suite_0+20170523-13.debian.tar.xz 18.7 KiB bc2a8f0978d5e01cf136953edcedcc5b6b29a95117d35cf8c86c602233162298

Available diffs

No changes file available.

Binary packages built by this source

mailman3-web: Django project integrating Mailman3 Postorius and HyperKitty

 This django web application provides the Mailman3 Postorius web interface
 and the HyperKitty mailinglist archiver integrated into one project.
 .
 The package automates most of the necessary configuration for the Django
 project (database setup, webserver configuration, secret and API key
 generation, Django project configuration) to get a ready-to-use Mailman3
 web suite.
 .
 The Mailman3 Django project runs as uWSGI daemon and optionally a webserver
 is configured as reverse proxy. In this case, the service can be accessed
 at '/mailman3'.
 .
 Default database backend is SQLite3 in order to not break automated
 installations. For productive setups, PostgreSQL or MySQL are much better
 options though. See README.Debian for further information.