mir (2.14.1-8)
[PTS] [DDPO]
COMMITS: VCS has seen 14 commits since the debian/2.14.1-7 tag
- Git: https://salsa.debian.org/mir-server-team/mir.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1957888
- Browser: https://salsa.debian.org/mir-server-team/mir
- Last scan: 2025-01-20 21:17:05+00
- Next scan: 2025-01-29 20:47:00+00
- CI pipeline status: failed
- Debian changelog in Git:
mir (2.14.1-8) unstable; urgency=medium
* debian/control:
+ Add B-D: libclang-dev.
* debian/rules:
+ Set XDG_RUNTIME_DIR to /tmp during unit tests.
+ Set more compiler quirks on ppc64el and apply them when build with gcc-12,
gcc-13 and gcc-14.
+ Set compiler quirks on riscv64 for gcc-12, gcc-13 and gcc-14.
+ Disable pre-compiled headers for gcc-12, gcc-13 and gcc-14.
+ Provide build home and rundir for unit tests.
+ Build on arm64, armhf and armel with -DMIR_LINK_TIME_OPTIMIZATION=ON.
+ Always disable LTO. (Closes: #1081267).
+ Move some code blocks further up to better match with upstream's d/rules
file.
+ Build with -DMIR_RUN_ACCEPTANCE_TESTS=OFF on arm64 (cherry-picked from
upstream).
+ Ignore test failures for now.
* debian/patches:
+ Add 2003_ignore-package-abi-test.patch.
-- Mike Gabriel <sunweaver@debian.org> Mon, 20 Jan 2025 17:11:48 +0100
- This branch is 14 commits ahead of tag debian/2.14.1-7
- Git log:
commit e35bcb4e0737d01b310d27d452eeac1524554ef9
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 20 19:13:37 2025 +0100
upload to unstable (debian/2.14.1-8)
commit 6a8e0a775e1389e198829b2e34fe540a3b774aaa
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 20 17:13:56 2025 +0100
debian/rules: Ignore test failures for now.
commit b6b2c63b0b1f12df8366d5bebce8fef8a4ffd713
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 20 17:11:40 2025 +0100
debian/rules: Build with -DMIR_RUN_ACCEPTANCE_TESTS=OFF on arm64 (cherry-picked from upstream).
commit c3a8d5d196469ad7607fd566e6efdd77349f4465
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 20 17:11:07 2025 +0100
debian/rules: Move some code blocks further up to better match with upstream's d/rules file.
commit 6ad576a3c595321ac6963e9ae5330c1740fbf244
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 20 17:10:35 2025 +0100
debian/rules: Always disable LTO.
commit 42badad346981977120bce45baa0fa7c7a2c7e12
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 20 14:12:10 2025 +0100
debian/rules: Build on arm64, armhf and armel with -DMIR_LINK_TIME_OPTIMIZATION=ON.
commit b1783382d9ea0c5dbf6b38efd8500a842e0f181b
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 20 14:08:03 2025 +0100
debian/control: Add B-D: libclang-dev.
commit e928a6a61c72d9a1e9ad4836b9670eb8df2058de
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 20 14:07:43 2025 +0100
debian/patches: Add 2003_ignore-package-abi-test.patch.
commit 746e753c995fe1ed8a4884a626d44f379620ad96
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon Jan 20 14:05:35 2025 +0100
debian/rules: Provide build home and rundir for unit tests.
commit fcd5a320cb779f0fdc91f304240e07075b1e2e56
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Thu Oct 3 11:16:44 2024 +0200
d/changelog: update from Git history
commit 6e31d0ebf9d1404588a69dc3ecb026ab6c1a48b2
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Thu Oct 3 11:15:04 2024 +0200
debian/rules: Disable pre-compiled headers for gcc-12, gcc-13 and gcc-14.
commit b1c67137026e72a5a82fc018c495e0c409523e8f
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Thu Oct 3 11:14:24 2024 +0200
debian/rules: Set compiler quirks on riscv64 for gcc-12, gcc-13 and gcc-14.
commit e5bbd4febcae0f033c53445a62fedd8b58a0cba3
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Thu Oct 3 11:13:03 2024 +0200
debian/rules: Set more compiler quirks on ppc64el and apply them when build with gcc-12, gcc-13 and gcc-14.
commit 5ee8075081ad724422ac29f9c3fdeefebd10bb89
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Thu Oct 3 11:12:34 2024 +0200
debian/rules: Set XDG_RUNTIME_DIR to /tmp during unit tests.