mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add yakkety (16.10) to Ubuntu packaging
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
20e211d337
commit
1f19abdd4f
1 changed files with 7 additions and 1 deletions
|
@ -99,12 +99,18 @@ rel=wily
|
||||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||||
debuild -S
|
debuild -S
|
||||||
|
|
||||||
# and now for wily
|
# and now for xenial
|
||||||
prev=wily
|
prev=wily
|
||||||
rel=xenial
|
rel=xenial
|
||||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||||
debuild -S
|
debuild -S
|
||||||
|
|
||||||
|
# and now for yakkety
|
||||||
|
prev=wily
|
||||||
|
rel=yakkety
|
||||||
|
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||||
|
debuild -S
|
||||||
|
|
||||||
# and now for precise (precise can't build Qt5 based packages)
|
# and now for precise (precise can't build Qt5 based packages)
|
||||||
# with the switch to cmake the amount of effort to build Qt4 packages
|
# with the switch to cmake the amount of effort to build Qt4 packages
|
||||||
# on precise just doesn't seem worth it anymore
|
# on precise just doesn't seem worth it anymore
|
||||||
|
|
Loading…
Add table
Reference in a new issue