[med-svn] [Git][med-team/libmaus2][master] 2 commits: add fix-ftbfs-on-i386.patch

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Thu Sep 2 22:36:54 BST 2021



É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 <emollier at debian.org>  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 <emollier at debian.org>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210902/0afbc20b/attachment-0001.htm>


More information about the debian-med-commit mailing list