Étienne Mollier pushed to branch master at Debian Med / libmaus2
Commits: 0c977c9b by Étienne Mollier at 2021-09-02T23:36:07+02:00 add fix-ftbfs-on-i386.patch This fixes a failure to build from source, by adjusting the size of a vector so it is suitable for 32-bits architectures. - - - - - b920c2df by Étienne Mollier at 2021-09-02T23:36:39+02:00 update changelog - - - - - 3 changed files: - debian/changelog - + debian/patches/fix-ftbfs-on-i386.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libmaus2 (2.0.802+dfsg-2) UNRELEASED; urgency=medium + + * add fix-ftbfs-on-i386.patch + + -- Étienne Mollier <[email protected]> Thu, 02 Sep 2021 23:36:17 +0200 + libmaus2 (2.0.802+dfsg-1) unstable; urgency=medium * New upstream version ===================================== debian/patches/fix-ftbfs-on-i386.patch ===================================== @@ -0,0 +1,17 @@ +Description: fix ftbfs on i386 +Author: Étienne Mollier <[email protected]> +Forwarded: https://gitlab.com/german.tischler/libmaus2/-/issues/37 +Last-Update: 2021-09-02 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- libmaus2.orig/src/test/testsort.cpp ++++ libmaus2/src/test/testsort.cpp +@@ -1338,7 +1338,7 @@ + } + + { +- std::size_t const n = 1024*1024*1024; ++ std::size_t const n = 256*1024*1024; + std::size_t const threads = 24; + + std::cerr << "filling array..."; ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +fix-ftbfs-on-i386.patch View it on GitLab: https://salsa.debian.org/med-team/libmaus2/-/compare/0cbf640b4377ea51285d3eef56da0e43ac7a4f7e...b920c2dfed25b47731b5e1cd90a76357130eb793 -- View it on GitLab: https://salsa.debian.org/med-team/libmaus2/-/compare/0cbf640b4377ea51285d3eef56da0e43ac7a4f7e...b920c2dfed25b47731b5e1cd90a76357130eb793 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
