mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
debian packaging: add ubuntu artful
This commit is contained in:
parent
b1b21ed25f
commit
d34fd9f0b1
8
debian/control.in
vendored
8
debian/control.in
vendored
@ -13,7 +13,7 @@ Build-Depends:
|
|||||||
libexpat1-dev,
|
libexpat1-dev,
|
||||||
libfcgi-dev,
|
libfcgi-dev,
|
||||||
libgdal-dev (>= 1.11),
|
libgdal-dev (>= 1.11),
|
||||||
#sid stretch xenial yakkety zesty# libgsl-dev,
|
#sid stretch xenial yakkety zesty artful# libgsl-dev,
|
||||||
libgeos-dev (>= 3.0.0),
|
libgeos-dev (>= 3.0.0),
|
||||||
libpq-dev,
|
libpq-dev,
|
||||||
libproj-dev,
|
libproj-dev,
|
||||||
@ -42,8 +42,8 @@ Build-Depends:
|
|||||||
#oracle# oracle-instantclient12.1-devel, oracle-instantclient12.1-basiclite, qtbase5-private-dev,
|
#oracle# oracle-instantclient12.1-devel, oracle-instantclient12.1-basiclite, qtbase5-private-dev,
|
||||||
locales, ca-certificates, ninja-build
|
locales, ca-certificates, ninja-build
|
||||||
Build-Conflicts: libqgis-dev, qgis-dev
|
Build-Conflicts: libqgis-dev, qgis-dev
|
||||||
#sid stretch xenial yakkety zesty#Standards-Version: 3.9.7
|
#sid stretch xenial yakkety zesty artful#Standards-Version: 3.9.7
|
||||||
# xenial yakkety zesty#XS-Python-Version: current
|
# xenial yakkety zesty artful#XS-Python-Version: current
|
||||||
Vcs-Browser: https://github.com/qgis/QGIS/
|
Vcs-Browser: https://github.com/qgis/QGIS/
|
||||||
Vcs-Git: https://github.com/qgis/QGIS.git
|
Vcs-Git: https://github.com/qgis/QGIS.git
|
||||||
Homepage: http://qgis.org/
|
Homepage: http://qgis.org/
|
||||||
@ -201,7 +201,7 @@ Depends:
|
|||||||
libexpat1-dev,
|
libexpat1-dev,
|
||||||
libgdal-dev (>= 1.11),
|
libgdal-dev (>= 1.11),
|
||||||
libgeos-dev (>= 3.0.0),
|
libgeos-dev (>= 3.0.0),
|
||||||
#sid stretch xenial yakkety zesty# libgsl-dev,
|
#sid stretch xenial yakkety zesty artful# libgsl-dev,
|
||||||
libpq-dev,
|
libpq-dev,
|
||||||
libproj-dev,
|
libproj-dev,
|
||||||
libqgis-app{QGIS_ABI} (= ${binary:Version}),
|
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
|
QT_PLUGINS_DIR = usr/lib/$(DEB_BUILD_MULTIARCH)/qt5/plugins
|
||||||
|
|
||||||
ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"stretch xenial yakkety zesty"))
|
ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"stretch xenial yakkety zesty artful"))
|
||||||
DISTRIBUTION := sid
|
DISTRIBUTION := sid
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user