Re: [PATCH 2/2] dmd.cgi: Show only packages with this maintainer in sid or experimental.

2012-07-13 Thread Lucas Nussbaum
On 13/07/12 at 13:01 -0600, Tim Retout wrote: > 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

[PATCH 2/2] dmd.cgi: Show only packages with this maintainer in sid or experimental.

2012-07-13 Thread Tim Retout
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

[PATCH 1/2] dmd.cgi: Sort testing-only RC bugs after unstable RC bugs.

2012-07-13 Thread Tim Retout
--- web/inc/dmd-data.rb |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/inc/dmd-data.rb b/web/inc/dmd-data.rb index d777d23..3efd1c1 100755 --- a/web/inc/dmd-data.rb +++ b/web/inc/dmd-data.rb @@ -221,6 +221,7 @@ and source not in (select source from upload_history

[PATCH] Add a missing word in a string of DMD

2012-07-13 Thread =?UTF-8?q?C=C3=A9dric=20Boutillier?=
Hi! I noticed that one of the strings describing the state of a package in the Debian Maintainer Dashboard was missing a word. Here is a trivial patch fixing this. Thanks! Cédric --- web/inc/dmd-data.rb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/inc/dmd-data.rb