[libvigraimpex] 05/30: deb/rules: removed wildcard for non-multiarch Python paths

Daniel Stender danstender-guest at moszumanska.debian.org
Sun Feb 14 00:55:30 UTC 2016


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

danstender-guest pushed a commit to branch master
in repository libvigraimpex.

commit f2a131dd9048d9e5510b015d8ce3310b81e5bf3a
Author: Daniel Stender <debian at danielstender.com>
Date:   Sat Feb 13 18:38:48 2016 +0100

    deb/rules: removed wildcard for non-multiarch Python paths
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index c9398b5..cbc6a25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,8 +32,8 @@ cmake_options = \
 cmake_python_options = \
     -DPYTHON_EXECUTABLE=/usr/bin/python$(1) \
     -DPYTHON_INCLUDE_DIR=/usr/include/python$(1)/ \
-    -DPYTHON_LIBRARY=$(wildcard /usr/lib/libpython$(1).so /usr/lib/$(DEB_HOST_MULTIARCH)/libpython$(1).so) \
-    -DBoost_PYTHON_LIBRARY_RELEASE=$(wildcard /usr/lib/libboost_python-py$(subst .,,$(1)).so /usr/lib/$(DEB_HOST_MULTIARCH)/libboost_python-py$(subst .,,$(1)).so)
+    -DPYTHON_LIBRARY=/usr/lib/$(DEB_HOST_MULTIARCH)/libpython$(1).so \
+    -DBoost_PYTHON_LIBRARY_RELEASE=/usr/lib/$(DEB_HOST_MULTIARCH)/libboost_python-py$(subst .,,$(1)).so
 
 # build and build-* targets
 # =========================

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



More information about the debian-science-commits mailing list