[med-svn] r16837 - in trunk/packages/mgltools/viewerframework/trunk/debian: . patches

Steffen Möller moeller at moszumanska.debian.org
Mon Apr 28 16:36:56 UTC 2014


Author: moeller
Date: 2014-04-28 16:36:56 +0000 (Mon, 28 Apr 2014)
New Revision: 16837

Added:
   trunk/packages/mgltools/viewerframework/trunk/debian/patches/fix_font_attribute.patch
Modified:
   trunk/packages/mgltools/viewerframework/trunk/debian/changelog
   trunk/packages/mgltools/viewerframework/trunk/debian/control
   trunk/packages/mgltools/viewerframework/trunk/debian/patches/series
Log:
Fixing crash at start time.


Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2014-04-28 16:10:44 UTC (rev 16836)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2014-04-28 16:36:56 UTC (rev 16837)
@@ -1,6 +1,8 @@
 mgltools-viewerframework (1.5.7~rc1+cvs.20140424-1) unstable; urgency=medium
 
   * New upstream version.
+  * Fixed runtime error for specifying font Helvetica for button
+  * Recommending ttf-mscorefonts-installer
 
  -- Steffen Moeller <moeller at debian.org>  Thu, 24 Apr 2014 17:40:49 +0200
 

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/control	2014-04-28 16:10:44 UTC (rev 16836)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/control	2014-04-28 16:36:56 UTC (rev 16837)
@@ -18,6 +18,7 @@
 XB-Python-Version: ${python:Versions}
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, mgltools-bhtree, idle
+Recommends: ttf-mscorefonts-installer
 Description: ViewerFramework supports building visualization applications
  This framework provides support for loading dynamically commands from
  libraries as they are needed. It has been designed to be specialized

Added: trunk/packages/mgltools/viewerframework/trunk/debian/patches/fix_font_attribute.patch
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/patches/fix_font_attribute.patch	                        (rev 0)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/patches/fix_font_attribute.patch	2014-04-28 16:36:56 UTC (rev 16837)
@@ -0,0 +1,13 @@
+Index: ViewerFramework-1.5.7~rc1+cvs.20140424/ViewerFramework/basicCommand.py
+===================================================================
+--- ViewerFramework-1.5.7~rc1+cvs.20140424.orig/ViewerFramework/basicCommand.py
++++ ViewerFramework-1.5.7~rc1+cvs.20140424/ViewerFramework/basicCommand.py
+@@ -2336,7 +2336,7 @@
+                 self.vf.GUI.toolsButtonBarMaster, width=10,
+                 var=self.vf.GUI.toolsButtonBarTabVar,
+                 value='Scenario', indicatoron=False,
+-                text='Scenario', font=('Helvetica', '', 10), padx=3, pady=0)
++                text='Scenario', font=('Helvetica',10), padx=3, pady=0)
+             button.pack(side='left', anchor='w')
+             #button = self.vf.GUI.toolsNoteBook.tab(1)
+             button.configure(command=self.adjustWidth)

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/patches/series
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/patches/series	2014-04-28 16:10:44 UTC (rev 16836)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/patches/series	2014-04-28 16:36:56 UTC (rev 16837)
@@ -1 +1,2 @@
 #20.05.2013, ta, applied upstream: do_not_assign_debug.patch
+fix_font_attribute.patch




More information about the debian-med-commit mailing list