Skip to content

Commit d34fd9f

Browse files
committedSep 20, 2017
debian packaging: add ubuntu artful
1 parent b1b21ed commit d34fd9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎debian/control.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Build-Depends:
1313
libexpat1-dev,
1414
libfcgi-dev,
1515
libgdal-dev (>= 1.11),
16-
#sid stretch xenial yakkety zesty# libgsl-dev,
16+
#sid stretch xenial yakkety zesty artful# libgsl-dev,
1717
libgeos-dev (>= 3.0.0),
1818
libpq-dev,
1919
libproj-dev,
@@ -42,8 +42,8 @@ Build-Depends:
4242
#oracle# oracle-instantclient12.1-devel, oracle-instantclient12.1-basiclite, qtbase5-private-dev,
4343
locales, ca-certificates, ninja-build
4444
Build-Conflicts: libqgis-dev, qgis-dev
45-
#sid stretch xenial yakkety zesty#Standards-Version: 3.9.7
46-
# xenial yakkety zesty#XS-Python-Version: current
45+
#sid stretch xenial yakkety zesty artful#Standards-Version: 3.9.7
46+
# xenial yakkety zesty artful#XS-Python-Version: current
4747
Vcs-Browser: https://github.com/qgis/QGIS/
4848
Vcs-Git: https://github.com/qgis/QGIS.git
4949
Homepage: http://qgis.org/
@@ -201,7 +201,7 @@ Depends:
201201
libexpat1-dev,
202202
libgdal-dev (>= 1.11),
203203
libgeos-dev (>= 3.0.0),
204-
#sid stretch xenial yakkety zesty# libgsl-dev,
204+
#sid stretch xenial yakkety zesty artful# libgsl-dev,
205205
libpq-dev,
206206
libproj-dev,
207207
libqgis-app{QGIS_ABI} (= ${binary:Version}),

‎debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif
3636

3737
QT_PLUGINS_DIR = usr/lib/$(DEB_BUILD_MULTIARCH)/qt5/plugins
3838

39-
ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"stretch xenial yakkety zesty"))
39+
ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"stretch xenial yakkety zesty artful"))
4040
DISTRIBUTION := sid
4141
endif
4242

0 commit comments

Comments
 (0)
Please sign in to comment.