Comment 7 for bug 264750

Revision history for this message
James Westby (james-w) wrote :

Hi,

Here's the changelog that I went with in the end, I hope
it is ok for you:

diff -u umit-0.9.5/debian/changelog umit-0.9.5/debian/changelog
--- umit-0.9.5/debian/changelog
+++ umit-0.9.5/debian/changelog
@@ -1,3 +1,20 @@
+umit (0.9.5-0ubuntu2) intrepid; urgency=low
+
+ * debian/patches/bugregister.patch: When an automatic bug report was filed
+ in trac the developers were not able to close it. This is fixed by
+ setting the bug to new when it is filed.
+ - http://trac.umitproject.org/ticket/44
+ - debian/patches/setup.patch: Put the modules dir at the start of
+ sys.path so that it is not overriden by other things in the path
+ (LP: #264750)
+ - http://trac.umitproject.org/changeset/3742
+ * debian/patches/root.patch: Catch gobject.GError to prevent cancelling
+ gksu causing a traceback, and hence a bug to be filed automatically.
+ - fixed extraports warning: Scans made with extraports used was crashing
+ with a traceback (http://trac.umitproject.org/changeset/3628).
+
+ -- Luis A. Bastiao Silva <email address hidden> Thu, 04 Sep 2008 16:18:23 +0100
+

Thanks,

James