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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Uploaders: Andreas Tille <[email protected]> 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 <[email protected]> + +--- 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@-$1.tar.gz%" \ -#https://github.com/ekg/mmap_allocator/releases .*/archive/mmap-allocator-@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
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
