aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packaging/ubuntu/make-package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh
index b6b681b1f..d4e55366c 100644
--- a/packaging/ubuntu/make-package.sh
+++ b/packaging/ubuntu/make-package.sh
@@ -108,7 +108,7 @@ fi
cp debian/changelog ../changelog$SUFFIX
-debuild -S
+debuild -S -d
#create builds for the newer Ubuntu releases that Launchpad supports
rel=bionic
@@ -116,7 +116,7 @@ others="focal groovy"
for next in $others
do
sed -i "s/${rel}/${next}/g" debian/changelog
- debuild -S
+ debuild -S -d
rel=$next
done