When a package is adopted by another person or team, the original
maintainer will not want to see issues regarding that package.  However,
the Maintainer field will not be updated in stable or testing.  Avoid
showing those packages with the old address.
---
 web/inc/dmd-data.rb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/inc/dmd-data.rb b/web/inc/dmd-data.rb
index 3efd1c1..0ca714f 100755
--- a/web/inc/dmd-data.rb
+++ b/web/inc/dmd-data.rb
@@ -40,7 +40,7 @@ class UDDData
     maint_emails = @emails.reject { |k, v| not v.include?(:maintainer) }.keys
     if not maint_emails.empty?
       q = <<-EOF
-    select distinct source, maintainer_email from sources_uniq where release 
in ('sid', 'experimental', 'wheezy', 'squeeze') and maintainer_email in 
(#{maint_emails.map { |e| quote(e) }.join(',')})
+    select distinct source, maintainer_email from sources_uniq where release 
in ('sid', 'experimental') and maintainer_email in (#{maint_emails.map { |e| 
quote(e) }.join(',')})
       EOF
       maint_rows = dbget(q)
     else
@@ -50,7 +50,7 @@ class UDDData
     upload_emails = @emails.reject { |k, v| not v.include?(:uploader) }.keys
     if not upload_emails.empty?
       q = <<-EOF
-    select distinct source, email from uploaders where release in ('sid', 
'experimental', 'wheezy', 'squeeze') and email in (#{upload_emails.map { |e| 
quote(e) }.join(',')})
+    select distinct source, email from uploaders where release in ('sid', 
'experimental') and email in (#{upload_emails.map { |e| quote(e) }.join(',')})
       EOF
       upload_rows = dbget(q)
     else
-- 
1.7.10


-- 
To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1342206104-27390-2-git-send-email-dioc...@debian.org

Reply via email to