Bas Couwenberg pushed to branch master at Debian GIS Project / tippecanoe
Commits: 3f2b8a46 by Bas Couwenberg at 2025-03-20T06:24:27+01:00 Bump Standards-Version to 4.7.2, no changes. - - - - - f56636f0 by Bas Couwenberg at 2025-08-24T20:14:32+02:00 Remove mipsel from rules. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,7 +1,7 @@ tippecanoe (2.53.0-2) UNRELEASED; urgency=medium * Team upload. - * Bump Standards-Version to 4.7.0, no changes. + * Bump Standards-Version to 4.7.2, no changes. -- Bas Couwenberg <[email protected]> Sun, 28 Jul 2024 20:05:22 +0200 ===================================== debian/control ===================================== @@ -6,7 +6,7 @@ Priority: optional Build-Depends: debhelper-compat (= 13), libsqlite3-dev, zlib1g-dev, -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/debian-gis-team/tippecanoe Vcs-Git: https://salsa.debian.org/debian-gis-team/tippecanoe.git Homepage: https://github.com/felt/tippecanoe ===================================== debian/rules ===================================== @@ -9,7 +9,7 @@ include /usr/share/dpkg/buildflags.mk export PREFIX := debian/tippecanoe/usr -ifneq (,$(filter armel mipsel m68k powerpc sh4,${DEB_HOST_ARCH})) +ifneq (,$(filter armel 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/-/compare/10edc5ad1e0bc3286656a52994462c3b1e83ccd3...f56636f0c444c6d6e425408f578320dad1d18949 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/tippecanoe/-/compare/10edc5ad1e0bc3286656a52994462c3b1e83ccd3...f56636f0c444c6d6e425408f578320dad1d18949 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
