Package: qa.debian.org Severity: normal User: qa.debian....@packages.debian.org 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 <intrig...@debian.org> 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 ~ 'pkg-games-de...@lists.alioth.debian.org')\n"], ['multimedia', 'Multimedia team', "bugs.source in (select source from sources where maintainer ~ 'pkg-multimedia-maintain...@lists.alioth.debian.org')"], ['otr', 'pkg-otr-team bugs', "bugs.source in (select source from sources where maintainer ~ 'pkg-otr-t...@lists.alioth.debian.org' or uploaders ~ 'pkg-otr-t...@lists.alioth.debian.org')"], - ['aa-profiles', 'pkg-aa-profiles-team bugs', "bugs.source in (select source from sources where maintainer ~ 'pkg-aa-profiles-t...@lists.alioth.debian.org' or uploaders ~ 'pkg-aa-profiles-t...@lists.alioth.debian.org')"], + ['apparmor', 'AppArmor team', "bugs.source in (select source from sources where maintainer ~ 'pkg-apparmor-t...@lists.alioth.debian.org' or uploaders ~ 'pkg-apparmor-t...@lists.alioth.debian.org')"], ['kfreebsd', 'GNU/kFreeBSD bugs', 'id in (select id from bugs_usertags where email = \'debian-...@lists.debian.org\' and tag=\'kfreebsd\')', false], ['hurd', 'GNU/Hurd bugs', 'id in (select id from bugs_usertags where email = \'debian-h...@lists.debian.org\' 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 = \'debian-qa@lists.debian.org\' and tag=\'gift\')', false], -- 2.1.0