r36075 - in /packages/bibus/trunk/debian: changelog patches/do-not-import-SearcheTBlast-py.patch patches/series

beathovn-guest at users.alioth.debian.org beathovn-guest at users.alioth.debian.org
Sat Dec 12 22:10:51 UTC 2009


Author: beathovn-guest
Date: Sat Dec 12 22:10:50 2009
New Revision: 36075

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36075
Log:
Removing any references to SearcheTBlast.py to avoid calling ClientForm.py, which is no longer shipped and not yet Depend:-ed-upon.

Added:
    packages/bibus/trunk/debian/patches/do-not-import-SearcheTBlast-py.patch
Modified:
    packages/bibus/trunk/debian/changelog
    packages/bibus/trunk/debian/patches/series

Modified: packages/bibus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/changelog?rev=36075&op=diff
==============================================================================
--- packages/bibus/trunk/debian/changelog (original)
+++ packages/bibus/trunk/debian/changelog Sat Dec 12 22:10:50 2009
@@ -1,3 +1,11 @@
+bibus (1.5.1-3) unstable; urgency=low
+
+  * Added patch do-not-import-SearcheTBlast-py.patch to finally avoid any calls
+    to ClientForm.py (thanks to Jonathan Schultz for noticing and reporting the
+    problem)
+
+ -- Jan Beyer <jan at beathovn.de>  Sat, 12 Dec 2009 22:53:48 +0100
+
 bibus (1.5.1-2) unstable; urgency=low
 
   * Remove mentioning of eTBlast access from long description

Added: packages/bibus/trunk/debian/patches/do-not-import-SearcheTBlast-py.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/patches/do-not-import-SearcheTBlast-py.patch?rev=36075&op=file
==============================================================================
--- packages/bibus/trunk/debian/patches/do-not-import-SearcheTBlast-py.patch (added)
+++ packages/bibus/trunk/debian/patches/do-not-import-SearcheTBlast-py.patch Sat Dec 12 22:10:50 2009
@@ -1,0 +1,30 @@
+Author: Jan Beyer <jan at beathovn.de>
+Copyright: Copyright 2009 Jan Beyer
+License: The same as the Bibus packaging.
+Description: Remove any references to SearcheTBlast.py, as this one calls
+  ClientForm.py, which is removed due to being an embedded code copy and also
+  not needed, as SearcheTBlast.py is not functional at the moment.
+
+--- bibus-1.5.1.orig/BibFrame.py
++++ bibus-1.5.1/BibFrame.py
+@@ -24,7 +24,7 @@
+ import Utilities.title_case	# Not needed here but force import when Freezing
+ import CodecChoice, codecs
+ ###Mounir Errami Imports
+-import SearcheTBlast
++#import SearcheTBlast
+ 
+ class BibFrame(wx.Frame):
+     def __init__(self, *args, **kwds):
+@@ -1260,8 +1260,9 @@
+     def onMenueTBlastSearch(self,event):
+         #print "EtBlastSearch"
+         #self.db.deleteOnline()
+-        search = SearcheTBlast.SearcheTBlast(self.db,self,-1,u'')
+-        search.Show(True)
++        #search = SearcheTBlast.SearcheTBlast(self.db,self,-1,u'')
++        #search.Show(True)
++        True
+ 
+ # -----------------------------------------------------------------------------------------------------------------
+ # -------------------------------------- Printing support ---------------------------------------------------------

Modified: packages/bibus/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/patches/series?rev=36075&op=diff
==============================================================================
--- packages/bibus/trunk/debian/patches/series (original)
+++ packages/bibus/trunk/debian/patches/series Sat Dec 12 22:10:50 2009
@@ -1,2 +1,3 @@
+do-not-import-SearcheTBlast-py.patch
 fix-img-tags.patch
 install-screenshots.patch




More information about the debian-science-commits mailing list