Control: tags 1094235 + patch Control: tags 1094235 + pending Control: tags 1094269 + patch Control: tags 1094269 + pending Control: tags 1094881 + patch Control: tags 1094881 + pending
Dear maintainer, I've prepared an NMU for mimalloc (versioned as 3.0.1+ds-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Cheers -- Sebastian Ramacher
diff -Nru mimalloc-3.0.1+ds/debian/changelog mimalloc-3.0.1+ds/debian/changelog --- mimalloc-3.0.1+ds/debian/changelog 2025-01-24 14:37:20.000000000 +0100 +++ mimalloc-3.0.1+ds/debian/changelog 2025-02-21 10:54:41.000000000 +0100 @@ -1,3 +1,12 @@ +mimalloc (3.0.1+ds-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Build without additional -march flags to fix baseline + violation (Closes: #1094881, 1094269) + * debian/control: Add Breaks+Replaces for misplaced file (Closes: #1094235) + + -- Sebastian Ramacher <sramac...@debian.org> Fri, 21 Feb 2025 10:54:41 +0100 + mimalloc (3.0.1+ds-2) unstable; urgency=medium * d/control: updates to reflect library transition. (Closes: #1092293) diff -Nru mimalloc-3.0.1+ds/debian/control mimalloc-3.0.1+ds/debian/control --- mimalloc-3.0.1+ds/debian/control 2025-01-24 14:36:01.000000000 +0100 +++ mimalloc-3.0.1+ds/debian/control 2025-02-21 10:54:41.000000000 +0100 @@ -30,6 +30,8 @@ Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} +Breaks: libmimalloc2.0 (<< 3.0.1+ds-2) +Replaces: libmimalloc2.0 (<< 3.0.1+ds-2) Description: compact general purpose allocator with excellent performance This is a general purpose allocator with excellent performance characteristics. Initially developed by Daan Leijen for the run-time systems of the Koka and diff -Nru mimalloc-3.0.1+ds/debian/rules mimalloc-3.0.1+ds/debian/rules --- mimalloc-3.0.1+ds/debian/rules 2024-05-23 09:59:28.000000000 +0200 +++ mimalloc-3.0.1+ds/debian/rules 2025-02-21 10:45:38.000000000 +0100 @@ -25,6 +25,7 @@ -DMI_BUILD_OBJECT=OFF \ -DMI_BUILD_TESTS=OFF \ -DMI_INSTALL_TOPLEVEL=ON \ + -DMI_OPT_ARCH=OFF \ -DMI_USE_LIBATOMIC=$(LIBATOMIC) \ override_dh_missing: