Michael R. Crusoe pushed to branch master at Debian Python Team / packages / mypy
Commits: fc5c6781 by Mattias Ellert at 2025-02-17T08:22:08+01:00 Non-maintainer upload. Add hurd-amd64 to list of architectures that use the multifile option - - - - - d1799e72 by Michael R. Crusoe at 2025-02-17T11:34:28+00:00 Merge branch 'hurd-amd64-multifile' into 'master' Add hurd-amd64 to list of architectures that use the multifile option See merge request python-team/packages/mypy!6 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +mypy (1.15.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add hurd-amd64 to list of architectures that use the multifile option + + -- Mattias Ellert <[email protected]> Mon, 17 Feb 2025 08:18:50 +0100 + mypy (1.15.0-2) unstable; urgency=medium [ Mattias Ellert ] ===================================== debian/rules ===================================== @@ -8,7 +8,7 @@ include /usr/share/dpkg/default.mk export DEB_BUILD_MAINT_OPTIONS=hardening=+all -ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf mips64el hppa riscv64 mipsel alpha ia64 m68k powerpc sh4 sparc64 hurd-i386 i386 x32)) +ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf mips64el hppa riscv64 mipsel alpha ia64 m68k powerpc sh4 sparc64 hurd-i386 i386 x32 hurd-amd64)) export MYPYC_MULTI_FILE=1 endif View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/f26e1c46ec18859b32c25c17f253fd6d8fba7e9f...d1799e7212e018bfe9943d3fbe485112d9cd5c47 -- View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/compare/f26e1c46ec18859b32c25c17f253fd6d8fba7e9f...d1799e7212e018bfe9943d3fbe485112d9cd5c47 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
