mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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
|
cp debian/changelog ../changelog$SUFFIX
|
||||||
|
|
||||||
debuild -S
|
debuild -S -d
|
||||||
|
|
||||||
#create builds for the newer Ubuntu releases that Launchpad supports
|
#create builds for the newer Ubuntu releases that Launchpad supports
|
||||||
rel=bionic
|
rel=bionic
|
||||||
|
@ -116,7 +116,7 @@ others="focal groovy"
|
||||||
for next in $others
|
for next in $others
|
||||||
do
|
do
|
||||||
sed -i "s/${rel}/${next}/g" debian/changelog
|
sed -i "s/${rel}/${next}/g" debian/changelog
|
||||||
debuild -S
|
debuild -S -d
|
||||||
rel=$next
|
rel=$next
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue