Bas Couwenberg pushed to branch experimental at Debian GIS Project / qmapshack
Commits: f57cb2cc by Bas Couwenberg at 2025-07-06T11:51:37+02:00 Use -DUPDATE_TRANSLATIONS=OFF to fix building twice. - - - - - 4 changed files: - debian/changelog - debian/patches/series - − debian/patches/ts.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,6 @@ qmapshack (1.18.0-1~exp2) UNRELEASED; urgency=medium - * Add patch to fix building twice. + * Use -DUPDATE_TRANSLATIONS=OFF to fix building twice. -- Bas Couwenberg <[email protected]> Fri, 04 Jul 2025 21:58:54 +0200 ===================================== debian/patches/series ===================================== @@ -1,2 +1 @@ proj.patch -ts.patch ===================================== debian/patches/ts.patch deleted ===================================== The diff for this file was not included because it is too large. ===================================== debian/rules ===================================== @@ -10,7 +10,9 @@ export QT_SELECT := qt5 dh $@ override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1 + dh_auto_configure -- \ + -DCMAKE_VERBOSE_MAKEFILE=ON \ + -DUPDATE_TRANSLATIONS=OFF override_dh_installchangelogs: dh_installchangelogs changelog.txt View it on GitLab: https://salsa.debian.org/debian-gis-team/qmapshack/-/commit/f57cb2ccf13dd1cbdef8a32842571878be95bf39 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/qmapshack/-/commit/f57cb2ccf13dd1cbdef8a32842571878be95bf39 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
