[med-svn] [Git][med-team/mypy][master] armel: Lower to -O0.

Michael R. Crusoe gitlab at salsa.debian.org
Sat Jan 23 14:39:55 GMT 2021



Michael R. Crusoe pushed to branch master at Debian Med / mypy


Commits:
b4d190e2 by Michael R. Crusoe at 2021-01-23T12:43:30+01:00
armel: Lower to -O0.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+mypy (0.800-2) unstable; urgency=medium
+
+  * armel: Lower to -O0.
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Sat, 23 Jan 2021 12:43:21 +0100
+
 mypy (0.800-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/rules
=====================================
@@ -15,8 +15,10 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 include /usr/share/dpkg/default.mk
 ifneq (,$(filter $(DEB_BUILD_ARCH),hppa))
   export MYPYC_OPT_LEVEL=2
-else ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf))
+else ifneq (,$(filter $(DEB_BUILD_ARCH),armhf))
   export MYPYC_OPT_LEVEL=1
+else ifneq (,$(filter $(DEB_BUILD_ARCH),armel))
+  export MYPYC_OPT_LEVEL=0
 endif
 
 



View it on GitLab: https://salsa.debian.org/med-team/mypy/-/commit/b4d190e2684e035cedbf72abf95360cc510dd5ed

-- 
View it on GitLab: https://salsa.debian.org/med-team/mypy/-/commit/b4d190e2684e035cedbf72abf95360cc510dd5ed
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/20210123/5ce5ebe2/attachment.html>


More information about the debian-med-commit mailing list