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 <
bunk@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.pat