mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
5b3cb5898f
commit
74021afd97
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue