This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch stretch-backports in repository qgis.
commit 9cdd1866153bbf3b6ca1927b74225f0fd339a57f Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Wed Jan 31 07:36:18 2018 +0100 Rebuild for stretch-backports. Revert GRASS 7.4 changes to build with GRASS 7.2 from stretch. --- debian/changelog | 7 +++++++ debian/control | 6 +++--- debian/qgis.sh | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5fa7bdd..f1e8c0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +qgis (2.14.22+dfsg-2~bpo9+1) stretch-backports; urgency=medium + + * Rebuild for stretch-backports. + * Revert GRASS 7.4 changes to build with GRASS 7.2 from stretch. + + -- Bas Couwenberg <sebas...@debian.org> Wed, 31 Jan 2018 07:34:10 +0100 + qgis (2.14.22+dfsg-2) unstable; urgency=medium * Update packaging for GRASS 7.4.0. diff --git a/debian/control b/debian/control index b477de4..7c2cf12 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: bison, dh-python, flex, gdal-bin, - grass-dev (>= 7.4.0), + 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 (>= 7.4.0), +Depends: grass-dev (>= 7.2.0), libexpat1-dev, libgdal-dev (>= 1.10.1-0~), libgeos-dev (>= 3.0.0), @@ -268,7 +268,7 @@ Architecture: any Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), qgis-provider-grass (= ${binary:Version}), - grass-core (>= 7.4.0), + grass-core (>= 7.2.0), ${grass:Depends}, ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/qgis.sh b/debian/qgis.sh index f972fd5..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/grass74/lib + LD_LIBRARY_PATH=/usr/lib/grass72/lib else - LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass74/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 _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel