[med-svn] [Git][python-team/packages/mypy][master] d/rules: adjust build flags for mips64el
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sat Sep 7 21:28:17 BST 2024
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 <crusoe at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240907/4db2b1b1/attachment-0001.htm>
More information about the debian-med-commit
mailing list