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

Sandro Tosi morph at debian.org
Sat Aug 7 21:36:26 UTC 2010


The following commit has been merged in the master branch:
commit 77ff04573e0d5960f7d914b4f791b2c745dc1899
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Aug 7 22:02:43 2010 +0200

    fix a typo to properly recognize free-exception; thanks to Jakub Wilk for the report; Closes: #592138

diff --git a/debian/changelog b/debian/changelog
index c77c6d9..b9b921f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+reportbug (4.12.6) UNRELEASED; urgency=low
+
+  * reportbug/debianbts.py
+    - fix a typo to properly recognize free-exception; thanks to Jakub Wilk for
+      the report; Closes: #592138
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 07 Aug 2010 21:37:37 +0200
+
 reportbug (4.12.5) unstable; urgency=low
 
   * bin/reportbug
diff --git a/reportbug/debianbts.py b/reportbug/debianbts.py
index 5c583eb..c6a3ce3 100644
--- a/reportbug/debianbts.py
+++ b/reportbug/debianbts.py
@@ -375,7 +375,7 @@ def handle_debian_release(package, bts, ui, fromaddr, timeout, online=True, http
         else:
             package = info[12] or package
 
-    if tag in ('binnmu', 'unblock', 'freeze-exceptions', 'opu', 'pu', 'rm'):
+    if tag in ('binnmu', 'unblock', 'freeze-exception', 'opu', 'pu', 'rm'):
         # FIXME: opu/pu/rm should lookup the version elsewhere
         version = info and info[0]
         if version:

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list