[visp] 01/01: compil fixes 2.10.0+dfsg-2

Olivier Sallou osallou at debian.org
Tue Dec 8 13:18:03 UTC 2015


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

osallou pushed a commit to branch master
in repository visp.

commit 596c77ae48ba77c797671f0fd9e3032d367f7bba
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Tue Dec 8 13:27:53 2015 +0100

    compil fixes 2.10.0+dfsg-2
---
 debian/changelog | 8 ++++++++
 debian/control   | 4 ++--
 debian/rules     | 4 +++-
 3 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9554300..e4b64fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+visp (2.10.0+dfsg-2) unstable; urgency=medium
+
+  * Make testing arch dependent (Closes: #806876)
+  * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev
+    (Closes: #807228)
+
+ -- Fabien Spindler <Fabien.Spindler at inria.fr>  Mon, 07 Dec 2015 21:54:33 +0100
+
 visp (2.10.0+dfsg-1) unstable; urgency=medium
 
   * Replace lena non dfsg images by monkey images (Closes: #794861)
diff --git a/debian/control b/debian/control
index 1587f5b..ae93787 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
                doxygen-latex,
                libopencv-dev [!any-sparc64 !x32],
                liblapack-dev,
-               libgsl0-dev,
+               libgsl-dev,
                libcoin80-dev | libcoin60-dev,
                libsoqt4-dev,
                libogre-1.9-dev [!any-sh4] | libogre-1.8-dev [!any-sh4] | libogre-dev [!any-sh4],
@@ -37,7 +37,7 @@ Architecture: any
 Section: libdevel
 Depends: libopencv-dev [!any-sparc64 !x32],
          liblapack-dev,
-         libgsl0-dev,
+         libgsl-dev,
          libcoin80-dev | libcoin60-dev,
          libsoqt4-dev,
          libogre-1.9-dev [!any-sh4] | libogre-1.8-dev [!any-sh4] | libogre-dev [!any-sh4],
diff --git a/debian/rules b/debian/rules
index 6f3b195..4201045 100755
--- a/debian/rules
+++ b/debian/rules
@@ -103,7 +103,9 @@ else
 DH_AUTOTEST_CAN_FAIL=false
 endif
 
-override_dh_auto_test:
+override_dh_auto_test-indep:
+
+override_dh_auto_test-arch:
 	export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ \
 	 && dh_auto_test --max-parallel=1 || ${DH_AUTOTEST_CAN_FAIL}
 

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



More information about the debian-science-commits mailing list