mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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
|
||||
# file when building the newer ones
|
||||
sed -i.bak "/qt5-default/d" debian/control
|
||||
rel=bionic
|
||||
others="focal jammy kinetic"
|
||||
rel=focal
|
||||
others="jammy lunar mantic"
|
||||
for next in $others
|
||||
do
|
||||
sed -i "s/${rel}/${next}/g" debian/changelog
|
||||
|
|
Loading…
Reference in a new issue