Skip to content

Commit 31d8dea

Browse files
committedJan 13, 2018
debian packaging: add bionic
1 parent 0c4e8d5 commit 31d8dea

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed
 

‎debian/control.in

Lines changed: 18 additions & 18 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 artful# libgsl-dev,
16+
#sid stretch xenial yakkety zesty artful bionic# libgsl-dev,
1717
libgeos-dev (>= 3.0.0),
1818
libpq-dev,
1919
libproj-dev,
@@ -38,12 +38,12 @@ Build-Depends:
3838
graphviz,
3939
xvfb, xauth,
4040
xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable,
41-
#artful sid# libosgearth-dev, qt3d5-dev, qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin,
41+
#sid artful bionic# libosgearth-dev, qt3d5-dev, qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin,
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 artful#Standards-Version: 3.9.7
46-
# xenial yakkety zesty artful#XS-Python-Version: current
45+
#sid stretch xenial yakkety zesty artful bionic#Standards-Version: 3.9.7
46+
# xenial yakkety zesty artful bionic#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/
@@ -145,19 +145,19 @@ Description: QGIS - shared native gui library
145145
.
146146
This package contains the shared native gui library.
147147

148-
#artful sid#Package: libqgis-3d{QGIS_ABI}
149-
#artful sid#Architecture: any
150-
#artful sid#Section: libs
151-
#artful sid#Depends:
152-
#artful sid# qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin,
153-
#artful sid# ${shlibs:Depends},
154-
#artful sid# ${misc:Depends}
155-
#artful sid#Description: QGIS - shared 3d library
156-
#artful sid# QGIS is a Geographic Information System (GIS) which manages, analyzes and
157-
#artful sid# display databases of geographic information.
158-
#artful sid# .
159-
#artful sid# This package contains the shared 3d library.
160-
#artful sid#
148+
#artful bionic sid#Package: libqgis-3d{QGIS_ABI}
149+
#artful bionic sid#Architecture: any
150+
#artful bionic sid#Section: libs
151+
#artful bionic sid#Depends:
152+
#artful bionic sid# qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin,
153+
#artful bionic sid# ${shlibs:Depends},
154+
#artful bionic sid# ${misc:Depends}
155+
#artful bionic sid#Description: QGIS - shared 3d library
156+
#artful bionic sid# QGIS is a Geographic Information System (GIS) which manages, analyzes and
157+
#artful bionic sid# display databases of geographic information.
158+
#artful bionic sid# .
159+
#artful bionic sid# This package contains the shared 3d library.
160+
#artful bionic sid#
161161
Package: libqgisgrass{GRASSVER}-{QGIS_ABI}
162162
Architecture: any
163163
Section: libs
@@ -214,7 +214,7 @@ Depends:
214214
libexpat1-dev,
215215
libgdal-dev (>= 1.11),
216216
libgeos-dev (>= 3.0.0),
217-
#sid stretch xenial yakkety zesty artful# libgsl-dev,
217+
#sid stretch xenial yakkety zesty artful bionic# libgsl-dev,
218218
libpq-dev,
219219
libproj-dev,
220220
libqgis-app{QGIS_ABI} (= ${binary:Version}),

‎debian/rules

Lines changed: 2 additions & 2 deletions
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 artful"))
39+
ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"stretch xenial yakkety zesty artful bionic"))
4040
DISTRIBUTION := sid
4141
endif
4242

@@ -102,7 +102,7 @@ ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
102102
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
103103
endif
104104

105-
ifneq (,$(findstring $(DISTRIBUTION),"artful sid"))
105+
ifneq (,$(findstring $(DISTRIBUTION),"artful bionic sid"))
106106
CMAKE_OPTS += \
107107
-DWITH_3D=TRUE \
108108
-DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so

0 commit comments

Comments
 (0)
Please sign in to comment.