summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-09-20 16:59:41 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-09-20 16:59:41 +0200
commit56157ad9495765d9982875d2e14ab2b29d17692c (patch)
tree620fcd555f4ca464e036dea5c48b25e30bed95ca
parentd2670e5e4f2edbb46bb5f0e185cf3cb3ee7e0648 (diff)
Make the build script work for rkward
It seems that apt-get build-dep and apt-get source have problems with source packages that have a .debian.xz instead of a .diff.gz. Maybe this is related to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607999
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index bc4806c..ee53ec8 100755
--- a/build
+++ b/build
@@ -53,8 +53,8 @@ then
apt-get update
apt-get upgrade
fi
-apt-get build-dep $pkg
-apt-get source $pkg
+apt --only-source build-dep $pkg
+apt --only-source source $pkg
# Move sources to $DIST directory to enable parallel builds
mkdir -p $DIST

Contact - Imprint