Skip to content

Commit d88da33

Browse files
committedMar 11, 2018
debian packaging: add buster
1 parent 010a99d commit d88da33

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
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 bionic# libgsl-dev,
16+
#sid buster 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-
#sid artful bionic# libosgearth-dev, qt3d5-dev, qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin,
41+
#sid buster 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 bionic#Standards-Version: 3.9.7
46-
# xenial yakkety zesty artful bionic#XS-Python-Version: current
45+
#sid buster 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 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#
148+
#artful bionic buster sid#Package: libqgis-3d{QGIS_ABI}
149+
#artful bionic buster sid#Architecture: any
150+
#artful bionic buster sid#Section: libs
151+
#artful bionic buster sid#Depends:
152+
#artful bionic buster sid# qt3d-assimpsceneimport-plugin, qt3d-defaultgeometryloader-plugin, qt3d-gltfsceneio-plugin, qt3d-scene2d-plugin,
153+
#artful bionic buster sid# ${shlibs:Depends},
154+
#artful bionic buster sid# ${misc:Depends}
155+
#artful bionic buster sid#Description: QGIS - shared 3d library
156+
#artful bionic buster sid# QGIS is a Geographic Information System (GIS) which manages, analyzes and
157+
#artful bionic buster sid# display databases of geographic information.
158+
#artful bionic buster sid# .
159+
#artful bionic buster sid# This package contains the shared 3d library.
160+
#artful bionic buster 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 bionic# libgsl-dev,
217+
#sid buster stretch xenial yakkety zesty artful bionic# libgsl-dev,
218218
libpq-dev,
219219
libproj-dev,
220220
libqgis-app{QGIS_ABI} (= ${binary:Version}),

‎debian/libqgis-dev.install.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ usr/lib/libqgis_server.so
88
usr/lib/libqgisgrass{GRASSVER}.so
99
usr/lib/libqgispython.so
1010
usr/share/qgis/FindQGIS.cmake
11-
#sid#usr/lib/libqgis_3d.so
11+
#sid buster artful bionic#usr/lib/libqgis_3d.so

‎debian/rules

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

@@ -98,11 +98,11 @@ ifneq (,$(WITH_GLOBE))
9898
CMAKE_OPTS += -DWITH_GLOBE=TRUE
9999
endif
100100

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

105-
ifneq (,$(findstring $(DISTRIBUTION),"artful bionic sid"))
105+
ifneq (,$(findstring $(DISTRIBUTION),"artful bionic buster sid"))
106106
CMAKE_OPTS += \
107107
-DWITH_3D=TRUE \
108108
-DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so
@@ -124,7 +124,7 @@ endif
124124
-DORACLE_INCLUDEDIR=$(ORACLE_INCLUDEDIR)
125125
endif
126126

127-
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
127+
ifneq (,$(findstring $(DISTRIBUTION),"sid buster stretch"))
128128
CMAKE_OPTS += -DSPATIALINDEX_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libspatialindex.so
129129
endif
130130

0 commit comments

Comments
 (0)
Please sign in to comment.