[med-svn] [Git][med-team/mgltools-mglutil][master] Fix ImageTK import to use Debian package
Michael R. Crusoe
gitlab at salsa.debian.org
Mon Feb 4 13:21:32 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / mgltools-mglutil
Commits:
ef2d0ebf by Michael R. Crusoe at 2019-02-04T13:14:00Z
Fix ImageTK import to use Debian package
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/debian-pil
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mgltools-mglutil (1.5.7-5) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fix ImageTK import to use Debian package
+
+ -- Michael R. Crusoe <michael at debian> Mon, 04 Feb 2019 15:13:24 +0200
+
mgltools-mglutil (1.5.7-4) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -21,7 +21,8 @@ Depends: ${shlibs:Depends},
mgltools-sff,
python-pmw,
python-zsi,
- idle|idle-python2.7|idle-python2.6
+ idle|idle-python2.7|idle-python2.6,
+ python-pil.imagetk
Recommends: qhull-bin
Suggests: tcsh
Description: Molecular Graphics Laboratory utility collection
=====================================
debian/patches/debian-pil
=====================================
@@ -0,0 +1,12 @@
+--- mgltools-mglutil.orig/mglutil/gui/BasicWidgets/Tk/toolbarbutton.py
++++ mgltools-mglutil/mglutil/gui/BasicWidgets/Tk/toolbarbutton.py
+@@ -8,7 +8,8 @@
+ #
+ ##########################################################################
+
+-import Tkinter, ImageTk
++import Tkinter
++from PIL import ImageTk
+ import Pmw
+ import string, time, os
+
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
fix_assertion.patch
fix_shebangs.patch
idlelib_tk_type_None_issue.patch
+debian-pil
View it on GitLab: https://salsa.debian.org/med-team/mgltools-mglutil/commit/ef2d0ebfebec1059118c67761b89e4ff2ca5b25a
--
View it on GitLab: https://salsa.debian.org/med-team/mgltools-mglutil/commit/ef2d0ebfebec1059118c67761b89e4ff2ca5b25a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190204/49a684ee/attachment-0001.html>
More information about the debian-med-commit
mailing list