nqptp (1.2.6-1)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.2.7-1 > 1.2.6-1
- Git: https://salsa.debian.org/debian/nqptp.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 139264
- Browser: https://salsa.debian.org/debian/nqptp
- Last scan: 2026-06-08 11:19:02+00
- Next scan: 2026-06-17 09:43:00+00
- CI pipeline status: success
- Debian changelog in Git:
nqptp (1.2.7-1) UNRELEASED; urgency=medium
* New upstrem release.
* Remove patches; merged upstream.
* d/control: change Architecture to linux-any.
* Add a nqptp.8 man page and update the Documentation fields in
nqptp.service.
-- Chris Boot <bootc@debian.org> Thu, 07 May 2026 14:18:46 +0200
- This branch is 6 commits ahead of tag debian/1.2.6-1
- Git log:
commit d1e692419cc99c923876ec749263c0b328c018d8
Author: Chris Boot <bootc@debian.org>
Date: Thu May 7 15:36:55 2026 +0200
Add a nqptp.8 man page and update the ...
... Documentation fields in nqptp.service.
commit a0aa23426eb96095afa620439e108e95f033d306
Author: Chris Boot <bootc@debian.org>
Date: Thu May 7 14:31:39 2026 +0200
d/control: change Architecture to linux-any
commit 9a2c6231080e6e3c1ab3939b9ca37874a53c9aa4
Author: Chris Boot <bootc@debian.org>
Date: Thu May 7 14:21:17 2026 +0200
New upstrem release, remove patches
commit 139b8d3b09b59fae817ae4760a7441fcfbc60ab6
Merge: 185bc21 a10192d
Author: Chris Boot <bootc@debian.org>
Date: Thu May 7 14:18:21 2026 +0200
Merge tag '1.2.7' into debian/latest
commit a10192d0531f7303523f3097c99199431453e292
Merge: c17af00 747e167
Author: Mike Brady <4265913+mikebrady@users.noreply.github.com>
Date: Tue May 5 08:41:51 2026 +0100
Merge pull request #46 from bootc/systemdsystemunitdir
Use pkg-config to determine systemdsystemunitdir
commit 747e167967058e66b6722f3fdf7b96385dd98258
Author: Chris Boot <bootc@debian.org>
Date: Mon May 4 13:50:26 2026 +0200
use pkg-config to determine systemdsystemunitdir
The systemd unit file is currently installed under
$(libdir)/systemd/system, which is incorrect on multiarch systems (e.g.
Debian and Ubuntu, where libdir should be /usr/lib/aarch64-linux-gnu/
on arm64).
Add PKG_PROG_PKG_CONFIG and a --with-systemdsystemunitdir configure
option. When not explicitly set it queries the 'systemd' pkg-config
module for the correct path, falling back to
$(prefix)/lib/systemd/system if that didn't work.
This allows downstream packagers to override the path cleanly:
./configure --with-systemd-startup \
--with-systemdsystemunitdir=/usr/lib/systemd/system
Fixes #45