This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository qgis.

commit a3113ccf843b908f2e202a275d8306f3c8dc2e89
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Feb 14 03:15:45 2014 +0100

    Also build osgEarth globe plugin.
---
 debian/changelog |  1 +
 debian/control   | 23 +++++++++++++++++++++++
 debian/rules     |  2 +-
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6ee5030..9eadfcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ qgis (2.0.1-2) UNRELEASED; urgency=low
   * Add qgis-crssync dpkg trigger to run crssync after installing the srs.db.
     Thanks to Andreas Beckmann for the assistance.
     (closes: #738273)
+  * Also build osgEarth globe plugin.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Fri, 31 Jan 2014 19:42:03 +0100
 
diff --git a/debian/control b/debian/control
index 21597bb..02f2988 100644
--- a/debian/control
+++ b/debian/control
@@ -59,6 +59,7 @@ Depends: ${shlibs:Depends},
          qgis-providers (= ${binary:Version}),
          qgis-common (= ${source:Version})
 Recommends: qgis-plugin-grass,
+            qgis-plugin-globe,
             python-qgis
 Suggests: gpsbabel
 Conflicts: uim-qt3
@@ -219,6 +220,28 @@ Description: GRASS plugin for QGIS - 
architecture-independent data
  This package contains architecture-independent supporting data files for use
  with the QGIS GRASS plugin.
 
+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 QGIS
+ QGIS 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 QGIS.
+
+Package: qgis-plugin-globe-common
+Architecture: all
+Depends: ${misc:Depends}
+Description: OSG GLOBE plugin for QGIS - architecture-independent data
+ QGIS 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 QGIS GLOBE plugin.
+
 Package: python-qgis
 Architecture: any
 Section: python
diff --git a/debian/rules b/debian/rules
index e79ed74..3d5d50f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ CMAKE_OPTS := \
        -DWITH_INTERNAL_SPATIALITE=FALSE \
        -DWITH_PYSPATIALITE=FALSE \
        -DWITH_QSPATIALITE=TRUE \
-       -DWITH_GLOBE=FALSE \
+       -DWITH_GLOBE=TRUE \
        -DPYTHON_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpython2.7.so
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qgis.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to