Bas Couwenberg pushed to branch master at Debian GIS Project / tippecanoe
Commits: ba22bb24 by Bas Couwenberg at 2025-12-12T10:03:58+01:00 Drop rules for armel. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -4,6 +4,7 @@ tippecanoe (2.53.0-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.7.2, no changes. * Update lintian overrides. * Drop Rules-Requires-Root: no, default since dpkg 1.22.13. + * Drop rules for armel. -- Bas Couwenberg <[email protected]> Sun, 28 Jul 2024 20:05:22 +0200 ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ include /usr/share/dpkg/buildflags.mk export PREFIX := debian/tippecanoe/usr -ifneq (,$(filter armel m68k powerpc sh4,${DEB_HOST_ARCH})) +ifneq (,$(filter m68k powerpc sh4,${DEB_HOST_ARCH})) # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81358 # on these platforms g++ does not link with -latomic, resulting in # errors such as: View it on GitLab: https://salsa.debian.org/debian-gis-team/tippecanoe/-/commit/ba22bb241ce0ebdad22cd1a442cc3e986d66651a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tippecanoe/-/commit/ba22bb241ce0ebdad22cd1a442cc3e986d66651a 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
