From 4640c72bbd678b70827a6d3ecaf13a8e502dfd2a Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Fri, 19 Feb 2016 22:46:34 -0500 Subject: [PATCH] 8345: Add libselinux-dev build-dep missed by awk script, skip "recommended" packages --- jenkins/run-build-packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/run-build-packages.sh b/jenkins/run-build-packages.sh index 82d8d70..d850cb2 100755 --- a/jenkins/run-build-packages.sh +++ b/jenkins/run-build-packages.sh @@ -366,7 +366,7 @@ if [[ $TARGET =~ ubuntu1204 ]]; then file="fuse_2.9.2-4ubuntu4.14.04.1.dsc" && curl -L -o "${file}" "http://archive.ubuntu.com/ubuntu/pool/main/f/fuse/${file}" # install dpkg-source and dpkg-buildpackage commands - apt-get install -y dpkg-dev + apt-get install -y --no-install-recommends dpkg-dev # extract source and apply patches dpkg-source -x fuse_2.9.2-4ubuntu4.14.04.1.dsc @@ -386,7 +386,7 @@ if [[ $TARGET =~ ubuntu1204 ]]; then mv debian/changelog.new debian/changelog # install build-deps and build - apt-get install -y $(awk 'BEGIN {FS=":"} $1=="Build-Depends" {n=split($2,deps,","); for (i=0; i