[med-svn] [Git][med-team/libmmap-allocator][master] 3 commits: Re-inject NMU 0.4.0+git20200122.adbfbe1-2.1
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jun 29 12:46:08 BST 2026
Andreas Tille pushed to branch master at Debian Med / libmmap-allocator
Commits:
ad999f91 by Andreas Tille at 2026-06-29T13:43:45+02:00
Re-inject NMU 0.4.0+git20200122.adbfbe1-2.1
- - - - -
e121c7c0 by Andreas Tille at 2026-06-29T13:45:12+02:00
d/watch: version=5
- - - - -
5e9f6a6b by Andreas Tille at 2026-06-29T13:45:48+02:00
Standards-Version: 4.7.4
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/patches/series
- + debian/patches/test-no-fixed-pagesize.patch
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libmmap-allocator (0.4.0+git20200122.adbfbe1-4) UNRELEASED; urgency=medium
+
+ * d/watch: version=5
+ * Standards-Version: 4.7.4
+
+ -- Andreas Tille <tille at debian.org> Mon, 29 Jun 2026 13:44:44 +0200
+
libmmap-allocator (0.4.0+git20200122.adbfbe1-3) unstable; urgency=medium
* Team upload.
@@ -11,6 +18,13 @@ libmmap-allocator (0.4.0+git20200122.adbfbe1-3) unstable; urgency=medium
-- Marcos Talau <talau at debian.org> Tue, 21 Apr 2026 19:15:25 -0300
+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 at debian.org> Fri, 11 Apr 2025 12:53:59 +0300
+
libmmap-allocator (0.4.0+git20200122.adbfbe1-2) unstable; urgency=medium
* Team Upload.
=====================================
debian/control
=====================================
@@ -2,10 +2,9 @@ Source: libmmap-allocator
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: libdevel
-Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec
-Standards-Version: 4.7.0
+Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/med-team/libmmap-allocator
Vcs-Git: https://salsa.debian.org/med-team/libmmap-allocator.git
Homepage: https://github.com/ekg/mmap_allocator/
=====================================
debian/patches/series
=====================================
@@ -1,4 +1,5 @@
# soname.patch
cross.patch
hardening.patch
+test-no-fixed-pagesize.patch
fix-build-with-gcc16.patch
=====================================
debian/patches/test-no-fixed-pagesize.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Disable tests that make page size assumptions
+ Page size differs depending on architecture and kernel configuration.
+Author: Adrian Bunk <bunk at 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();
=====================================
debian/watch
=====================================
@@ -1,8 +1,7 @@
-version=4
+Version: 5
# We really need the latest commit to fit the needs of the target iitii
-opts="mode=git,pretty=0.4.0+git%cd.%h" \
- https://github.com/ekg/mmap_allocator.git HEAD
-
-#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
-#https://github.com/ekg/mmap_allocator/releases .*/archive/mmap-allocator- at ANY_VERSION@\.tar\.gz
+Source: https://github.com/ekg/mmap_allocator.git
+Matching-Pattern: HEAD
+Mode: git
+Git-Pretty: 0.4.0+git%cd.%h
View it on GitLab: https://salsa.debian.org/med-team/libmmap-allocator/-/compare/086d70dbfd6d88553567576b99659e8feaa27374...5e9f6a6be45548774934f4b166f37dd808011d32
--
View it on GitLab: https://salsa.debian.org/med-team/libmmap-allocator/-/compare/086d70dbfd6d88553567576b99659e8feaa27374...5e9f6a6be45548774934f4b166f37dd808011d32
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260629/0b6447e9/attachment-0001.htm>
More information about the debian-med-commit
mailing list