Bas Couwenberg pushed to branch master at Debian GIS Project / qgis
Commits: dc76b9bc by Bas Couwenberg at 2022-06-04T08:18:16+02:00 Update packaging for GRASS 8.2.0. - - - - - 061ad05a by Bas Couwenberg at 2022-06-04T12:59:57+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/qgis.sh Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +qgis (3.22.7+dfsg-2) unstable; urgency=medium + + * Update packaging for GRASS 8.2.0. + + -- Bas Couwenberg <[email protected]> Sat, 04 Jun 2022 12:59:14 +0200 + qgis (3.22.7+dfsg-1) unstable; urgency=medium * Update symbols for other architectures. ===================================== debian/control ===================================== @@ -11,7 +11,7 @@ Build-Depends: bison, dh-python, flex, gdal-bin, - grass-dev (>= 8.0.2), + grass-dev (>= 8.2.0), libexiv2-dev, libexpat1-dev, libfcgi-dev, @@ -248,7 +248,7 @@ Description: QGIS custom widgets for Qt Designer Package: libqgis-dev Architecture: any Section: libdevel -Depends: grass-dev (>= 8.0.0), +Depends: grass-dev (>= 8.2.0), libexiv2-dev, libexpat1-dev, libgdal-dev (>= 1.11), @@ -320,7 +320,7 @@ Architecture: any Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), qgis-provider-grass (= ${binary:Version}), - grass-core (>= 8.0.0), + grass-core (>= 8.2.0), ${grass:Depends}, ${shlibs:Depends}, ${misc:Depends} ===================================== 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/grass80/lib + LD_LIBRARY_PATH=/usr/lib/grass82/lib else - LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass80/lib + LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass82/lib fi fi View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/compare/b5522a4164070887e01f947673e27083e3fe921f...061ad05aac880cefdf921c30c8e20f45efdc3c50 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/compare/b5522a4164070887e01f947673e27083e3fe921f...061ad05aac880cefdf921c30c8e20f45efdc3c50 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
