openlibm (0.8.1+dfsg-2)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/0.8.1+dfsg-2 tag
- Git: https://salsa.debian.org/julia-team/openlibm.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 4218880
- Browser: https://salsa.debian.org/julia-team/openlibm
- Last scan: 2023-01-27 03:14:21+00
- Next scan: 2023-02-02 10:39:00+00
- Merge requests: 1
- Debian changelog in Git:
openlibm (0.8.1+dfsg-2) unstable; urgency=medium
* Upload to unstable.
-- Mo Zhou <lumin@debian.org> Sun, 24 Jul 2022 12:44:28 -0700
- This branch is 2 commits ahead of tag debian/0.8.1+dfsg-2
- Git log:
commit 76532b346a37d5b6c86db1081908232794b2bbe7
Merge: 03f3a46 ab1ac62
Author: Mo Zhou <lumin@debian.org>
Date: Thu Oct 6 20:48:01 2022 +0000
Merge branch 'master' into 'master'
Unset MARCH during build and test
See merge request julia-team/openlibm!2
commit ab1ac62c3d6a108d824abdd4e7e4c443ed887a03
Author: Adrian Bunk <bunk@debian.org>
Date: Tue Jul 26 00:41:51 2022 +0300
Unset MARCH during build and test
This broke on armhf due to a Debian packaging change in the
interpretation of -march on ARM, and would have been a baseline
violation on armel if the package wouldn't FTBFS there for other
reasons.