mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
remove unsupported versions and add newer ones
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7165660a45
commit
947c2e704f
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ debuild -S -d
|
||||||
# and as of hirsute this package no longer exists. So simply remove it from the control
|
# and as of hirsute this package no longer exists. So simply remove it from the control
|
||||||
# file when building the newer ones
|
# file when building the newer ones
|
||||||
sed -i.bak "/qt5-default/d" debian/control
|
sed -i.bak "/qt5-default/d" debian/control
|
||||||
rel=bionic
|
rel=focal
|
||||||
others="focal jammy kinetic"
|
others="jammy lunar mantic"
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue