[Git][debian-gis-team/qmapshack][experimental] Use -DUPDATE_TRANSLATIONS=OFF to fix building twice.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Jul 6 11:02:07 BST 2025
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250706/f0d6d3dd/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list