From 805e5f619ca6e828b1f235c33b1d2235719c8c01 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 17 Nov 2012 13:12:15 +0100 Subject: [PATCH] dak/rm.py: also close forwarded bug reports Bug-Debian: http://bugs.debian.org/693491 --- dak/rm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/rm.py b/dak/rm.py index ec36bf4e..a7e53555 100755 --- a/dak/rm.py +++ b/dak/rm.py @@ -525,7 +525,7 @@ def main (): utils.fubar("Closing bugs for multiple source packages is not supported. Do it yourself.") Subst_close_other["__BUG_NUMBER_ALSO__"] = "" Subst_close_other["__SOURCE__"] = source_pkg - other_bugs = bts.get_bugs('src', source_pkg, 'status', 'open') + other_bugs = bts.get_bugs('src', source_pkg, 'status', 'open', 'status', 'forwarded') if other_bugs: logfile.write("Also closing bug(s):") logfile822.write("Also-Bugs:") -- 2.39.5