From adb0326614b3c06968eb0c30c91f1290773cd4cc Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 11 Jun 2012 20:46:17 +0000 Subject: pre-build.sh: call dpkg-checkbuilddeps with the list of our source-build-dependencies; this may save someone else an hour down the line scratching their head over gratuitous test-suite failures... --- pre-build.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pre-build.sh') diff --git a/pre-build.sh b/pre-build.sh index 026a491e..08c0bef6 100755 --- a/pre-build.sh +++ b/pre-build.sh @@ -1,4 +1,7 @@ #!/bin/sh +set -e + +dpkg-checkbuilddeps -d 'python-debian, python3-feedparser' echo "updating Ubuntu mirror list from launchpad" if [ -n "$https_proxy" ]; then -- cgit v1.2.3