[SCM] visp branch, master, updated. debian/2.6.2-1-60-gffc7192

Thomas Moulard thomas.moulard at gmail.com
Sun Jun 23 01:01:50 UTC 2013


The following commit has been merged in the master branch:
commit 62fd6cb3a8c51981ad51447c11e230de5db648fc
Author: Thomas Moulard <thomas.moulard at gmail.com>
Date:   Tue Jun 18 18:17:18 2013 +0900

    Fix environment variable typo in debian/rules.

diff --git a/debian/rules b/debian/rules
index 5761018..b38f6ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,4 +78,4 @@ override_dh_strip:
 	dh_strip -a --dbg-package=libvisp2-dbg
 
 override_dh_auto_test:
-	export VISP_INPUT_PATH=/usr/share/visp-images && dh_auto_test
+	export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ && dh_auto_test

-- 
visp



More information about the debian-science-commits mailing list