@@ -2,20 +2,21 @@ Source: qgis
2
2
Section: science
3
3
Priority: extra
4
4
Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
5
- Build-Depends: debhelper (>= 5.0.51~ ), libgdal1-dev, libpq-dev,
6
- libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, proj (<< 4.7.0) | libproj-dev (>= 4.7.0) , libexpat1-dev,
7
- flex, bison, python-dev, cmake (>= 2.6), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
8
- sip4 (>= 4.5), libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
5
+ Build-Depends: debhelper (>= 7 ), libgdal1-dev, libpq-dev,
6
+ libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, libproj-dev, libexpat1-dev,
7
+ flex, bison, python-dev, cmake (>= 2.6), python-sip (>= 4.5.0), python-central (>=0.5), python,
8
+ libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
9
9
libqt4-sql (>=4.4.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10
- python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, subversion
10
+ python-sip-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libspatialite-dev,
11
+ pkg-config, subversion
11
12
Build-Conflicts: libqgis-dev, qgis-dev
12
13
Standards-Version: 3.8.4
13
14
XS-Python-Version: current
14
15
Homepage: http://qgis.org/
15
16
16
17
Package: qgis
17
18
Architecture: any
18
- Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-common (= ${source:Version})
19
+ Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-common (= ${source:Version}), qgis-providers (= ${binary:Version})
19
20
Recommends: qgis-plugin-grass, python-qgis
20
21
Suggests: gpsbabel
21
22
Conflicts: uim-qt3
@@ -68,7 +69,7 @@ Description: Quantum GIS - development files
68
69
69
70
Package: qgis-plugin-grass
70
71
Architecture: any
71
- Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass640-5+41380
72
+ Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass640+42329
72
73
Description: GRASS plugin for Quantum GIS
73
74
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
74
75
and display databases of geographic information.
@@ -79,6 +80,8 @@ Description: GRASS plugin for Quantum GIS
79
80
Package: qgis-plugin-grass-common
80
81
Architecture: all
81
82
Depends: python
83
+ Replaces: qgis-common (<< 1.5)
84
+ Breaks: qgis-common (<< 1.5)
82
85
Description: GRASS plugin for Quantum GIS - architecture-independent data
83
86
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
84
87
and display databases of geographic information.
@@ -89,7 +92,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
89
92
Package: python-qgis
90
93
Section: python
91
94
Architecture: any
92
- Depends: python-qt4 (>=4.1.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
95
+ Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python- qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
93
96
Provides: ${python:Provides}
94
97
XB-Python-Version: ${python:Versions}
95
98
Description: Python bindings to Quantum GIS
@@ -102,6 +105,7 @@ Package: python-qgis-common
102
105
Section: python
103
106
Architecture: all
104
107
Provides: ${python:Provides}
108
+ Depends: gdal-bin, python-gdal
105
109
XB-Python-Version: ${python:Versions}
106
110
Description: Python bindings to Quantum GIS - architecture-independent files
107
111
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
@@ -110,3 +114,34 @@ Description: Python bindings to Quantum GIS - architecture-independent files
110
114
This package contains architecture-independent files for the Quantum GIS
111
115
Python bindings.
112
116
117
+ Package: qgis-providers
118
+ Architecture: any
119
+ Depends: ${shlibs:Depends}, ${misc:Depends}
120
+ Replaces: qgis (<= 1.6)
121
+ Breaks: qgis (<= 1.6)
122
+ Description: collection of data providers to Quantum GIS
123
+ Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
124
+ and display databases of geographic information.
125
+ .
126
+ This package contains the provider plugins for Quantum GIS.
127
+
128
+ Package: qgis-providers-common
129
+ Architecture: any
130
+ Replaces: qgis-common (<= 1.6)
131
+ Breaks: qgis-common (<= 1.6)
132
+ Description: collection of data providers to Quantum GIS - architecture-independent files
133
+ Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
134
+ and display databases of geographic information.
135
+ .
136
+ This package contains architecture-independent files for the Quantum GIS
137
+ providers.
138
+
139
+ Package: qgis-mapserver
140
+ Architecture: any
141
+ Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
142
+ Description: Quantum GIS mapserver
143
+ Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
144
+ and display databases of geographic information.
145
+ .
146
+ This package contains the Quantum GIS mapserver.
147
+
0 commit comments