[spyder] 02/04: Ensure install of setuptools gui_scripts

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Oct 12 09:50:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository spyder.

commit 4a50c515a102036ef9992dbc792e69d0d33e26a4
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Oct 12 10:38:28 2017 +0100

    Ensure install of setuptools gui_scripts
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 531b33c..1c8989e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,9 @@ export PYBUILD_NAME=spyder
 export PYBUILD_DESTDIR_python2=debian/python-$(PYBUILD_NAME)
 export PYBUILD_DESTDIR_python3=debian/python3-$(PYBUILD_NAME)
 export PYBUILD_BUILD_ARGS=--no-doc
-export PYBUILD_INSTALL_ARGS=--no-doc --install-data=usr --install-scripts=usr/bin
-export PYBUILD_AFTER_INSTALL=rm -f {destdir}/usr/bin/spyder_win_post_install.py
+export PYBUILD_INSTALL_ARGS=--no-doc --install-data=usr
+export PYBUILD_AFTER_INSTALL={interpreter} setup.py install_scripts --skip-build --install-dir={destdir}/usr/bin \
+	; rm -f {destdir}/usr/bin/spyder_win_post_install.py
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/spyder.git



More information about the debian-science-commits mailing list