Michael R. Crusoe pushed to branch master at Debian Python Team / packages / mypy
Commits: ad750c49 by Michael R. Crusoe at 2024-09-07T11:27:27+02:00 d/rules: adjust build flags for mips64el - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mypy (1.11.2-3) unstable; urgency=medium + + * d/rules: adjust build flags for mips64el + + -- Michael R. Crusoe <[email protected]> Sat, 07 Sep 2024 11:27:22 +0200 + mypy (1.11.2-2) unstable; urgency=medium * d/tests/run-unit-test: also run the mypyc tests ===================================== debian/rules ===================================== @@ -9,12 +9,9 @@ include /usr/share/dpkg/pkg-info.mk export DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/default.mk -ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf hppa riscv64 mipsel alpha ia64 m68k powerpc sh4 sparc64)) +ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf mips64el hppa riscv64 mipsel alpha ia64 m68k powerpc sh4 sparc64)) export MYPYC_MULTI_FILE=1 endif -ifneq (,$(filter $(DEB_HOST_ARCH),mips64el)) - export DEB_CFLAGS_MAINT_APPEND += -mxgot -endif export DEB_CFLAGS_MAINT_APPEND += -Wno-misleading-indentation View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/ad750c49e543acf813f07111a7922d8ef3d743df -- View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/ad750c49e543acf813f07111a7922d8ef3d743df You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
