[med-svn] [falcon] 04/04: Update patches
Afif Elghraoui
afif at moszumanska.debian.org
Mon Dec 12 09:19:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository falcon.
commit ebb88ed049d94fa11835848b52484a4939052179
Author: Afif Elghraoui <afif at debian.org>
Date: Sun Dec 11 14:42:58 2016 -0800
Update patches
---
debian/patches/build-system.patch | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/patches/build-system.patch b/debian/patches/build-system.patch
index a14ff19..61f6335 100644
--- a/debian/patches/build-system.patch
+++ b/debian/patches/build-system.patch
@@ -28,7 +28,7 @@ Last-Update: 2016-11-26
install-DAZZ_DB:
${MAKE} -C ${FALCON_WORKSPACE}/DAZZ_DB all
PREFIX=${FALCON_PREFIX} ${MAKE} -C ${FALCON_WORKSPACE}/DAZZ_DB ${FALCON_INSTALL_RULE}
-@@ -34,9 +34,9 @@
+@@ -34,11 +34,11 @@
${MAKE} -C ${FALCON_WORKSPACE}/DEXTRACTOR all
PREFIX=${FALCON_PREFIX} ${MAKE} -C ${FALCON_WORKSPACE}/DEXTRACTOR ${FALCON_INSTALL_RULE}
install-pypeFLOW:
@@ -37,6 +37,9 @@ Last-Update: 2016-11-26
install-FALCON: install-pypeFLOW
- cd ${FALCON_WORKSPACE}/FALCON; pip uninstall -v .; pip install -v ${FALCON_PIP_USER} ${FALCON_PIP_EDIT} .
+ cd ${FALCON_WORKSPACE}/FALCON; python setup.py install ${FALCON_PYFLAGS}
+ install-FALCON_unzip: install-pypeFLOW
+- cd ${FALCON_WORKSPACE}/FALCON_unzip; pip uninstall -v .; pip install -v ${FALCON_PIP_USER} ${FALCON_PIP_EDIT} .
++ cd ${FALCON_WORKSPACE}/FALCON_unzip; python setup.py install ${FALCON_PYFLAGS}
install-git-sym:
# TODO: copy vs. symlink?
ln -sf $(abspath ${FALCON_WORKSPACE}/git-sym/git-sym) ${FALCON_PREFIX}/bin/git-sym
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/falcon.git
More information about the debian-med-commit
mailing list