From 74021afd97c572a0ba35da1093c276db38826627 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 17 Feb 2021 09:05:56 -0800 Subject: build-system: don't check dependencies when creating Ubuntu package There is no reason to check that on the system that is simply used to submit the package to Launchpad. Signed-off-by: Dirk Hohndel --- packaging/ubuntu/make-package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/ubuntu') 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 -- cgit v1.2.3-70-g09d2