diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 8 | 
2 files changed, 10 insertions, 6 deletions
| diff --git a/debian/changelog b/debian/changelog index ef4f0ae..fe466be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,15 +16,19 @@ mailgraph (1.14-2) UNRELEASED; urgency=low      (Closes: #370091)    * Allow extra options to be passed to mailgraph through default file      (Closes: #311437, #258980) -  * Complete rewrite of the postinst script (Closes: #513634, #337923, #283664) +  * Complete rewrite of the postinst script +    (Closes: #513634, #337923, #283664, #343726)    * Add ${misc:Depends} to the dependencies    * Make sure the rrd directory has the correct ownership    * Add mailgraph.css to the package (Closes: #513527)    * Rewrite of the init script using lsb functions:      + Call mailgraph with --daemon_pid option (Closes: #508786)      + Make sure the rrd dir is writable by the HTTP daemon (Closes: #543900) +  * Rewrite both short and longn descriptions to state Exim and Sendmail +    are also supported (Closes: #469257) +  * Add recommends for an MTA - -- Julien Valroff <julien@kirya.net>  Wed, 06 Jan 2010 20:57:23 +0100 + -- Julien Valroff <julien@kirya.net>  Wed, 06 Jan 2010 21:17:55 +0100  mailgraph (1.14-1.2) unstable; urgency=low diff --git a/debian/control b/debian/control index 38b3e69..39181f4 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ Homepage: http://mailgraph.schweikert.ch  Package: mailgraph  Architecture: all  Depends: ${misc:Depends}, libfile-tail-perl, librrds-perl -Pre-Depends: debconf | debconf-2.0 -Recommends: httpd | apache -Description: Mail statistics RRDtool frontend for Postfix +Pre-Depends: debconf +Recommends: httpd | apache, exim4 | postfix | sendmail | mail-transport-agent +Description: RRDtool frontend for Mail statistics   Mailgraph is a very simple mail statistics RRDtool frontend for - Postfix that produces daily, weekly, monthly and yearly graphs of + Postfix, Sendmail or Exim that produces daily, weekly, monthly and yearly graphs of   received/sent and bounced/rejected mail. | 
