Your message dated Thu, 16 Feb 2006 08:47:09 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#343752: fixed in devscripts 2.9.15
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: bts
Severity: wishlist
Tags: patch
At times it would be useful to be able to use a different command from
/usr/sbin/sendmail to move mail off the system. The attached patch
creates a BTS_SENDMAIL_PROGRAM option that makes this possible.
Daniel
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental'), (1, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
--- bts.orig 2005-12-17 12:58:06.000000000 -0800
+++ bts 2005-12-17 13:07:19.000000000 -0800
@@ -259,6 +259,7 @@
my $cachemode='min';
my $refreshmode=0;
my $mailreader='mutt -f %s';
+my $sendmailprogram='/usr/sbin/sendmail';
# Next, read read configuration files and then command line
# The next stuff is boilerplate
@@ -274,6 +275,7 @@
'BTS_CACHE_MODE' => 'min',
'BTS_FORCE_REFRESH' => 'no',
'BTS_MAIL_READER' => 'mutt -f %s',
+ 'BTS_SENDMAIL_PROGRAM' => '/usr/bin/sendmail',
);
my %config_default = %config_vars;
@@ -314,6 +316,7 @@
$cachemode = $config_vars{'BTS_CACHE_MODE'};
$refreshmode = $config_vars{'BTS_FORCE_REFRESH'} eq 'yes' ? 1 : 0;
$mailreader = $config_vars{'BTS_MAIL_READER'};
+ $sendmailprogram = $config_vars{'BTS_SENDMAIL_PROGRAM'};
}
if (exists $ENV{'BUGSOFFLINE'}) {
@@ -1411,7 +1414,7 @@
exec("/bin/cat")
or die "bts: error running cat: $!\n";
} else {
- exec("/usr/sbin/sendmail", "-t")
+ exec($sendmailprogram, "-t")
or die "bts: error running sendmail: $!\n";
}
}
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: devscripts
Source-Version: 2.9.15
We believe that the bug you reported is fixed in the latest version of
devscripts, which is due to be installed in the Debian FTP archive:
devscripts_2.9.15.dsc
to pool/main/d/devscripts/devscripts_2.9.15.dsc
devscripts_2.9.15.tar.gz
to pool/main/d/devscripts/devscripts_2.9.15.tar.gz
devscripts_2.9.15_i386.deb
to pool/main/d/devscripts/devscripts_2.9.15_i386.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.
Julian Gilbey <[EMAIL PROTECTED]> (supplier of updated devscripts 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.7
Date: Thu, 16 Feb 2006 16:17:15 +0000
Source: devscripts
Binary: devscripts
Architecture: source i386
Version: 2.9.15
Distribution: unstable
Urgency: low
Maintainer: Julian Gilbey <[EMAIL PROTECTED]>
Changed-By: Julian Gilbey <[EMAIL PROTECTED]>
Description:
devscripts - Scripts to make the life of a Debian Package maintainer easier
Closes: 174858 202866 236312 339661 343752 353049
Changes:
devscripts (2.9.15) unstable; urgency=low
.
* bts: handle bts show pkg archive=yes more gracefully
* bts: require mailx | mailutils (mailutils provides mailx anyhow)
* bts: always allow Bug#NNNNNN: or #NNNNN etc. in commands (Closes:
#353049)
* bts: support caching RC bug pages (Closes: #236312)
* bts: support subscribe/unsubscribe commands (Closes: #339661)
* bts: support alternative sendmail command (Closes: #343752)
* debdiff: handle multi-binary packages and allow comparison of control
files from each corresponding pair of binary packages - thanks to
Robert Luberda <[EMAIL PROTECTED]> for the patch (Closes: #174858)
* general: improve getopt handling
* pkg-subscribe: new script to subscribe to the PTS for a limited time
period (Closes: #202866)
Files:
0b62fd247533cede657db6dbfb831d1d 691 devel optional devscripts_2.9.15.dsc
f39c7c6169747824c8e24aed5c886d29 339514 devel optional devscripts_2.9.15.tar.gz
9459399282d8895b398a19e60d0cf705 321668 devel optional
devscripts_2.9.15_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD9KhsDU59w/205FkRAmrWAJ9dz5aOeHvofSX9PPLWXS/FOmJB4QCgib+P
alrwtpiclp1Opwub4rRRTH8=
=uFgs
-----END PGP SIGNATURE-----
--- End Message ---