[med-svn] [pycorrfit] 06/07: Add patch fixing GUI start issue
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Wed Sep 6 12:40:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository pycorrfit.
commit b5b2b00d7b9588664b06489919be366b3ba17ca9
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Wed Sep 6 14:32:59 2017 +0200
Add patch fixing GUI start issue
---
debian/patches/fix_entry_point_for_gui.patch | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/fix_entry_point_for_gui.patch b/debian/patches/fix_entry_point_for_gui.patch
new file mode 100644
index 0000000..995b2cb
--- /dev/null
+++ b/debian/patches/fix_entry_point_for_gui.patch
@@ -0,0 +1,15 @@
+From: Alex Mestiashvili <mailatgoogl at gmail.com>
+Origin: https://github.com/FCS-analysis/PyCorrFit/commit/6eb76e09b9418c57d14bd71e62ad7b64272c452b
+Description: Fix pycorfit GUI start
+--- pycorrfit.orig/setup.py
++++ pycorrfit/setup.py
+@@ -122,7 +122,7 @@
+ tests_require=["pytest", "urllib3", "simplejson"],
+ # scripts
+ entry_points={
+- "gui_scripts": ["{name:s}={name:s}:Main".format(
+- **{"name":name})]
++ "gui_scripts": ["{name:s}={name:s}.gui.main:Main".format(
++ **{"name":name})]
+ }
+ )
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d8059be
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_entry_point_for_gui.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pycorrfit.git
More information about the debian-med-commit
mailing list