Bas Couwenberg pushed to branch master at Debian GIS Project / qgis
Commits: 1b7cddc0 by Bas Couwenberg at 2026-08-16T13:02:35+02:00 Disable QML Ahead-Of-Time compilation to improve reproducibility. (closes: #1144480) - - - - - 2ddf404d by Bas Couwenberg at 2026-08-16T13:02:42+02:00 Set distribution to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +qgis (3.44.13+dfsg-3) unstable; urgency=medium + + * Disable QML Ahead-Of-Time compilation to improve reproducibility. + (closes: #1144480) + + -- Bas Couwenberg <[email protected]> Sun, 16 Aug 2026 13:02:36 +0200 + qgis (3.44.13+dfsg-2) unstable; urgency=medium * Add upstream patch to fix FTBFS with SIP 6.11. ===================================== debian/rules ===================================== @@ -79,7 +79,8 @@ CMAKE_OPTS := \ -DWITH_EPT=TRUE \ -DWITH_DRACO=FALSE \ -DPython_FIND_UNVERSIONED_NAMES=FIRST \ - -DQT_PLUGINS_DIR=$(QT_PLUGINS_DIR) + -DQT_PLUGINS_DIR=$(QT_PLUGINS_DIR) \ + -DQT_QML_NO_CACHEGEN=ON ifneq ($(SHA),) CMAKE_OPTS += -DSHA=$(SHA) View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/compare/a899d17f3331c61c87b61c47cb5e768d9abef0a2...2ddf404d1a263ef217ad1a49f6bf249a5610cf21 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/compare/a899d17f3331c61c87b61c47cb5e768d9abef0a2...2ddf404d1a263ef217ad1a49f6bf249a5610cf21 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
