[lapack] 01/02: Add gcc in the dependency list of {blas, lapack}-testsuite autopkgtests.

Sébastien Villemot sebastien at debian.org
Wed Sep 13 21:01:45 UTC 2017


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

sebastien pushed a commit to branch master
in repository lapack.

commit 5312913e88f6cad9bf60b2e7ab1556771078b7e3
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Sep 13 22:49:16 2017 +0200

    Add gcc in the dependency list of {blas,lapack}-testsuite autopkgtests.
    
    This is needed by dpkg-architecture.
    
    Gbp-Dch: Full
    Closes: #875671
    Thanks: Matthias Klose
---
 debian/tests/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index aa36daf..efab74e 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,9 +5,11 @@ Tests: xerbla-c
 Depends: liblapacke-dev, build-essential
 
 Tests: blas-testsuite
-Depends: libblas3, libblas-test
+# gcc is needed for dpkg-architecture
+Depends: libblas3, libblas-test, gcc
 # Allow stderr for at least i386 (see #833567)
 Restrictions: allow-stderr
 
 Tests: lapack-testsuite
-Depends: libblas3, liblapack3, liblapack-test, python
+# gcc is needed for dpkg-architecture (see #875671)
+Depends: libblas3, liblapack3, liblapack-test, python, gcc

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



More information about the debian-science-commits mailing list