mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
debian packaging: split server into several packages
This commit is contained in:
parent
b29f64f8cf
commit
f54c8fb7ee
86
debian/control.in
vendored
86
debian/control.in
vendored
@ -463,18 +463,92 @@ Description: collection of data providers to QGIS - architecture-independent fil
|
||||
Package: qgis-server
|
||||
Architecture: any
|
||||
Depends:
|
||||
qgis-providers (= ${binary:Version}),
|
||||
python3-qgis (= ${binary:Version}),
|
||||
qgis-server-dummy (= ${binary:Version}),
|
||||
qgis-server-wms (= ${binary:Version}),
|
||||
qgis-server-wcs (= ${binary:Version}),
|
||||
qgis-server-wfs (= ${binary:Version}),
|
||||
qgis-server-wfs3 (= ${binary:Version}),
|
||||
qgis-server-common (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Conflicts: qgis-mapserver
|
||||
Provides: qgis-mapserver
|
||||
Replaces: qgis-mapserver
|
||||
Description: QGIS server providing various OGC services
|
||||
QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
display databases of geographic information.
|
||||
.
|
||||
This package contains the QGIS server.
|
||||
This package is a meta-package depending on all QGIS Server components.
|
||||
|
||||
Package: qgis-server-common
|
||||
Architecture: any
|
||||
Depends:
|
||||
qgis-providers (= ${binary:Version}),
|
||||
python3-qgis (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: QGIS server providing various OGC services
|
||||
QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
display databases of geographic information.
|
||||
.
|
||||
This package contains the common QGIS server parts.
|
||||
|
||||
Package: qgis-server-wms
|
||||
Architecture: any
|
||||
Depends:
|
||||
qgis-server-common (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: QGIS server providing various OGC services
|
||||
QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
display databases of geographic information.
|
||||
.
|
||||
This package contains the wms service.
|
||||
|
||||
Package: qgis-server-wfs
|
||||
Architecture: any
|
||||
Depends:
|
||||
qgis-server-common (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: QGIS server providing various OGC services
|
||||
QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
display databases of geographic information.
|
||||
.
|
||||
This package contains the wfs service.
|
||||
|
||||
Package: qgis-server-wfs3
|
||||
Architecture: any
|
||||
Depends:
|
||||
qgis-server-common (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: QGIS server providing various OGC services
|
||||
QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
display databases of geographic information.
|
||||
.
|
||||
This package contains the wfs 3 service.
|
||||
|
||||
Package: qgis-server-wcs
|
||||
Architecture: any
|
||||
Depends:
|
||||
qgis-server-common (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: QGIS server providing various OGC services
|
||||
QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
display databases of geographic information.
|
||||
.
|
||||
This package contains the wcs service.
|
||||
|
||||
Package: qgis-server-dummy
|
||||
Architecture: any
|
||||
Depends:
|
||||
qgis-server-common (= ${binary:Version}),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: QGIS server providing various OGC services
|
||||
QGIS is a Geographic Information System (GIS) which manages, analyzes and
|
||||
display databases of geographic information.
|
||||
.
|
||||
This package contains the sample service.
|
||||
|
||||
Package: qgis-api-doc
|
||||
Architecture: all
|
||||
|
@ -1,6 +1,5 @@
|
||||
usr/lib/cgi-bin/admin.sld
|
||||
usr/lib/cgi-bin/qgis_mapserv.fcgi
|
||||
usr/lib/cgi-bin/wms_metadata.xml
|
||||
usr/lib/qgis/server/*.so
|
||||
usr/share/qgis/resources/server/
|
||||
usr/bin/qgis_mapserver
|
1
debian/qgis-server-dummy.install
vendored
Normal file
1
debian/qgis-server-dummy.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
/usr/lib/qgis/server/libdummy.so
|
1
debian/qgis-server-wcs.install
vendored
Normal file
1
debian/qgis-server-wcs.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/qgis/server/libwcs.so
|
1
debian/qgis-server-wfs.install
vendored
Normal file
1
debian/qgis-server-wfs.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
/usr/lib/qgis/server/libwfs.so
|
1
debian/qgis-server-wfs3.install
vendored
Normal file
1
debian/qgis-server-wfs3.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
/usr/lib/qgis/server/libwfs3.so
|
1
debian/qgis-server-wms.install
vendored
Normal file
1
debian/qgis-server-wms.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
/usr/lib/qgis/server/libwms.so
|
1
debian/qgis-server-wmts.install
vendored
Normal file
1
debian/qgis-server-wmts.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
/usr/lib/qgis/server/libwmts.so
|
Loading…
x
Reference in New Issue
Block a user