@@ -23,12 +23,13 @@ Build-Depends:
23
23
pkg-config,
24
24
pyqt4-dev-tools,
25
25
python,
26
- python-central (>=0.5),
27
- python-dev,
26
+ python-dev (>= 2.6.6-3~),
28
27
python-qt4 (>=4.1.0),
29
28
python-qt4-dev (>=4.1.0),
30
29
python-sip (>= 4.5.0),
31
30
python-sip-dev (>= 4.5.0),
31
+ libosgearth-dev,
32
+ libopenscenegraph-dev,
32
33
git,
33
34
doxygen,
34
35
graphviz,
@@ -41,7 +42,7 @@ Homepage: http://qgis.org/
41
42
Package: qgis
42
43
Architecture: any
43
44
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-providers (= ${binary:Version}), qgis-common (= ${source:Version})
44
- Recommends: qgis-plugin-grass, python-qgis
45
+ Recommends: qgis-plugin-globe, qgis-plugin- grass, python-qgis
45
46
Suggests: gpsbabel
46
47
Conflicts: uim-qt3
47
48
Description: Geographic Information System (GIS)
@@ -59,7 +60,7 @@ Description: Quantum GIS - architecture-independent data
59
60
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
60
61
and display databases of geographic information.
61
62
.
62
- This package contains architecture-independent supporting data files for use
63
+ This package contains architecture-independent supporting data files for use
63
64
with Quantum GIS.
64
65
65
66
Package: libqgis{QGIS_ABI}
@@ -111,8 +112,8 @@ Description: GRASS plugin for Quantum GIS
111
112
112
113
Package: qgis-plugin-grass-common
113
114
Architecture: all
114
- Depends: ${python:Depends}
115
115
Replaces: qgis-common (<< 1.5)
116
+ Depends: python
116
117
Breaks: qgis-common (<< 1.5)
117
118
Description: GRASS plugin for Quantum GIS - architecture-independent data
118
119
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
@@ -124,9 +125,8 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
124
125
Package: python-qgis
125
126
Section: python
126
127
Architecture: any
127
- Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
128
+ Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
128
129
Provides: ${python:Provides}
129
- XB-Python-Version: ${python:Versions}
130
130
Description: Python bindings to Quantum GIS
131
131
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
132
132
and display databases of geographic information.
@@ -137,8 +137,7 @@ Package: python-qgis-common
137
137
Section: python
138
138
Architecture: all
139
139
Provides: ${python:Provides}
140
- Depends: gdal-bin, python-gdal, ${python:Depends}
141
- XB-Python-Version: ${python:Versions}
140
+ Depends: gdal-bin, python-gdal
142
141
Description: Python bindings to Quantum GIS - architecture-independent files
143
142
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
144
143
and display databases of geographic information.
@@ -195,3 +194,21 @@ Description: Quantum GIS API documentation
195
194
.
196
195
This package contains the Quantum GIS API documentation.
197
196
197
+ Package: qgis-plugin-globe
198
+ Architecture: any
199
+ Depends: qgis (= ${binary:Version}), qgis-plugin-globe-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
200
+ Description: OSG globe plugin for Quantum GIS
201
+ Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
202
+ and display databases of geographic information.
203
+ .
204
+ This plugin enables 3D viewing using OSG globe in the Quantum GIS.
205
+
206
+ Package: qgis-plugin-globe-common
207
+ Architecture: all
208
+ Description: OSG GLOBE plugin for Quantum GIS - architecture-independent data
209
+ Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
210
+ and display databases of geographic information.
211
+ .
212
+ This package contains architecture-independent supporting data files for use
213
+ with the Quantum GIS GLOBE plugin.
214
+
0 commit comments