Dear maintainer,

I've uploaded an NMU for libmmap-allocator (versioned as 
0.4.0+git20200122.adbfbe1-2.1).
The diff is attached to this message.

cu
Adrian
diffstat for libmmap-allocator-0.4.0+git20200122.adbfbe1 libmmap-allocator-0.4.0+git20200122.adbfbe1

 changelog                            |    7 +++++++
 patches/series                       |    1 +
 patches/test-no-fixed-pagesize.patch |   15 +++++++++++++++
 3 files changed, 23 insertions(+)

diff -Nru libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/changelog libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/changelog
--- libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/changelog	2024-05-26 13:04:47.000000000 +0300
+++ libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/changelog	2025-04-11 12:53:59.000000000 +0300
@@ -1,3 +1,10 @@
+libmmap-allocator (0.4.0+git20200122.adbfbe1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable tests that make page size assumptions. (Closes: #1102582)
+
+ -- Adrian Bunk <b...@debian.org>  Fri, 11 Apr 2025 12:53:59 +0300
+
 libmmap-allocator (0.4.0+git20200122.adbfbe1-2) unstable; urgency=medium
 
   * Team Upload.
diff -Nru libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/patches/series libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/patches/series
--- libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/patches/series	2024-05-26 12:57:46.000000000 +0300
+++ libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/patches/series	2025-04-11 12:53:17.000000000 +0300
@@ -1,3 +1,4 @@
 # soname.patch
 cross.patch
 hardening.patch
+test-no-fixed-pagesize.patch
diff -Nru libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/patches/test-no-fixed-pagesize.patch libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/patches/test-no-fixed-pagesize.patch
--- libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/patches/test-no-fixed-pagesize.patch	1970-01-01 02:00:00.000000000 +0200
+++ libmmap-allocator-0.4.0+git20200122.adbfbe1/debian/patches/test-no-fixed-pagesize.patch	2025-04-11 12:53:59.000000000 +0300
@@ -0,0 +1,15 @@
+Description: Disable tests that make page size assumptions
+ Page size differs depending on architecture and kernel configuration.
+Author: Adrian Bunk <b...@debian.org>
+
+--- libmmap-allocator-0.4.0+git20200122.adbfbe1.orig/test_allocator.cpp
++++ libmmap-allocator-0.4.0+git20200122.adbfbe1/test_allocator.cpp
+@@ -489,7 +489,7 @@ int main(int argc, char ** argv)
+ {
+ 	set_verbosity(1);
+ 
+-	test_page_align_macros();
++	//test_page_align_macros();
+ 	test_throw_catch();
+ 	test_exceptions();
+ 	test_mmap_file_pool();

Reply via email to