[libfann] 05/06: rules: Fix indentation

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 2160a038a9b1eed811378e687f5b3ac698b888dd
Author: Christian Kastner <debian at kvr.at>
Date:   Sun Oct 5 19:11:04 2014 +0200

    rules: Fix indentation
---
 debian/rules | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 00a6afb..78f1c2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,11 +54,11 @@ override_dh_auto_test-arch:
 	# perform tests for more than one version, so we just manually clean it
 	# before each test using PYBUILD_BEFORE_TEST.
 	testrundir=$$(mktemp -d) ;\
-	ADTTMP=$$testrundir \
-			CPATH=$(CURDIR)/src/include \
-			LIBRARY_PATH=$(CURDIR)/src/.libs \
-			LD_LIBRARY_PATH=$(CURDIR)/src/.libs \
-		/bin/sh $(CURDIR)/debian/tests/build ;\
+		ADTTMP=$$testrundir \
+		CPATH=$(CURDIR)/src/include \
+		LIBRARY_PATH=$(CURDIR)/src/.libs \
+		LD_LIBRARY_PATH=$(CURDIR)/src/.libs \
+	/bin/sh $(CURDIR)/debian/tests/build ;\
 	[ $$? -eq 0 ] || exit 1 ;\
 	\
 		ADTTMP=$$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