File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,17 @@ Description: QGIS custom widgets for Qt Designer
184
184
.
185
185
This package contains a library to use specific QGIS widgets in Qt Designer.
186
186
187
+ Package: libqgis-server{QGIS_ABI}
188
+ Architecture: any
189
+ Depends:
190
+ ${shlibs:Depends},
191
+ ${misc:Depends}
192
+ Description: QGIS - shared server library
193
+ QGIS is a Geographic Information System (GIS) which manages, analyzes and
194
+ display databases of geographic information.
195
+ .
196
+ This package contains the shared server library.
197
+
187
198
Package: libqgis-dev
188
199
Architecture: any
189
200
Section: libdevel
Original file line number Diff line number Diff line change
1
+ usr/lib/libqgis_server.so.{QGIS_ABI}
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ usr/lib/python*/*-packages/qgis/core/*
4
4
usr/lib/python*/*-packages/qgis/gui/*
5
5
usr/lib/python*/*-packages/qgis/analysis/*
6
6
usr/lib/python*/*-packages/qgis/networkanalysis/*
7
+ usr/lib/python*/*-packages/qgis/server/*
7
8
#wheezy precise saucy#usr/lib/python*/*-packages/pyspatialite/*.py
8
9
#wheezy precise saucy#usr/lib/python*/*-packages/pyspatialite/*.so
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ CMAKE_OPTS := \
51
51
-DPEDANTIC=TRUE \
52
52
-DWITH_QSPATIALITE=TRUE \
53
53
-DWITH_SERVER=TRUE \
54
+ -DWITH_SERVER_PLUGINS=TRUE \
54
55
-DSERVER_SKIP_ECW=TRUE \
55
56
-DQGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin \
56
57
-DWITH_APIDOC=TRUE \
You can’t perform that action at this time.
0 commit comments