From bc28944abb4d6640dec22226993f0e72bef2720b Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Tue, 26 Apr 2016 18:37:41 +0300 Subject: Add Ubuntu Xenial to be built (16.04) Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- packaging/ubuntu/make-package.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packaging/ubuntu/make-package.sh') 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 -- cgit v1.2.3-70-g09d2