[med-svn] [ngs-sdk] 08/15: change python dir
Olivier Sallou
osallou at debian.org
Tue Jan 5 13:48:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
osallou pushed a commit to branch master
in repository ngs-sdk.
commit dc178898a2bbe0e21b64dc7698378dce9465c378
Author: Olivier Sallou <olivier.sallou at debian.org>
Date: Mon Jan 4 13:52:49 2016 +0100
change python dir
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index eb2ff8c..9eb54b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,13 +72,13 @@ override_dh_install:
dh_install -ppython3-ngs
set -e && for i in $(build3vers); do \
cd ngs-python ; \
- python$$i ./setup.py install --install-layout=deb --root ../debian/python3-ngs-sdk; \
+ python$$i ./setup.py install --install-layout=deb --root ../debian/python3-ngs; \
cd .. ; \
done
dh_install -ppython-ngs
set -e && for i in $(build2vers); do \
cd ngs-python ; \
- python$$i ./setup.py install --install-layout=deb --root ../debian/python-ngs-sdk; \
+ python$$i ./setup.py install --install-layout=deb --root ../debian/python-ngs; \
cd .. ; \
done
find debian -name "*.pyc" -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ngs-sdk.git
More information about the debian-med-commit
mailing list