[libfann] 03/06: rules: sync repo version with last release

Christian Kastner chrisk-guest at moszumanska.debian.org
Sun Oct 5 17:35:27 UTC 2014


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

chrisk-guest pushed a commit to branch master
in repository libfann.

commit d675a308bf57de2a4a1460d2659b8ec7d13b4bf3
Author: Christian Kastner <debian at kvr.at>
Date:   Sun Oct 5 18:53:35 2014 +0200

    rules: sync repo version with last release
    
    Apparently, the last release included a slightly newer debian/rules. This rules
    was not present in git; I assume I either forgot to commit it on my devel
    machine before tagging on my desktop.
---
 debian/rules | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 10f6fab..648792a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,10 @@ override_dh_auto_test-arch:
 	# Simulate partial autopkgtest run by providing an ADTTMP and setting
 	# CPATH/LIBRARY_PATH resp. PYTHONPATH accordingly.
 	testrundir=$$(mktemp -d) ;\
-	ADTTMP=$$testrundir CPATH=$(CURDIR)/src/include LIBRARY_PATH=$(CURDIR)/src/.libs \
+	ADTTMP=$$testrundir \
+			CPATH=$(CURDIR)/src/include \
+			LIBRARY_PATH=$(CURDIR)/src/.libs \
+			LD_LIBRARY_PATH=$(CURDIR)/src/.libs \
 		/bin/sh $(CURDIR)/debian/tests/build ;\
 	res=$$? ;\
 	rm -rf "$$testrundir" ;\
@@ -59,7 +62,9 @@ override_dh_auto_test-arch:
 	\
 	for py in $(PYVERS); do \
 		testrundir=$$(mktemp -d) ;\
-		ADTTMP=$$testrundir PYTHONPATH=$(CURDIR)/.pybuild/pythonX.Y_$$py/build/ \
+		ADTTMP=$$testrundir \
+			PYTHONPATH=$(CURDIR)/.pybuild/pythonX.Y_$$py/build/ \
+			LD_LIBRARY_PATH=$(CURDIR)/src/.libs \
 			/bin/sh $(CURDIR)/debian/tests/python-build ;\
 		res=$$? ;\
 		rm -rf "$$testrundir" ;\

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



More information about the debian-science-commits mailing list