Bas Couwenberg pushed to branch master at Debian GIS Project / mapcache
Commits: 8e135b08 by Bas Couwenberg at 2025-12-12T09:29:17+01:00 Drop rules for armel. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ mapcache (1.14.1-4) UNRELEASED; urgency=medium * Update lintian overrides. * Drop Rules-Requires-Root: no, default since dpkg 1.22.13. * Use test-build-validate-cleanup instead of test-build-twice. + * Drop rules for armel. -- Bas Couwenberg <[email protected]> Fri, 18 Jul 2025 13:31:33 +0200 ===================================== debian/rules ===================================== @@ -53,7 +53,7 @@ CMAKE_OPTS:= \ -DWITH_VERSION_STRING=1 # Disable memcache support on architectures where it's not supported -ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf i386 hppa hurd-i386 powerpc)) +ifneq (,$(filter $(DEB_BUILD_ARCH),armhf i386 hppa hurd-i386 powerpc)) CMAKE_OPTS += -DWITH_MEMCACHE=0 else CMAKE_OPTS += -DWITH_MEMCACHE=1 View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/commit/8e135b081a89aac57ce692b90958108441bde89f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcache/-/commit/8e135b081a89aac57ce692b90958108441bde89f 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
