Skip to content

Commit

Permalink
debian packaging: add support for yakkety
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 14, 2016
1 parent c0e3295 commit 8207167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions debian/control.in
Expand Up @@ -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,
Expand Down Expand Up @@ -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/
Expand Down Expand Up @@ -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}),
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -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

Expand Down

0 comments on commit 8207167

Please sign in to comment.