Add wily 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:
Miika Turkia 2015-09-21 21:29:08 +03:00 committed by Dirk Hohndel
parent e644fe5d97
commit 692ef8f141

View file

@ -93,6 +93,12 @@ rel=vivid
sed -i "s/${prev}/${rel}/g" debian/changelog sed -i "s/${prev}/${rel}/g" debian/changelog
debuild -S debuild -S
# and now for wily
prev=vivid
rel=wily
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