Package: qa.debian.org Severity: normal User: [email protected] Usertags: udd Tags: patch
Hi, the attached patch adjusts the AppArmor bug type to match organizational changes toward stronger team maintenance of the corresponding packages. Please consider applying it. Thanks! Cheers, -- intrigeri
>From ca41002525a53198a42ebb00cebed0126d343468 Mon Sep 17 00:00:00 2001 From: intrigeri <[email protected]> Date: Fri, 29 Aug 2014 03:16:31 +0000 Subject: [PATCH] Update the AppArmor bug type to match organizational changes. The `apparmor' package and the policy profiles ones will now be maintained by a single, unified team: pkg-apparmor. --- web/bugs.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/bugs.cgi b/web/bugs.cgi index 15f479c..b6c6565 100755 --- a/web/bugs.cgi +++ b/web/bugs.cgi @@ -83,7 +83,7 @@ TYPES = [ ['games', 'Games team', "bugs.source in (select source from sources where maintainer ~ '[email protected]')\n"], ['multimedia', 'Multimedia team', "bugs.source in (select source from sources where maintainer ~ '[email protected]')"], ['otr', 'pkg-otr-team bugs', "bugs.source in (select source from sources where maintainer ~ '[email protected]' or uploaders ~ '[email protected]')"], - ['aa-profiles', 'pkg-aa-profiles-team bugs', "bugs.source in (select source from sources where maintainer ~ '[email protected]' or uploaders ~ '[email protected]')"], + ['apparmor', 'AppArmor team', "bugs.source in (select source from sources where maintainer ~ '[email protected]' or uploaders ~ '[email protected]')"], ['kfreebsd', 'GNU/kFreeBSD bugs', 'id in (select id from bugs_usertags where email = \'[email protected]\' and tag=\'kfreebsd\')', false], ['hurd', 'GNU/Hurd bugs', 'id in (select id from bugs_usertags where email = \'[email protected]\' and tag=\'hurd\')', false], ['gift', 'bugs tagged <a href="https://wiki.debian.org/qa.debian.org/GiftTag">Gift</a>', 'id in (select id from bugs_usertags where email = \'[email protected]\' and tag=\'gift\')', false], -- 2.1.0

