From 4ae71bbfbcfedeb0b376255266004b6e1ab259a7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 29 Apr 2019 09:29:14 +0200 Subject: Discontinue jessie, support buster --- build | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'build') diff --git a/build b/build index 800c86a..1e84502 100755 --- a/build +++ b/build @@ -54,17 +54,9 @@ then apt-get upgrade fi -# stretch needs --only-source (at least for rkward source packages), jessie -# does not know this argument -if [ $DIST == "jessie" ]; then - apt-get build-dep $pkg - apt-get source $pkg -fi -if [ $DIST == "stretch" ]; then - apt --only-source build-dep $pkg - apt --only-source source $pkg -fi - +# stretch needs --only-source (at least for rkward source packages) +apt --only-source build-dep $pkg +apt --only-source source $pkg # Move sources to $DIST directory to enable parallel builds mkdir -p $DIST -- cgit v1.2.1