From 8207167b6a1e61c0cf73bc3ae0a6e771438eab98 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Fri, 14 Oct 2016 09:46:24 +0200 Subject: [PATCH] debian packaging: add support for yakkety --- debian/control.in | 8 ++++---- debian/rules | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control.in b/debian/control.in index 85ac9a81b3a..0a85ef0728b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -14,7 +14,7 @@ Build-Depends: libfcgi-dev, libgdal-dev (>= 1.11), #trusty# libgsl0-dev, -#sid stretch xenial# libgsl-dev, +#sid stretch xenial yakkety# libgsl-dev, libgeos-dev (>= 3.0.0), libpq-dev, libproj-dev, @@ -42,9 +42,9 @@ Build-Depends: #oracle# oracle-instantclient12.1-devel, locales, ca-certificates, ninja-build Build-Conflicts: libqgis-dev, qgis-dev -#sid stretch xenial#Standards-Version: 3.9.7 +#sid stretch xenial yakkety#Standards-Version: 3.9.7 #trusty#Standards-Version: 3.8.4 -#trusty xenial#XS-Python-Version: current +#trusty xenial yakkety#XS-Python-Version: current Vcs-Browser: https://github.com/qgis/QGIS/ Vcs-Git: https://github.com/qgis/QGIS.git Homepage: http://qgis.org/ @@ -203,7 +203,7 @@ Depends: libgdal-dev (>= 1.11), libgeos-dev (>= 3.0.0), #trusty# libgsl0-dev, -#sid stretch xenial# libgsl-dev, +#sid stretch xenial yakkety# libgsl-dev, libpq-dev, libproj-dev, libqgis-app{QGIS_ABI} (= ${binary:Version}), diff --git a/debian/rules b/debian/rules index 3af8146ba98..b1aca125045 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ endif QT_PLUGINS_DIR = usr/lib/$(DEB_BUILD_MULTIARCH)/qt5/plugins -ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"trusty stretch xenial")) +ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"trusty stretch xenial yakkety")) DISTRIBUTION := sid endif