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

Sandro Tosi morph at debian.org
Mon Jun 7 19:09:23 UTC 2010


The following commit has been merged in the master branch:
commit 06a697ab364a2893555e10420f909e2bb2d34989
Author: Sandro Tosi <morph at debian.org>
Date:   Mon Jun 7 20:36:07 2010 +0200

    make it work again, with a dirty trick (import 'utils' before 'debianbts')
    
    It's this way since some time ago: 'debianbts' requires 'utils' to be imported
    explicitly before it can be used

diff --git a/checks/compare_pseudo-pkgs_lists.py b/checks/compare_pseudo-pkgs_lists.py
index c5a4075..7c63b20 100644
--- a/checks/compare_pseudo-pkgs_lists.py
+++ b/checks/compare_pseudo-pkgs_lists.py
@@ -8,6 +8,7 @@
 import sys, os
 sys.path = ['.'] + sys.path
 
+from reportbug import utils
 from reportbug import debianbts
 
 import urllib, re
diff --git a/debian/changelog b/debian/changelog
index 2797d9b..55c4bd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,10 @@ reportbug (4.12.3) UNRELEASED; urgency=low
   * reportbug/ui/gtk2_ui.py
     - ask confirmation to user when closing reportbug using GTK+ UI; thanks to
       Matej Zary for the report; Closes: #574843
+  * checks/compare_pseudo-pkgs_lists.py
+    - make it work again, with a dirty trick (import 'utils' before 'debianbts')
 
- -- Sandro Tosi <morph at debian.org>  Mon, 07 Jun 2010 20:03:46 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 07 Jun 2010 20:34:44 +0200
 
 reportbug (4.12.2) unstable; urgency=low
 

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list