summaryrefslogtreecommitdiffstats
path: root/packaging/ubuntu
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2016-11-12 07:06:35 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-11-15 20:36:37 +0900
commit1f19abdd4f75fb0e42e318bfe36a6e0a233d16b2 (patch)
treec58df754d48ed15089d7eb0c0a8543d20b4b8d09 /packaging/ubuntu
parent20e211d33790463d75f254612d6b7be50c8d1a00 (diff)
downloadsubsurface-1f19abdd4f75fb0e42e318bfe36a6e0a233d16b2.tar.gz
Add yakkety (16.10) to Ubuntu packaging
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ubuntu')
-rw-r--r--packaging/ubuntu/make-package.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh
index 3e6f4de4e..64fb34fce 100644
--- a/packaging/ubuntu/make-package.sh
+++ b/packaging/ubuntu/make-package.sh
@@ -99,12 +99,18 @@ rel=wily
sed -i "s/${prev}/${rel}/g" debian/changelog
debuild -S
-# and now for wily
+# and now for xenial
prev=wily
rel=xenial
sed -i "s/${prev}/${rel}/g" debian/changelog
debuild -S
+# and now for yakkety
+prev=wily
+rel=yakkety
+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