diff --git a/debian/changelog b/debian/changelog index 62a8ac8153c..2eab0bb54ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,7 @@ qgis (1.9.90) UNRELEASED; urgency=low * build package with internal libspatialite where libspatialite not available * drop support for Ubuntu hardy, intrepid, jaunty and karmic - -- Jürgen E. Fischer Wed, 07 Mar 2012 06:52:29 +0100 + -- Jürgen E. Fischer Thu, 08 Mar 2012 16:08:09 +0100 qgis (1.8.0) UNRELEASED; urgency=low diff --git a/debian/control.precise b/debian/control.precise index 5e992e6254e..1d69bd70e5b 100644 --- a/debian/control.precise +++ b/debian/control.precise @@ -30,6 +30,8 @@ Build-Depends: python-qt4-dev (>=4.1.0), python-sip (>= 4.5.0), python-sip-dev (>= 4.5.0), + libosgearth-dev, + libopenscenegraph-dev, git, doxygen, graphviz, @@ -42,7 +44,7 @@ Homepage: http://qgis.org/ Package: qgis Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-providers (= ${binary:Version}), qgis-common (= ${source:Version}) -Recommends: qgis-plugin-grass, python-qgis +Recommends: qgis-plugin-globe, qgis-plugin-grass, python-qgis Suggests: gpsbabel Conflicts: uim-qt3 Description: Geographic Information System (GIS) @@ -197,3 +199,21 @@ Description: Quantum GIS API documentation . This package contains the Quantum GIS API documentation. +Package: qgis-plugin-globe +Architecture: any +Depends: qgis (= ${binary:Version}), qgis-plugin-globe-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: OSG globe plugin for Quantum GIS + Quantum GIS is a Geographic Information System (GIS) which manages, analyzes + and display databases of geographic information. + . + This plugin enables 3D viewing using OSG globe in the Quantum GIS. + +Package: qgis-plugin-globe-common +Architecture: all +Description: OSG GLOBE plugin for Quantum GIS - architecture-independent data + Quantum GIS is a Geographic Information System (GIS) which manages, analyzes + and display databases of geographic information. + . + This package contains architecture-independent supporting data files for use + with the Quantum GIS GLOBE plugin. +