diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2016-04-26 18:37:41 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-26 09:26:52 -0700 |
commit | 97a26166e79ee30cd1e676727f4281ffc9ed2684 (patch) | |
tree | 2fa67dddbe677b4b82af3654d068d81dc385c477 | |
parent | 21ad9ac62cd9837ab556027d4f8cda0807a063dd (diff) | |
download | subsurface-97a26166e79ee30cd1e676727f4281ffc9ed2684.tar.gz |
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>
-rw-r--r-- | packaging/ubuntu/make-package.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index b29c32021..a825c5151 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -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 |