debian packaging: split server into several packages

This commit is contained in:
Juergen E. Fischer 2020-07-07 18:20:59 +02:00 committed by Jürgen Fischer
parent b29f64f8cf
commit f54c8fb7ee
8 changed files with 86 additions and 7 deletions

86
debian/control.in vendored
View File

@ -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

View File

@ -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
View File

@ -0,0 +1 @@
/usr/lib/qgis/server/libdummy.so

1
debian/qgis-server-wcs.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/qgis/server/libwcs.so

1
debian/qgis-server-wfs.install vendored Normal file
View File

@ -0,0 +1 @@
/usr/lib/qgis/server/libwfs.so

1
debian/qgis-server-wfs3.install vendored Normal file
View File

@ -0,0 +1 @@
/usr/lib/qgis/server/libwfs3.so

1
debian/qgis-server-wms.install vendored Normal file
View File

@ -0,0 +1 @@
/usr/lib/qgis/server/libwms.so

1
debian/qgis-server-wmts.install vendored Normal file
View File

@ -0,0 +1 @@
/usr/lib/qgis/server/libwmts.so