From 1f19abdd4f75fb0e42e318bfe36a6e0a233d16b2 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sat, 12 Nov 2016 07:06:35 +0200 Subject: Add yakkety (16.10) to Ubuntu packaging Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- packaging/ubuntu/make-package.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'packaging/ubuntu/make-package.sh') 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 -- cgit v1.2.3-70-g09d2