[vlfeat] 10/10: explicitly building with python2.7

Dima Kogan dima at secretsauce.net
Fri Oct 17 02:01:51 UTC 2014


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

dkogan-guest pushed a commit to branch master
in repository vlfeat.

commit f69ee7dc74d794a06004c7d1cb6371b5c2eb7449
Author: Dima Kogan <dima at secretsauce.net>
Date:   Thu Oct 16 18:48:18 2014 -0700

    explicitly building with python2.7
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 72c9c61..66d428e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ API_VERSION = $(shell objdump -p bin/*/libvl.so | perl -ne 'if(/^\s+SONAME\s+lib
 	dh $@
 
 override_dh_auto_build:
-	make MKOCTFILE=`which mkoctfile` VERB=1 CFLAGS+=-g all doc
+	make PYTHON=python2.7 MKOCTFILE=`which mkoctfile` VERB=1 CFLAGS+=-g all doc
 
 
 override_dh_auto_install: $(addprefix install/,data $(wildcard toolbox/*))

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



More information about the debian-science-commits mailing list