[qgis] 02/03: Update dependencies & paths for GRASS 7.2.

Bas Couwenberg sebastic at debian.org
Fri Oct 28 17:45:26 UTC 2016


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

sebastic pushed a commit to branch experimental
in repository qgis.

commit 00ea8572ff7e1b2fe7e550e61e71f1e0415c7fde
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Oct 28 16:49:20 2016 +0200

    Update dependencies & paths for GRASS 7.2.
---
 debian/changelog | 1 +
 debian/control   | 6 +++---
 debian/qgis.sh   | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 10374fa..ff7cbdc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 qgis (2.14.8+dfsg-2) UNRELEASED; urgency=medium
 
   * Update symbols for other architectures.
+  * Update dependencies & paths for GRASS 7.2.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 28 Oct 2016 01:28:05 +0200
 
diff --git a/debian/control b/debian/control
index e556a6e..6abaf98 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: bison,
                dh-python,
                flex,
                gdal-bin,
-               grass-dev,
+               grass-dev (>= 7.2.0~),
                libexpat1-dev,
                libfcgi-dev,
                libgdal-dev (>= 1.10.1-0~),
@@ -218,7 +218,7 @@ Description: QGIS - shared server library
 Package: libqgis-dev
 Architecture: any
 Section: libdevel
-Depends: grass-dev,
+Depends: grass-dev (>= 7.2.0~),
          libexpat1-dev,
          libgdal-dev (>= 1.10.1-0~),
          libgeos-dev (>= 3.0.0),
@@ -290,7 +290,7 @@ Depends: qgis (= ${binary:Version}),
          qgis-provider-grass (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends},
-         grass-core
+         grass-core (>= 7.2.0~)
 Breaks: qgis-provider-grass (<< 2.11.0+git20151002)
 Replaces: qgis-provider-grass (<< 2.11.0+git20151002)
 Description: GRASS plugin for QGIS
diff --git a/debian/qgis.sh b/debian/qgis.sh
index a709000..f4038cb 100644
--- a/debian/qgis.sh
+++ b/debian/qgis.sh
@@ -2,9 +2,9 @@
 
 if dpkg -s qgis-plugin-grass >/dev/null 2>&1; then
 	if [ "$LD_LIBRARY_PATH" = "" ]; then
-		LD_LIBRARY_PATH=/usr/lib/grass70/lib
+		LD_LIBRARY_PATH=/usr/lib/grass72/lib
 	else
-		LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass70/lib
+		LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass72/lib
 	fi
 fi
 

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



More information about the Pkg-grass-devel mailing list