[med-svn] [pbgenomicconsensus] 01/02: Explicitly depend on make for autopkgtests

Afif Elghraoui afif-guest at moszumanska.debian.org
Sun Nov 15 10:16:23 UTC 2015


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

afif-guest pushed a commit to branch master
in repository pbgenomicconsensus.

commit 10fae41d18cfffc297bf94e56e24de3f43570da8
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sun Nov 15 02:14:40 2015 -0800

    Explicitly depend on make for autopkgtests
    
    For some reason, the first test works without any problem
    and make is not installed for the second test (though it's needed
    for both). We'll just explicitly depend on make for both tests.
---
 debian/tests/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index efc0ecc..90da5f6 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,6 @@
 Test-Command: make tests
-Depends: @, python-nose, python-cram
+Depends: @, python-nose, python-cram, make
 Restrictions: allow-stderr
 
 Test-Command: make extra-tests
-Depends: @, python-cram
+Depends: @, python-cram, make

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/pbgenomicconsensus.git



More information about the debian-med-commit mailing list