[spyder] 10/14: Install spyder-common files using debhelper
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Sep 22 15:46:53 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 aaaf684eb4f5823ed0e196b394640642e252db57
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Fri Sep 22 14:12:54 2017 +0100
Install spyder-common files using debhelper
---
debian/rules | 4 ----
debian/spyder-common.install | 2 ++
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6ccb98b..fa58a9f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,10 +23,6 @@ override_dh_auto_build:
override_dh_auto_install:
dh_auto_install
- # install the spyder-common files
- dh_install -p spyder-common spyder/images usr/share/spyder
- dh_install -p spyder-common spyder/locale usr/share/spyder
-
# install the spyder files
python setup.py install_scripts -d debian/spyder/usr/bin
python setup.py install_data -d debian/spyder/usr
diff --git a/debian/spyder-common.install b/debian/spyder-common.install
new file mode 100644
index 0000000..2a60535
--- /dev/null
+++ b/debian/spyder-common.install
@@ -0,0 +1,2 @@
+spyder/locale usr/share/spyder
+spyder/images usr/share/spyder
--
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