[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-77-ga00083f

Sandro Tosi morph at debian.org
Wed Mar 24 19:49:40 UTC 2010


The following commit has been merged in the master branch:
commit a00083fca2588f62b041fa7a69671615ed4e8275
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Mar 24 20:48:53 2010 +0100

    fix description for 'experimental' tag; thanks to Raphael Rigo for the report; Closes: #575044

diff --git a/debian/changelog b/debian/changelog
index 251cd07..3f96333 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+reportbug (4.12) UNRELEASED; urgency=low
+
+  * reportbug/debianbts.py
+    - fix description for 'experimental' tag; thanks to Raphael Rigo for the
+      report; Closes: #575044
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 24 Mar 2010 20:48:01 +0100
+
 reportbug (4.11) unstable; urgency=low
 
   [ Luca Bruno ]
diff --git a/reportbug/debianbts.py b/reportbug/debianbts.py
index dc39f68..14830bb 100644
--- a/reportbug/debianbts.py
+++ b/reportbug/debianbts.py
@@ -649,7 +649,7 @@ TAGS = {
     'lenny' : 'This bug only applies to the lenny release (Debian 5.0).',
     'squeeze' : 'This bug only applies to the squeeze release.',
     'sid' : 'This bug only applies to the unstable branch of Debian.',
-    'experimental' : 'This bug only applies to the unstable branch of Debian.',
+    'experimental' : 'This bug only applies to the experimental branch of Debian.',
     'l10n' : 'This bug reports a localization/internationalization issue.'
     }
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list