summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2015-09-21 21:29:08 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-09-21 13:11:12 -0700
commit692ef8f1419bea819ad1ea2728ba88b9a0605fe9 (patch)
tree1f186ab11c03c3955545a0391c0e0ff27ab160c8 /packaging
parente644fe5d97b4a6517232ab4d0b7962fc0e412b63 (diff)
downloadsubsurface-692ef8f1419bea819ad1ea2728ba88b9a0605fe9.tar.gz
Add wily to Ubuntu packaging
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-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 15e59a001..b29c32021 100644
--- a/packaging/ubuntu/make-package.sh
+++ b/packaging/ubuntu/make-package.sh
@@ -93,6 +93,12 @@ rel=vivid
sed -i "s/${prev}/${rel}/g" debian/changelog
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)
# with the switch to cmake the amount of effort to build Qt4 packages
# on precise just doesn't seem worth it anymore