Your message dated Wed, 22 Apr 2009 03:47:03 +0000
with message-id <[email protected]>
and subject line Bug#524169: fixed in apticron 1.1.30
has caused the Debian Bug report #524169,
regarding apticron: Uses non-standard -a option when invoking mailx
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
524169: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524169
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apticron
Version: 1.1.27
Severity: normal
Tags: patch
Hello,
Apticron uses the -a option, which for different mailx packages means different
things. With bsd-mailx, it means adding a header ; with heirloom-mailx, it
means attaching a file.
Since you are already depending on bsd-mailx, why don't you just do what you
want, that is invoking /usr/bin/bsd-mailx instead of /usr/bin/mailx which may
be a symlink to one or the other ? As in :
--- /usr/sbin/apticron 2009-01-31 16:18:46.000000000 +0100
+++ apticron 2009-04-15 11:12:16.000000000 +0200
@@ -240 +240 @@
- ) 2>&1 | /usr/bin/mailx -a "Content-type: text/plain; charset=UTF-8" -s
"$DISTRIB_ID package updates on $SYSTEM" $EMAIL
+ ) 2>&1 | /usr/bin/bsd-mailx -a "Content-type: text/plain; charset=UTF-8" -s
"$DISTRIB_ID package updates on $SYSTEM" $EMAIL
-- System Information:
Debian Release: 5.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages apticron depends on:
ii apt 0.7.20.2 Advanced front-end for dpkg
ii bsd-mailx 8.1.2-0.20071201cvs-3 A simple mail user agent
ii debconf [debconf-2 1.5.24 Debian configuration management sy
ii ucf 3.0016 Update Configuration File: preserv
Versions of packages apticron recommends:
ii apt-listchanges 2.83 package change history notificatio
ii iproute 20080725-2 networking and traffic control too
apticron suggests no packages.
-- debconf information excluded
--- End Message ---
--- Begin Message ---
Source: apticron
Source-Version: 1.1.30
We believe that the bug you reported is fixed in the latest version of
apticron, which is due to be installed in the Debian FTP archive:
apticron_1.1.30.dsc
to pool/main/a/apticron/apticron_1.1.30.dsc
apticron_1.1.30.tar.gz
to pool/main/a/apticron/apticron_1.1.30.tar.gz
apticron_1.1.30_all.deb
to pool/main/a/apticron/apticron_1.1.30_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Tiago Bortoletto Vaz <[email protected]> (supplier of updated apticron
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 21 Apr 2009 22:40:46 -0400
Source: apticron
Binary: apticron
Architecture: source all
Version: 1.1.30
Distribution: unstable
Urgency: low
Maintainer: Tiago Bortoletto Vaz <[email protected]>
Changed-By: Tiago Bortoletto Vaz <[email protected]>
Description:
apticron - simple tool to mail about pending package updates
Closes: 524169
Changes:
apticron (1.1.30) unstable; urgency=low
.
* Call /usr/bin/bsd-mailx instead of /usr/bin/mailx in order to avoid using
an incompatible mailx packages such as heirloom-mailx. Note that it will
work considering heirloom-mailx will not provide bsd-mailx - which I guess
so. Thanks to Frédéric Perrin. (Closes: 524169)
* debian/control:
+ Update Policy version to 3.8.1;
Checksums-Sha1:
bab1a067c815adb0c7c46cfac0054696d6bce813 973 apticron_1.1.30.dsc
1d6dd906faebe9b9d545b35a00887f3ef9de2b38 15917 apticron_1.1.30.tar.gz
e968ef34ba9c575035723d46b5b9cb4b0073811d 15172 apticron_1.1.30_all.deb
Checksums-Sha256:
ce94c63401e2ab7b038b7eed64dff28f160435e172bc7997e5a3e59388b48dbe 973
apticron_1.1.30.dsc
22e69a53feb96198ef4fe20708dc13d7a81e4df8e9b8750ac13899cbd630886a 15917
apticron_1.1.30.tar.gz
cd2bcd2d091b580eae5252268218cbb92d394bae1d5458a1912e5ae337829b74 15172
apticron_1.1.30_all.deb
Files:
91cf34cc97c225f811946e7ac542d559 973 admin extra apticron_1.1.30.dsc
d4db904a282f7c4a2c1e3935a0141dd6 15917 admin extra apticron_1.1.30.tar.gz
758b813f37f7fd0e371e8675e0ba910a 15172 admin extra apticron_1.1.30_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAknukI0ACgkQaQ1iFKUE/so/LwCfdvsp9a1nv0FWqhjRycT8N5lI
LN8AnAsh1DJIA4JErtBI0WiLoV+bmxBU
=lawP
-----END PGP SIGNATURE-----
--- End Message ---