Alexandre Mestiashvili pushed to branch master at Debian Med / pyscanfcs

Commits:
89d7e1c0 by Alexandre Mestiashvili at 2018-10-01T09:36:06Z
Add patch fixing module 'pyscanfcs' has no attribute 'Main' 
issue

- - - - -
fb9db1f0 by Alexandre Mestiashvili at 2018-10-01T09:38:52Z
Update changelog

Gbp-Dch: Ignore

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/gui_scripts.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,12 +1,13 @@
-pyscanfcs (0.3.0+dfsg-1) UNRELEASED; urgency=medium
+pyscanfcs (0.3.0+dfsg-1) unstable; urgency=medium
 
   [ Steffen Möller ]
   * Added new d/u/metadata file
 
   [ Alexandre Mestiashvili ]
   * Update Files-Excluded list in d/copyright
-  * New upstream version 0.3.0+dfsg
+  * New upstream version 0.3.0+dfsg, Closes: #886634
   * Drop patches applied by upstream
+  * Add patch fixing "module 'pyscanfcs' has no attribute 'Main'" issue
   * d/control:
     - bump policy 4.1.4
     - bump compat to level 11
@@ -23,7 +24,7 @@ pyscanfcs (0.3.0+dfsg-1) UNRELEASED; urgency=medium
   * Update d/source/options, ignore pyscanfcs/_version_save.py
   * Use upstream tests for autopkgtests
 
- -- Alexandre Mestiashvili <[email protected]>  Thu, 27 Sep 2018 10:53:59 +0000
+ -- Alexandre Mestiashvili <[email protected]>  Mon, 01 Oct 2018 09:36:31 +0000
 
 pyscanfcs (0.2.3+dfsg-1) unstable; urgency=medium
 


=====================================
debian/patches/gui_scripts.patch
=====================================
@@ -0,0 +1,13 @@
+Subject: Fix setup.py
+Forwarded: https://github.com/FCS-analysis/PyScanFCS/issues/16
+Author: Upstream
+--- pyscanfcs.orig/setup.py
++++ pyscanfcs/setup.py
+@@ -85,6 +85,6 @@
+                  ],
+     platforms=['ALL'],
+     entry_points={
+-       "gui_scripts": ["{name:s}={name:s}:Main".format(**{"name":name})]
++       "gui_scripts": ["pyscanfcs=pyscanfcs.gui_wx.main:Main"]
+        }
+     )


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+gui_scripts.patch



View it on GitLab: 
https://salsa.debian.org/med-team/pyscanfcs/compare/b8f7df7968c8071145fc98356a6c31850c133c30...fb9db1f0bff684fc1e34e619a42e3ae5c4ecafee

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/pyscanfcs/compare/b8f7df7968c8071145fc98356a6c31850c133c30...fb9db1f0bff684fc1e34e619a42e3ae5c4ecafee
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to