vcswatch reports that
this package seems to have a new changelog entry (version
1.2.7-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
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