[ubuntu/maverick] mailutils 1:2.1+dfsg1-6 (Accepted)

Bhavani Shankar right2bhavi at gmail.com
Tue Jun 15 00:35:23 BST 2010


mailutils (1:2.1+dfsg1-6) unstable; urgency=medium

  * Follow Steve Langasek's suggestion in #555495 and make default-mta the
    preferred mail-transport-agent alternative, instead of exim4.
  * Add mailbox_lexer_parse_regular_files.diff, stolen from Git, to make
    mail work when ~/.mail exists as a directory (thanks Daniel Kahn Gillmor;
    closes: #543544).
  * Install mail as mail.mailutils and register alternatives for
    /usr/bin/mail, so the binary can co-exist with the already present
    alternative provided by bsd-mailx and heirloom-mailx (closes: #577738).
  * Include the c_api.so in python-mailutils, otherwise it's completely
    useless. Thanks Wojciech Polak for spotting this. NB: this change
    temporarily makes python-mailutils support python 2.5 only. This
    should be fixed for the next upload.
  * Make the Vcs-Svn and Vcs-Browser control fields point to trunk.

mailutils (1:2.1+dfsg1-5) unstable; urgency=low

  * Add a missing comma in mailutils' description (closes: #562589).
  * Conflict with bsdmainutils (<< 8.0.6) to ensure from is correctly
    registered with update-alternatives (see #565530 and #565596).
  * Special case "mail" and "comsatd" during manpage generation as their
    slightly different usage output breaks automatic detection of whatis
    info.
  * Remove old postinst code for rare sarge upgrade conditions.
  * Remove mailutils.preinst, which only holds code from 2002 to remove
    leftover elm+ diversions.
  * Generate a manpage for sieve.scm. The following changes are needed:
    - Set $GUILE_LOAD_PATH to the package's installdir
    - Temporarily modify the hardcoded mailutils libs path in mailutils.scm
      so sieve.scm can open them.
    - Introduce sieve.scm_help_output.diff to modify sieve.scm's --help
      output in order to make help2man happy.
  * Add a note to all manpages explaining their origin, and that bugs
    concerning their contents should not be sent upstream.
  * Fix the python install path to include "*-packages" so it works with
    python2.6 (closes: #571497).
  * Comment out the AM_GNU_RADIUS check from configure.ac, as the m4 is
    not available in the tarball nor in any current Debian package. Thanks
    to Kamal Mostafa, for the patch applied in Ubuntu (closes: #568484).
  * Switch to DpkgSource version 3.0 (quilt). Remove include for CDBS' quilt
    rules, README.source and quilt Build-Dependency.
  * Refresh patches.
  * Add a Lintian override for Mailutils MH binary directory. We want to be
    co-installable with MH-E, so for now we use another directory.
  * Bump Standards-Version to 3.8.4, no changes needed.

Date: Mon, 19 Apr 2010 01:11:38 +0200
Changed-By: Bhavani Shankar <right2bhavi at gmail.com>
Maintainer: Jordi Mallach <jordi at debian.org>
Signed-By: Benjamin Drung <benjamin.drung at gmail.com>
Origin: debian/unstable
https://launchpad.net/ubuntu/maverick/+source/mailutils/1:2.1+dfsg1-6
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 19 Apr 2010 01:11:38 +0200
Source: mailutils
Binary: libmailutils2 libmailutils-dev mailutils mailutils-imap4d mailutils-pop3d mailutils-comsatd mailutils-guile mailutils-mh python-mailutils
Architecture: source
Version: 1:2.1+dfsg1-6
Distribution: maverick
Urgency: medium
Maintainer: Jordi Mallach <jordi at debian.org>
Changed-By: Bhavani Shankar <right2bhavi at gmail.com>
Description: 
 libmailutils-dev - Development files for GNU mailutils
 libmailutils2 - GNU Mail abstraction library
 mailutils  - GNU mailutils utilities for handling mail
 mailutils-comsatd - GNU mailutils-based comsatd daemon
 mailutils-guile - GNU mailutils Guile interpreter and modules
 mailutils-imap4d - GNU mailutils-based IMAP4 Daemon
 mailutils-mh - GNU mailutils-based MH utilities
 mailutils-pop3d - GNU mailutils-based POP3 Daemon
 python-mailutils - GNU Mail abstraction library (Python interface)
Closes: 543544 562589 568484 571497 577738
Changes: 
 mailutils (1:2.1+dfsg1-6) unstable; urgency=medium
 .
   * Follow Steve Langasek's suggestion in #555495 and make default-mta the
     preferred mail-transport-agent alternative, instead of exim4.
   * Add mailbox_lexer_parse_regular_files.diff, stolen from Git, to make
     mail work when ~/.mail exists as a directory (thanks Daniel Kahn Gillmor;
     closes: #543544).
   * Install mail as mail.mailutils and register alternatives for
     /usr/bin/mail, so the binary can co-exist with the already present
     alternative provided by bsd-mailx and heirloom-mailx (closes: #577738).
   * Include the c_api.so in python-mailutils, otherwise it's completely
     useless. Thanks Wojciech Polak for spotting this. NB: this change
     temporarily makes python-mailutils support python 2.5 only. This
     should be fixed for the next upload.
   * Make the Vcs-Svn and Vcs-Browser control fields point to trunk.
 .
 mailutils (1:2.1+dfsg1-5) unstable; urgency=low
 .
   * Add a missing comma in mailutils' description (closes: #562589).
   * Conflict with bsdmainutils (<< 8.0.6) to ensure from is correctly
     registered with update-alternatives (see #565530 and #565596).
   * Special case "mail" and "comsatd" during manpage generation as their
     slightly different usage output breaks automatic detection of whatis
     info.
   * Remove old postinst code for rare sarge upgrade conditions.
   * Remove mailutils.preinst, which only holds code from 2002 to remove
     leftover elm+ diversions.
   * Generate a manpage for sieve.scm. The following changes are needed:
     - Set $GUILE_LOAD_PATH to the package's installdir
     - Temporarily modify the hardcoded mailutils libs path in mailutils.scm
       so sieve.scm can open them.
     - Introduce sieve.scm_help_output.diff to modify sieve.scm's --help
       output in order to make help2man happy.
   * Add a note to all manpages explaining their origin, and that bugs
     concerning their contents should not be sent upstream.
   * Fix the python install path to include "*-packages" so it works with
     python2.6 (closes: #571497).
   * Comment out the AM_GNU_RADIUS check from configure.ac, as the m4 is
     not available in the tarball nor in any current Debian package. Thanks
     to Kamal Mostafa, for the patch applied in Ubuntu (closes: #568484).
   * Switch to DpkgSource version 3.0 (quilt). Remove include for CDBS' quilt
     rules, README.source and quilt Build-Dependency.
   * Refresh patches.
   * Add a Lintian override for Mailutils MH binary directory. We want to be
     co-installable with MH-E, so for now we use another directory.
   * Bump Standards-Version to 3.8.4, no changes needed.
Checksums-Sha1: 
 f35e5c5829ff7bdfd9b547c2b05643e19e9f92c3 2374 mailutils_2.1+dfsg1-6.dsc
 af77b23c17e95f9be30aa9142710cc89d94be5a7 29619 mailutils_2.1+dfsg1-6.debian.tar.gz
Checksums-Sha256: 
 5ff0456f38ff7f63d637a62f87929e180550e660ddc5b637010237f83e73a4f5 2374 mailutils_2.1+dfsg1-6.dsc
 719a31529ad847404889ea36ce61b2763ce297b14d08501e27cb8775339acb26 29619 mailutils_2.1+dfsg1-6.debian.tar.gz
Files: 
 1c97f04be1c6ab1cef3e5daf7ee6a702 2374 mail optional mailutils_2.1+dfsg1-6.dsc
 6010a6c24b72493ad232e03b61413e2d 29619 mail optional mailutils_2.1+dfsg1-6.debian.tar.gz
Origin: debian/unstable
Launchpad-Bugs-Fixed: 590710

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCgAGBQJMFrZvAAoJEBWetcTvyHdMpiUP/0RpEr70lVM1ZiIa0AWD+ozL
LD7XWWr9yzWAj/e3Y1yDSDxXX5FXKW2U6AFkdnVSA7QMplJjBM9a0ZqZ15A/YTgz
vrepGuvj6Q/InPHnsUF8Pe2npRwsNYbR42ZNNGolx21yz8SNk+Oam+1CZ0MATZE+
E9Gt1b/Pa0f47KrrC3RZ5/HPqG5TBYv0b4hvJRMxISA/bRvxRXcHMVvkBvlakEe7
ahVby7YGe9sU/AWwm3K7naiCG3kf2EIosKtXi6H/qZLwKiUVKXgJBcUtcqNz4Sxq
zHmGBwYdjT8dfwokQE17D4Va8zupDsxFeO2x9QbXKij3+x2LaDfl9imeh3ZqoaLK
jfHUzAH+4PpzmP33yS4t1/AIz0tmb53ncNsOdT7k95rAeMS1JVmb6HFjwA/VjQBF
PZXnh6OmT5gGL5Emyj2sLoSjkzZGnhS4I+MHqxmrg/Hqts6Rk+OYfSPM1KgboOYB
wWwzzJ3RS79wH36zZeN6LOYwknBI+AqiOYPzZd/cuupAKfVjSzEDNXDqBGEzNUWh
mW/B2R5ITN0janHly6FK8heRr4YrFoavqYsT09E2gxCvAq0ihW6LjFkoHL6vann8
aSvIkSsokprSVbkX0e+2KAuIug0wmZurunbIEwxysZaaUa1QhcP/BitmdTzDQ7qx
mozCwGTon2qyp66B8MZS
=++2s
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list