summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 222d9ed..62ba7a1 100755
--- a/build
+++ b/build
@@ -65,6 +65,7 @@ if [ $DIST == "stretch" ]; then
apt --only-source source $pkg
fi
+
# Move sources to $DIST directory to enable parallel builds
mkdir -p $DIST
mv $pkg\_* $DIST
@@ -72,7 +73,7 @@ mv $pkg-* $DIST
cd $DIST/$pkg-*
-dpkg-buildpackage -B
+debuild --no-lintian -ui -uc -us -B
cd ../..

Contact - Imprint