Michael R. Crusoe pushed to branch master at Debian Python Team / packages / mypy
Commits: e8eb0f15 by Michael R. Crusoe at 2023-08-18T15:04:34+02:00 Demote armel/armhf to "-O2". - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mypy (1.5.1-2) unstable; urgency=medium + + * Demote armel/armhf to "-O2". + + -- Michael R. Crusoe <[email protected]> Fri, 18 Aug 2023 15:04:32 +0200 + mypy (1.5.1-1) unstable; urgency=medium * New upstream version ===================================== debian/rules ===================================== @@ -12,7 +12,7 @@ endif export DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/default.mk -ifneq (,$(filter $(DEB_BUILD_ARCH),hppa)) +ifneq (,$(filter $(DEB_BUILD_ARCH),hppa armel armhf)) export MYPYC_OPT_LEVEL=2 else ifeq ($(DEB_HOST_ARCH_BITS), 32) export DEB_CFLAGS_MAINT_APPEND += -g1 View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/e8eb0f159af58c778d4ee8a6a87d6ca6e9d5d3c7 -- View it on GitLab: https://salsa.debian.org/python-team/packages/mypy/-/commit/e8eb0f159af58c778d4ee8a6a87d6ca6e9d5d3c7 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
