summaryrefslogtreecommitdiffstats
path: root/packaging/ubuntu/make-package.sh
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2016-04-26 18:37:41 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-26 09:26:41 -0700
commitbc28944abb4d6640dec22226993f0e72bef2720b (patch)
tree2943d50ecc6e032ba73595f1ad1cab1069af0c14 /packaging/ubuntu/make-package.sh
parent61c9b2891cbc7ae6de599467e2197f00cc30f854 (diff)
downloadsubsurface-bc28944abb4d6640dec22226993f0e72bef2720b.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>
Diffstat (limited to 'packaging/ubuntu/make-package.sh')
-rw-r--r--packaging/ubuntu/make-package.sh6
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