[med-svn] [hyphy] 05/05: Seem the Python module is discontinued
Andreas Tille
tille at debian.org
Thu Aug 25 09:30:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository hyphy.
commit 8e0069e554cc8910ed0c67e5a5d465e17e8a1a27
Author: Andreas Tille <tille at debian.org>
Date: Thu Aug 25 11:29:37 2016 +0200
Seem the Python module is discontinued
---
debian/hyphy-common.examples | 2 +-
debian/python-hyphy.examples | 1 -
debian/rules | 25 -------------------------
3 files changed, 1 insertion(+), 27 deletions(-)
diff --git a/debian/hyphy-common.examples b/debian/hyphy-common.examples
index 3ff8f68..3693723 100644
--- a/debian/hyphy-common.examples
+++ b/debian/hyphy-common.examples
@@ -1 +1 @@
-src/lib/Examples/HBL
+Examples/*
diff --git a/debian/python-hyphy.examples b/debian/python-hyphy.examples
deleted file mode 100644
index eadb719..0000000
--- a/debian/python-hyphy.examples
+++ /dev/null
@@ -1 +0,0 @@
-src/lib/Examples/Python
diff --git a/debian/rules b/debian/rules
index 17d4e04..cbe6515 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,10 +15,6 @@ PY3VERS = $(shell py3versions -r)
override_dh_auto_clean:
dh_auto_clean
- cd src/lib ; \
- for py in $(PYVERS) $(PY3VERS); do \
- $${py} -B setup.py clean -a; \
- done
override_dh_auto_configure:
dh_auto_configure -- -DINSTALL_PREFIX=/usr
@@ -26,31 +22,10 @@ override_dh_auto_configure:
override_dh_auto_build:
# no idea about the purpose of the dynamic library - executables are not simply linked against it
dh_auto_build -- HYPHYGTK MP2 MPI GTEST # LIB
- # create Python modules
- cd src/lib ; \
- for py in $(PYVERS) $(PY3VERS); do \
- $${py} -B setup.py build; \
- done
- # Build R module - unfortunately this script is broken
- # cd src/lib ; bash build.sh LIBRARY R
override_dh_auto_test:
find obj-* -name HYPHYGTEST -exec \{\} \;
-override_dh_auto_install:
- dh_auto_install
- cd src/lib ; \
- for py in $(PYVERS); do \
- $$py -B setup.py install --skip-build --root ../../debian/python-$(PYBUILD_NAME) \
- --install-layout deb; \
- done ; \
- for py in $(PY3VERS); do \
- $$py -B setup.py install --skip-build --root ../../debian/python3-$(PYBUILD_NAME) \
- --install-layout deb; \
- done
- #mkdir -p $(CURDIR)/debian/lib$(pkg)/usr/lib
- #find debian -name "lib*.so" -exec mv \{\} $(CURDIR)/debian/lib$(pkg)/usr/lib \;
-
override_dh_install:
# smallcaps for executables
for bindir in `find . -type d -name bin` ; do \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hyphy.git
More information about the debian-med-commit
mailing list