summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2016-07-27 13:10:39 +0100
committerNeil Williams <neil.williams@linaro.org>2016-07-27 13:10:39 +0100
commit117f84fa69ff525c38b60f2410e93e2461f9daf0 (patch)
tree64f331c53050ec861212efec1198324c4a304717
parentf63ec5504771273ca8cc42f40e991564a605fd4b (diff)
Use aptitude to resolve backport dependencies
With django1.8 and python-sphinx-bootstrap-theme being required from jessie-backports to build in jessie, ensure that sbuild can find and install build-dependencies using aptitude. Change-Id: I90c83c20c4c542504a9da6c97dbe809bf4c93c9b
-rw-r--r--bin/builder.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/builder.lib b/bin/builder.lib
index cd0edc1..bb57c2a 100644
--- a/bin/builder.lib
+++ b/bin/builder.lib
@@ -87,7 +87,7 @@ dch --force-distribution -v ${VERSION}-1 -D unstable ${CHANGELOG_ENTRY} 2>&1
if [ -n "${LOG}" ]; then
dch -a ${LOG}
fi
-sbuild --force-orig-source -A -s -c ${schroot} -d ${suite}
+sbuild --build-dep-resolver=aptitude --force-orig-source -A -s -c ${schroot} -d ${suite}
reprepro --ignore=wrongdistribution -b ${REPO_DIR} include sid ${DIR}/${NAME}_${VERSION}-1_${host_arch}.changes
if [ -n "$arch" ]; then
sbuild --arch ${arch} -c ${schroot}-${arch} -d ${suite}