1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
mlucas (20.1.1-1.3) unstable; urgency=medium
* Non-maintainer upload.
* debian/rules:
- disable avx512 on x86_64. (Closes: #1084045)
- disable simd on arm64. (Closes: #1027776)
-- Bill Allombert <ballombe@debian.org> Sat, 05 Oct 2024 12:54:33 +0200
mlucas (20.1.1-1.2) unstable; urgency=medium
* Non-maintainer upload.
* debian/control:
- Set Architecture to any.
* debian/rules: disable sse2 on i386
-- Bill Allombert <ballombe@debian.org> Sat, 28 Sep 2024 17:19:40 +0200
mlucas (20.1.1-1.1) unstable; urgency=medium
* Non-maintainer upload. (Closes: #1080048)
Mlucas author, Mr Ernst Mayer, sadly passed away in 2023,
see <https://www.mersenneforum.org/node/22279?t=28890>
He will be missed. Consider this package as a tribute to him.
* New patch fopen-on-arm.patch from Steve Langasek (Closes: #1014547)
* debian/control:
- Fix maintainer address. (Closes: #1013910)
* debian/rules:
- Apply patch from Steve Langasek (Closes: #1027776)
- build with -Wno-incompatible-pointer-types (Closes: #1081082)
-- Bill Allombert <ballombe@debian.org> Fri, 27 Sep 2024 22:27:58 +0200
mlucas (20.1.1-1) unstable; urgency=medium
* New upstream release.
* RC bug fix release (Closes: #957547), fix FTBFS with GCC.
* Add dependency python3 and remove dependency python. (Closes: #945666).
* Add dependency libgmp-dev.
* Bump debhelper compat version to 13.
* Bump standards version to 4.6.0.1.
* Update maintainer address.
* Document Rules-Requires-Root.
* Remove all patches as they should have been incorporated by upstream.
* Add new entry in docs.
* Document issues to be fixed by adding FIXME comment in README and watch.
* Update copyright and signing key.
-- Alex Vong <alexvong1995-AT-protonmail-DOT-com@NOSPAM.invalid> Mon, 20 Dec 2021 23:07:38 +0000
mlucas (17.1-3) unstable; urgency=medium
* RC bug fix release (Closes: #920835), fix missing binary name in wrapper
script and undefined macro error in powerpc build.
* Add architecture hurd-i386.
-- Alex Vong <alexvong1995@gmail.com> Fri, 01 Feb 2019 05:10:29 +0800
mlucas (17.1-2) unstable; urgency=medium
* RC bug fix release (Closes: #920834), fix c identifier typo.
* Display verbose test log to assist debugging #920835.
-- Alex Vong <alexvong1995@gmail.com> Wed, 30 Jan 2019 23:23:24 +0800
mlucas (17.1-1) unstable; urgency=medium
* New upstream release.
* Remove build dependency autogen.
* Add dependency python.
* Add architecture arm64 and s390x (Closes: #871593).
* Bump debhelper compat version to 12.
* Update control, copyright, docs, README, rules, signing key and watch.
* Use HTTPS in URLs.
* Remove doc-base and obsolete patches.
-- Alex Vong <alexvong1995@gmail.com> Sat, 26 Jan 2019 17:13:06 +0800
mlucas (14.1-2) unstable; urgency=medium
* RC bug fix release (Closes: #860662), split big test into smaller ones
to avoid exhausting system resources.
* Backport fix for undefined behavior from upstream.
-- Alex Vong <alexvong1995@gmail.com> Mon, 24 Apr 2017 16:16:28 +0800
mlucas (14.1-1) unstable; urgency=low
* Initial release (Closes: #786656)
-- Alex Vong <alexvong1995@gmail.com> Thu, 27 Aug 2015 22:04:58 +0800
|