Martin Landa pushed to branch ubuntu/noble at Debian GIS Project / qgis
Commits: 79fd505e by Martin Landa at 2024-07-30T10:06:03+02:00 Rebuild 3.34.9+dfsg for noble - - - - - 49f0e7e9 by Martin Landa at 2024-07-30T14:57:39+02:00 Rebuild 3.34.9+dfsg for noble - - - - - 3 changed files: - debian/changelog - debian/control - debian/qgis.sh Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +qgis (3.34.9+dfsg-1~noble2) noble; urgency=medium + + * Rebuild for noble. + * Update debian/qgis.sh + + -- Martin Landa <[email protected]> Tue, 30 Jul 2024 14:56:38 +0200 + +qgis (3.34.9+dfsg-1~noble1) noble; urgency=medium + + * Rebuild for noble. + + -- Martin Landa <[email protected]> Tue, 30 Jul 2024 10:03:40 +0200 + qgis (3.34.9+dfsg-1) unstable; urgency=medium * Update symbols for other architectures. ===================================== debian/control ===================================== @@ -13,7 +13,7 @@ Build-Depends: bison, dh-sequence-python3, flex, gdal-bin, - grass-dev (>= 8.3.2), + grass-dev (>= 8.4.0), libexiv2-dev, libexpat1-dev, libfcgi-dev, @@ -250,7 +250,7 @@ Description: QGIS custom widgets for Qt Designer Package: libqgis-dev Architecture: any Section: libdevel -Depends: grass-dev (>= 8.3.0), +Depends: grass-dev (>= 8.4.0), libexiv2-dev, libexpat1-dev, libgdal-dev (>= 1.11), @@ -322,7 +322,7 @@ Architecture: any Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), qgis-provider-grass (= ${binary:Version}), - grass-core (>= 8.3.0), + grass-core (>= 8.4.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/grass83/lib + LD_LIBRARY_PATH=/usr/lib/grass84/lib else - LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass83/lib + LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass84/lib fi fi View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/compare/28ed30c46f1e9d1374abf6613bbbc86f3a7cc7da...49f0e7e9490c1312d157517a53e1be60c777f33b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/compare/28ed30c46f1e9d1374abf6613bbbc86f3a7cc7da...49f0e7e9490c1312d157517a53e1be60c777f33b 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
