File: control

package info (click to toggle)
mapproxy 1.9.0-3%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,196 kB
  • sloc: python: 33,249; xml: 6,257; makefile: 194
file content (122 lines) | stat: -rw-r--r-- 4,164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Source: mapproxy
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               libgdal-dev,
               libproj-dev,
               python-all,
               python-lxml,
               python-nose,
               python-pil,
               python-pkg-resources,
               python-requests,
               python-setuptools,
               python-shapely,
               python-sphinx,
               python-sphinx-bootstrap-theme,
               python-webtest,
               python-yaml,
               python3-all,
               python3-lxml,
               python3-nose,
               python3-pil,
               python3-pkg-resources,
               python3-requests,
               python3-setuptools,
               python3-shapely,
               python3-sphinx,
               python3-sphinx-bootstrap-theme,
               python3-webtest,
               python3-yaml,
               docbook2x,
               docbook-xsl,
               docbook-xml,
               xsltproc
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapproxy.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapproxy.git -b stretch
Homepage: http://mapproxy.org/
X-Python-Version: >= 2.7

Package: mapproxy
Architecture: all
Section: web
Depends: python-mapproxy (= ${binary:Version}),
         ${misc:Depends}
Suggests: mapproxy-doc
Breaks: python-mapproxy (<< 1.8.2-1~)
Replaces: python-mapproxy (<< 1.8.2-1~)
Description: open source proxy for geospatial data
 MapProxy is an open source proxy for geospatial data. It caches, accelerates
 and transforms data from existing map services and serves any desktop or web
 GIS client.
 .
 MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a
 fully compliant WMS server supporting any WMS client (desktop and web).
 .
 This package provides the mapproxy utilities.

Package: python-mapproxy
Architecture: all
Depends: fonts-dejavu-core,
         python-pil,
         python-pkg-resources,
         python-pyproj,
         python-yaml,
         ${python:Depends},
         ${misc:Depends}
Recommends: python-gdal,
            python-lxml,
            python-pastedeploy,
            python-shapely
Description: open source proxy for geospatial data - Python 2 module
 MapProxy is an open source proxy for geospatial data. It caches, accelerates
 and transforms data from existing map services and serves any desktop or web
 GIS client.
 .
 MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a
 fully compliant WMS server supporting any WMS client (desktop and web).
 .
 This package provides the mapproxy module for Python 2.

Package: python3-mapproxy
Architecture: all
Depends: fonts-dejavu-core,
         python3-pil,
         python3-pkg-resources,
         python3-pyproj,
         python3-yaml,
         ${python3:Depends},
         ${misc:Depends}
Recommends: python3-gdal,
            python3-lxml,
            python3-pastedeploy,
            python3-shapely
Description: open source proxy for geospatial data - Python 3 module
 MapProxy is an open source proxy for geospatial data. It caches, accelerates
 and transforms data from existing map services and serves any desktop or web
 GIS client.
 .
 MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a
 fully compliant WMS server supporting any WMS client (desktop and web).
 .
 This package provides the mapproxy module for Python 3.

Package: mapproxy-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
         ${misc:Depends}
Description: open source proxy for geospatial data - documentation
 MapProxy is an open source proxy for geospatial data. It caches, accelerates
 and transforms data from existing map services and serves any desktop or web
 GIS client.
 .
 MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a
 fully compliant WMS server supporting any WMS client (desktop and web).
 .
 This package provides the MapProxy documentation.