diff options
| author | Steve Langasek <steve.langasek@canonical.com> | 2012-06-11 20:46:17 +0000 |
|---|---|---|
| committer | Steve Langasek <steve.langasek@canonical.com> | 2012-06-11 20:46:17 +0000 |
| commit | adb0326614b3c06968eb0c30c91f1290773cd4cc (patch) | |
| tree | 30bae6ee513be16ad4a54ed4140cc5af67f9e802 /pre-build.sh | |
| parent | b5cd01652e1ccbc6c3416df88ac66d2cfcbc0a76 (diff) | |
| download | python-apt-adb0326614b3c06968eb0c30c91f1290773cd4cc.tar.gz | |
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...
Diffstat (limited to 'pre-build.sh')
| -rwxr-xr-x | pre-build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
