X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dak%2Frm.py;h=a7e53555cb60d1ced23190c0f071612b6c62fcb6;hb=4f60e9d90d7b65f37de1137ebcfc34e8b75de7e2;hp=ec36bf4e49f57687b94e2044812c7fc5629b0cab;hpb=a3bb8f4b75f1812f14f4df676b16fb3fc0e38be9;p=dak.git 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:")