Add Ubuntu Xenial to be built (16.04)
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
61c9b2891c
commit
bc28944abb
@ -99,6 +99,12 @@ rel=wily
|
||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||
debuild -S
|
||||
|
||||
# and now for wily
|
||||
prev=wily
|
||||
rel=xenial
|
||||
sed -i "s/${prev}/${rel}/g" debian/changelog
|
||||
debuild -S
|
||||
|
||||
# and now for precise (precise can't build Qt5 based packages)
|
||||
# with the switch to cmake the amount of effort to build Qt4 packages
|
||||
# on precise just doesn't seem worth it anymore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user