vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 185bc2119cf499447af9f5d9721eec9b3996188f
Author: Chris Boot <bootc@debian.org>
Date: Tue May 5 17:35:29 2026 +0200
Upload nqptp 1.2.6-1 to unstable
commit fd545570430ca737908b4598de4ac1f4a20db4fa
Author: Chris Boot <bootc@debian.org>
Date: Mon May 4 16:03:03 2026 +0200
Add basic autopkgtests
commit dce84240058f19c78cbc413f7a9297b9fcc556f0
Author: Chris Boot <bootc@debian.org>
Date: Mon May 4 15:50:11 2026 +0200
d/salsa-ci.yml: don't run the test-build-all job
commit 9e21e1e20f6104a4f8500fb252637ee48b5fb3d9
Author: Chris Boot <bootc@debian.org>
Date: Mon May 4 15:43:52 2026 +0200
Add CPPFLAGS to CFLAGS
This doesn't really do anything useful, but satisfies the blhc check.
nqptp is linked using gcc, and that invocation doesn't include the
CPPFLAGS because it doesn't really need to. Doing that, however, trips
up blhc because it sees the compiler being used. So add CPPFLAGS to
CFLAGS (which are used by the linker job) and empty CPPFLAGS to avoid
duplicating the values.
commit 2a027053fe2330e328f961a06e5a599b77989077
Author: Chris Boot <bootc@debian.org>
Date: Mon May 4 13:30:50 2026 +0200
Create initial debian/ directory