[cminpack] 01/01: Fix CI test dependencies

Ole Streicher olebole at moszumanska.debian.org
Wed Oct 21 08:54:54 UTC 2015


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

olebole pushed a commit to branch debian
in repository cminpack.

commit 5ef5d6482dfc53a9557270e255de85fbf6de388c
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Oct 21 10:53:16 2015 +0200

    Fix CI test dependencies
---
 debian/changelog           | 6 ++++++
 debian/tests/cminpack-test | 1 +
 debian/tests/control       | 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3f1f28e..120d8bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cminpack (1.3.4-4) unstable; urgency=low
+
+  * Fix CI test dependencies
+
+ -- Ole Streicher <olebole at debian.org>  Wed, 21 Oct 2015 10:52:32 +0200
+
 cminpack (1.3.4-3) unstable; urgency=low
 
   * Update maintainers e-mail address
diff --git a/debian/tests/cminpack-test b/debian/tests/cminpack-test
index da6eb62..6d9dd27 100755
--- a/debian/tests/cminpack-test
+++ b/debian/tests/cminpack-test
@@ -8,5 +8,6 @@ fi
 cp -r examples "${test_dir}"
 exec make -C "${test_dir}/examples" \
      MINPACK="-lcminpack" \
+     CC="gcc" \
      CPPFLAGS="-I/usr/include/cminpack-1" \
      test ctest testdrv ctestdrv
diff --git a/debian/tests/control b/debian/tests/control
index dd0a969..34fda2f 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
 Tests: cminpack-test
-Depends: libcminpack-dev, gcc
+Depends: libcminpack-dev, gcc, libc6-dev
 

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



More information about the debian-science-commits mailing list