Your message dated Tue, 26 May 2026 10:14:14 +0000
with message-id <[email protected]>
and subject line Bug#1134418: Removed package(s) from unstable
has caused the Debian Bug report #786884,
regarding /usr/bin/rt: add stall as a first-class command
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.)
--
786884: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786884
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rt4-clients
Version: 4.2.8-3
Severity: wishlist
Tags: patch upstream
Hi,
/usr/bin/rt has first-class commands for resolve, take, give etc:
$ rt give 12345 jmw
but not to stall, which requires a construction thus:
$ rt edit 12345 set status=stalled
As this is quite a common action, at least for me, please consider the
attached patch to add stall as a valid command, resulting in:
$ rt stall 12345
Thanks.
-- System Information:
Debian Release: 8.0
APT prefers stable
APT policy: (990, 'stable'), (500, 'stable-updates'), (500,
'proposed-updates'), (500, 'unstable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages rt4-clients depends on:
ii exim4 4.84-8
ii exim4-daemon-light [mail-transport-agent] 4.84-8
ii libterm-readkey-perl 2.32-1+b1
ii libterm-readline-perl-perl 1.0303-1
ii libwww-perl 6.08-1
ii perl 5.20.2-3
Versions of packages rt4-clients recommends:
ii libio-socket-ssl-perl 2.002-2
rt4-clients suggests no packages.
-- no debconf information
Index: request-tracker4-4.2.11-1/bin/rt
===================================================================
--- request-tracker4-4.2.11-1/bin/rt
+++ request-tracker4-4.2.11-1/bin/rt
@@ -137,9 +137,9 @@
grant => ["grant", "revoke"],
take => ["take", "steal", "untake"],
quit => ["quit", "exit"],
setcommand => ["del", "delete", "give", "res", "resolve",
- "subject"],
+ "stall", "subject"],
);
my %actions;
foreach my $fn (keys %handlers) {
@@ -754,8 +754,10 @@
if ( $action eq 'delete' or $action eq 'del' ) {
$what = "status=deleted";
} elsif ($action eq 'resolve' or $action eq 'res' ) {
$what = "status=resolved";
+ } elsif ($action eq 'stall' ) {
+ $what = "status=stalled";
} elsif ($action eq 'take' ) {
$what = "owner=$config{user}";
} elsif ($action eq 'untake') {
$what = "owner=Nobody";
--- End Message ---
--- Begin Message ---
Version: 4.4.7+dfsg-4+rm
Dear submitter,
as the package request-tracker4 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1134418
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---