Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add patch fixing module 'pyscanfcs' has no attribute 'Main' issue
· 89d7e1c0
Alexandre Mestiashvili
authored
Oct 01, 2018
89d7e1c0
Update changelog
· fb9db1f0
Alexandre Mestiashvili
authored
Oct 01, 2018
Gbp-Dch: Ignore
fb9db1f0
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fb9db1f0
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 <mestia@debian.org>
Thu, 27 Sep 2018 10:53:59
+0000
-- Alexandre Mestiashvili <mestia@debian.org>
Mon, 01 Oct 2018 09:36:31
+0000
pyscanfcs (0.2.3+dfsg-1) unstable; urgency=medium
...
...
debian/patches/gui_scripts.patch
0 → 100644
View file @
fb9db1f0
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 → 100644
View file @
fb9db1f0
gui_scripts.patch