Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debian packaging: add ubuntu artful
  • Loading branch information
jef-n committed Sep 20, 2017
1 parent b1b21ed commit d34fd9f
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 @@ -13,7 +13,7 @@ Build-Depends:
libexpat1-dev,
libfcgi-dev,
libgdal-dev (>= 1.11),
#sid stretch xenial yakkety zesty# libgsl-dev,
#sid stretch xenial yakkety zesty artful# libgsl-dev,
libgeos-dev (>= 3.0.0),
libpq-dev,
libproj-dev,
Expand Down Expand Up @@ -42,8 +42,8 @@ Build-Depends:
#oracle# oracle-instantclient12.1-devel, oracle-instantclient12.1-basiclite, qtbase5-private-dev,
locales, ca-certificates, ninja-build
Build-Conflicts: libqgis-dev, qgis-dev
#sid stretch xenial yakkety zesty#Standards-Version: 3.9.7
# xenial yakkety zesty#XS-Python-Version: current
#sid stretch xenial yakkety zesty artful#Standards-Version: 3.9.7
# xenial yakkety zesty artful#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 @@ -201,7 +201,7 @@ Depends:
libexpat1-dev,
libgdal-dev (>= 1.11),
libgeos-dev (>= 3.0.0),
#sid stretch xenial yakkety zesty# libgsl-dev,
#sid stretch xenial yakkety zesty artful# 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),"stretch xenial yakkety zesty"))
ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"stretch xenial yakkety zesty artful"))
DISTRIBUTION := sid
endif

Expand Down

0 comments on commit d34fd9f

Please sign in to comment.