mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
debian packaging: add support for yakkety
This commit is contained in:
parent
c0e3295c4c
commit
8207167b6a
8
debian/control.in
vendored
8
debian/control.in
vendored
@ -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}),
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user