Skip to content

Commit

Permalink
Add Ubuntu Xenial to be built (16.04)
Browse files Browse the repository at this point in the history
Signed-off-by: Miika Turkia <[email protected]>
Signed-off-by: Dirk Hohndel <[email protected]>
  • Loading branch information
mturkia authored and dirkhh committed Apr 26, 2016
1 parent 61c9b28 commit bc28944
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packaging/ubuntu/make-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc28944

Please sign in to comment.