Author: alteholz Date: 2014-01-19 16:20:36 +0000 (Sun, 19 Jan 2014) New Revision: 15838
Added: trunk/packages/mgltools/pmv/trunk/debian/patches/font.patch Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog trunk/packages/mgltools/pmv/trunk/debian/control trunk/packages/mgltools/pmv/trunk/debian/patches/series Log: possible fix for startup problems Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/changelog 2014-01-19 16:20:10 UTC (rev 15837) +++ trunk/packages/mgltools/pmv/trunk/debian/changelog 2014-01-19 16:20:36 UTC (rev 15838) @@ -1,3 +1,10 @@ +mgltools-pmv (1.5.7~rc1~cvs.20130519-2) unstable; urgency=low + + * add patch for font definition (Closes: #734184) + * debian/control: change VCS fields + + -- Thorsten Alteholz <[email protected]> Sun, 19 Jan 2014 17:00:00 +0100 + mgltools-pmv (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low * New upstream version. Modified: trunk/packages/mgltools/pmv/trunk/debian/control =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/control 2014-01-19 16:20:10 UTC (rev 15837) +++ trunk/packages/mgltools/pmv/trunk/debian/control 2014-01-19 16:20:36 UTC (rev 15838) @@ -9,9 +9,9 @@ Thorsten Alteholz <[email protected]> Build-Depends: debhelper (>= 8), python-all (>= 2.6) Standards-Version: 3.9.4 -XS-Python-Version: >= 2.5 -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/pmv/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/pmv/trunk/ +XS-Python-Version: >= 2.5, << 3.0 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mgltools/pmv/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mgltools/pmv/trunk/ Homepage: http://mgltools.scripps.edu/ Package: mgltools-pmv Added: trunk/packages/mgltools/pmv/trunk/debian/patches/font.patch =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/patches/font.patch (rev 0) +++ trunk/packages/mgltools/pmv/trunk/debian/patches/font.patch 2014-01-19 16:20:36 UTC (rev 15838) @@ -0,0 +1,29 @@ +Description: Changing font parameter +Author: Thorsten Alteholz <[email protected]> +Last-Update: 2014-01-14 +Index: pmv-prepatch/Pmv/moleculeViewer.py +=================================================================== +--- pmv-prepatch.orig/Pmv/moleculeViewer.py 2013-02-01 20:34:48.000000000 +0100 ++++ pmv-prepatch/Pmv/moleculeViewer.py 2014-01-14 15:27:27.000000000 +0100 +@@ -1026,7 +1026,7 @@ + self.GUI.toolsButtonBarMaster, width=10, + var=self.GUI.toolsButtonBarTabVar, + value='Dashbord', indicatoron=False, +- text='Dashboard', font=('Helvetica', '', 10), padx=3, pady=0) ++ text='Dashboard', font=('Helvetica', 10), padx=3, pady=0) + + button.pack(side='left', anchor='w') + def adjustWidth(): +Index: pmv-prepatch/Pmv/pickingToolsCommands.py +=================================================================== +--- pmv-prepatch.orig/Pmv/pickingToolsCommands.py 2012-04-25 20:34:07.000000000 +0200 ++++ pmv-prepatch/Pmv/pickingToolsCommands.py 2014-01-14 15:26:59.000000000 +0100 +@@ -62,7 +62,7 @@ + self.vf.GUI.toolsButtonBarMaster, width=10, + var=self.vf.GUI.toolsButtonBarTabVar, + value='Tools', indicatoron=False, +- text='Tools', font=('Helvetica', '', 10), padx=3, pady=0) ++ text='Tools', font=('Helvetica', 10), padx=3, pady=0) + button.pack(side='left', anchor='w') + #button = self.vf.GUI.toolsNoteBook.tab(2) + button.configure(command=self.adjustWidth) Modified: trunk/packages/mgltools/pmv/trunk/debian/patches/series =================================================================== --- trunk/packages/mgltools/pmv/trunk/debian/patches/series 2014-01-19 16:20:10 UTC (rev 15837) +++ trunk/packages/mgltools/pmv/trunk/debian/patches/series 2014-01-19 16:20:36 UTC (rev 15838) @@ -6,3 +6,6 @@ #blenderPmvClientGUI.patch syntax_fixes.patch + +font.patch +indentiationStylesCommands.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
