[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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 b/web/inc/dmd-data.rb
index d777d23..db2e7da 100755
--- a/web/inc/dmd-data.rb
+++ b/web/inc/dmd-data.rb
@@ -251,7 +251,7 @@ and source not in (select source from upload_history where date > (current_date
       if v['in_testing_age'].nil?
         if v['debian_age'] > MIN_AGE_IN_DEBIAN
         @dmd_todos << { :type => 'testing migration', :source => src,
-                        :description => "Has been in Debian for #{v['debian_age']}, but never migrated to testing (see <a href=\"http://qa.debian.org/excuses.php?package=#{src}\";>excuses</a>)" }
+                        :description => "Has been in Debian for #{v['debian_age']} days, but never migrated to testing (see <a href=\"http://qa.debian.org/excuses.php?package=#{src}\";>excuses</a>)" }
         end
       elsif v['in_testing_age'] > 1 # in case there's some incoherency in udd
         @dmd_todos << { :type => 'testing migration', :source => src,
-- 
1.7.10.4

Attachment: signature.asc
Description: Digital signature


Reply to: