[med-svn] [Git][python-team/packages/mypy][master] d/rules: Applied patch from Samuel Thibault to fix FTBFS on hurd-i386. Closes: #1093423
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Jan 22 07:31:17 GMT 2025
Michael R. Crusoe pushed to branch master at Debian Python Team / packages / mypy
Commits:
e063eed2 by Michael R. Crusoe at 2025-01-21T16:30:20+01:00
d/rules: Applied patch from Samuel Thibault to fix FTBFS on hurd-i386. Closes: #1093423
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mypy (1.14.1-2) unstable; urgency=medium
+
+ * d/rules: Applied patch from Samuel Thibault to fix FTBFS on hurd-i386.
+ Closes: #1093423
+
+ -- Michael R. Crusoe <crusoe at debian.org> Tue, 21 Jan 2025 16:30:17 +0100
+
mypy (1.14.1-1) unstable; urgency=medium
* New upstream version
=====================================
debian/rules
=====================================
@@ -9,13 +9,13 @@ 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 mips64el 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 hurd-i386))
export MYPYC_MULTI_FILE=1
endif
export DEB_CFLAGS_MAINT_APPEND += -Wno-misleading-indentation
-ifneq (,$(filter $(DEB_HOST_ARCH),i386 x32))
+ifneq (,$(filter $(DEB_HOST_ARCH_CPU),i386 x32))
export MYPYC_DEBUG_LEVEL=1
else
export MYPYC_DEBUG_LEVEL=2
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/e063eed23c8c00a5c6a1f60b527abd7489cf0fe5
--
View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/e063eed23c8c00a5c6a1f60b527abd7489cf0fe5
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/20250122/5774d882/attachment-0001.htm>
More information about the debian-med-commit
mailing list