Package: reportbug
Version: 7.1.8
Severity: important
Tags: patch

About a decade ago a feature was added to reportbug to CC the testing
security team for all security-relevant bug reports. That team doesn't
exist for a long time now and the mailing list will soon stop working
when Alioth gets shut down, so let's clean this up.

Patch attached.

Cheers,
        Moritz
diff -aur reportbug-7.1.8.orig/bin/reportbug reportbug-7.1.8/bin/reportbug
--- reportbug-7.1.8.orig/bin/reportbug  2017-12-29 05:25:43.000000000 +0100
+++ reportbug-7.1.8/bin/reportbug       2018-01-30 13:46:11.497443447 +0100
@@ -2083,9 +2083,8 @@
                 incfiles = addinfo
 
         if bts == 'debian' and 'security' in taglist and sendto != 
't...@security.debian.org':
-            ewrite('Will send a CC of this report to the Debian Security and 
Testing Security Team.\n')
+            ewrite('Will send a CC of this report to the Debian Security 
Team.\n')
             listcc += ['Debian Security Team <t...@security.debian.org>']
-            listcc += ['Debian Testing Security Team 
<secure-testing-t...@lists.alioth.debian.org>']
 
         # Prepare bug report
         if self.options.kudos:

Reply via email to