openarena (0.8.8+dfsg-11)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/0.8.8+dfsg-11 tag
- Git: https://salsa.debian.org/games-team/openarena.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 1044480
- Browser: https://salsa.debian.org/games-team/openarena
- Last scan: 2025-11-27 01:39:03+00
- Next scan: 2025-12-03 00:06:00+00
- CI pipeline status: success
- Debian changelog in Git:
openarena (0.8.8+dfsg-11) unstable; urgency=medium
* Set fs_homepath in preference to com_homepath.
The interpretation of com_homepath has changed in recent ioquake3
engine snapshots: previously com_homepath .openarena meant
~/.openarena, but now it means ~/.config/.openarena and so on (and
conventionally it would not start with a dot). Use fs_homepath to
preserve previous functionality: we shouldn't migrate to the XDG
paths unless an official release from openarena.ws does so.
* d/salsa-ci.yml: Disable unnecessary build jobs.
There are no Architecture: all binary packages here, so the "any"
build is redundant with the default build, and the "all" build
does nothing.
-- Simon McVittie <smcv@debian.org> Tue, 28 Oct 2025 12:30:50 +0000
- This branch is 1 commit ahead of tag debian/0.8.8+dfsg-11
- Git log:
commit 5abc48d2a99cb714dc6af249ea9acd317e1997e8
Author: Simon McVittie <smcv@debian.org>
Date: Tue Oct 28 17:06:13 2025 +0000
d/rules: Try harder to set an appropriate build directory
If BUILD_DIR happens to be set in the execution environment (as it is
when running under Salsa-CI), then the upstream build system will try to
use that, even if it's inaccessible.