mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
debian packaging update for python server plugins
This commit is contained in:
parent
6a1e1bb668
commit
0d211e8a9a
11
debian/control.in
vendored
11
debian/control.in
vendored
@ -184,6 +184,17 @@ Description: QGIS custom widgets for Qt Designer
|
||||
.
|
||||
This package contains a library to use specific QGIS widgets in Qt Designer.
|
||||
|
||||
Package: libqgis-server{QGIS_ABI}
|
||||
Architecture: any
|
||||
Depends:
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: QGIS - shared server library
|
||||
QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
display databases of geographic information.
|
||||
.
|
||||
This package contains the shared server library.
|
||||
|
||||
Package: libqgis-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
|
1
debian/libqgis-server{QGIS_ABI}.install
vendored
Normal file
1
debian/libqgis-server{QGIS_ABI}.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/libqgis_server.so.{QGIS_ABI}
|
1
debian/python-qgis.install.in
vendored
1
debian/python-qgis.install.in
vendored
@ -4,5 +4,6 @@ usr/lib/python*/*-packages/qgis/core/*
|
||||
usr/lib/python*/*-packages/qgis/gui/*
|
||||
usr/lib/python*/*-packages/qgis/analysis/*
|
||||
usr/lib/python*/*-packages/qgis/networkanalysis/*
|
||||
usr/lib/python*/*-packages/qgis/server/*
|
||||
#wheezy precise saucy#usr/lib/python*/*-packages/pyspatialite/*.py
|
||||
#wheezy precise saucy#usr/lib/python*/*-packages/pyspatialite/*.so
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -51,6 +51,7 @@ CMAKE_OPTS := \
|
||||
-DPEDANTIC=TRUE \
|
||||
-DWITH_QSPATIALITE=TRUE \
|
||||
-DWITH_SERVER=TRUE \
|
||||
-DWITH_SERVER_PLUGINS=TRUE \
|
||||
-DSERVER_SKIP_ECW=TRUE \
|
||||
-DQGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin \
|
||||
-DWITH_APIDOC=TRUE \
|
||||
|
Loading…
x
Reference in New Issue
Block a user