[Git][debian-gis-team/merkaartor][master] 3 commits: Don't use webengine on mipsel.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Tue Jul 25 08:49:24 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / merkaartor
Commits:
7de69c9f by Bas Couwenberg at 2023-07-25T09:43:16+02:00
Don't use webengine on mipsel.
- - - - -
d0a39026 by Bas Couwenberg at 2023-07-25T09:43:16+02:00
Update lintian overrides.
- - - - -
d4b38f4c by Bas Couwenberg at 2023-07-25T09:43:16+02:00
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- + debian/lintian-overrides
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,15 +1,16 @@
-merkaartor (0.19.0+ds-4) UNRELEASED; urgency=medium
+merkaartor (0.19.0+ds-4) unstable; urgency=medium
* Team upload.
[ Bas Couwenberg ]
* Bump Standards-Version to 4.6.2, no changes.
* Don't use qtwebengine5-dev on mipsel, package to be removed.
+ * Update lintian overrides.
[ Adrian Bunk ]
* qtwebengine5-dev is now available on mips64el
- -- Bas Couwenberg <sebastic at debian.org> Wed, 18 Jan 2023 17:02:17 +0100
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 25 Jul 2023 09:31:25 +0200
merkaartor (0.19.0+ds-3) unstable; urgency=medium
=====================================
debian/lintian-overrides
=====================================
@@ -0,0 +1,3 @@
+# False positive, string not included in source
+spelling-error-in-binary wtH with *
+
=====================================
debian/rules
=====================================
@@ -11,7 +11,7 @@ export QT_SELECT=5
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el mipsel))
+ifneq (,$(filter $(DEB_HOST_ARCH), amd64 arm64 armhf i386 mips64el))
DEB_PKG_USEWEBENGINE=1
else
DEB_PKG_USEWEBENGINE=0
View it on GitLab: https://salsa.debian.org/debian-gis-team/merkaartor/-/compare/0cb35a1bdbef52b59958cfe8b8d6fbd35654f26c...d4b38f4c4af2f834063f069bba6e7d17f0eb9ab2
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/merkaartor/-/compare/0cb35a1bdbef52b59958cfe8b8d6fbd35654f26c...d4b38f4c4af2f834063f069bba6e7d17f0eb9ab2
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/20230725/40f2903e/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list