Skip to content

Commit a873124

Browse files
committed
debian packageing update: add globe plugin to ubuntu precise
1 parent 56f38aa commit a873124

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ qgis (1.9.90) UNRELEASED; urgency=low
1010
* build package with internal libspatialite where libspatialite not available
1111
* drop support for Ubuntu hardy, intrepid, jaunty and karmic
1212

13-
-- Jürgen E. Fischer <jef@norbit.de> Wed, 07 Mar 2012 06:52:29 +0100
13+
-- Jürgen E. Fischer <jef@norbit.de> Thu, 08 Mar 2012 16:08:09 +0100
1414

1515
qgis (1.8.0) UNRELEASED; urgency=low
1616

debian/control.precise

+21-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Build-Depends:
3030
python-qt4-dev (>=4.1.0),
3131
python-sip (>= 4.5.0),
3232
python-sip-dev (>= 4.5.0),
33+
libosgearth-dev,
34+
libopenscenegraph-dev,
3335
git,
3436
doxygen,
3537
graphviz,
@@ -42,7 +44,7 @@ Homepage: http://qgis.org/
4244
Package: qgis
4345
Architecture: any
4446
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-providers (= ${binary:Version}), qgis-common (= ${source:Version})
45-
Recommends: qgis-plugin-grass, python-qgis
47+
Recommends: qgis-plugin-globe, qgis-plugin-grass, python-qgis
4648
Suggests: gpsbabel
4749
Conflicts: uim-qt3
4850
Description: Geographic Information System (GIS)
@@ -197,3 +199,21 @@ Description: Quantum GIS API documentation
197199
.
198200
This package contains the Quantum GIS API documentation.
199201

202+
Package: qgis-plugin-globe
203+
Architecture: any
204+
Depends: qgis (= ${binary:Version}), qgis-plugin-globe-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
205+
Description: OSG globe plugin for Quantum GIS
206+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
207+
and display databases of geographic information.
208+
.
209+
This plugin enables 3D viewing using OSG globe in the Quantum GIS.
210+
211+
Package: qgis-plugin-globe-common
212+
Architecture: all
213+
Description: OSG GLOBE plugin for Quantum GIS - architecture-independent data
214+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
215+
and display databases of geographic information.
216+
.
217+
This package contains architecture-independent supporting data files for use
218+
with the Quantum GIS GLOBE plugin.
219+

0 commit comments

Comments
 (0)