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 3ba5c04df1b485867a2c3f082efd21103d2b9960
Author: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Date: Fri Feb 25 14:19:01 2022 +0100
debian: lintian-driven fixes and small improvements
This commit includes minor changes spotted by `lintian-brush`:
- `d/upstream/metadata`: append `.git` to repo URL
- `d/rules`: drop symbols migration (1.14 is long gone)
commit dc7a3c5cff63ab6caf9af55d8b0b8ec50cea125d
Author: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Date: Fri Feb 25 12:16:26 2022 +0100
d/control: make -dev package depend on libqrtr-glib
`libqmi` is now compiled with QRTR support by linking against
`libqrtr-glib`. However, `libqmi-glib-dev` doesn't depend on
`libqrtr-glib-dev`, meaning users need to manually add the latter to
their build dependencies. Avoid this by adding `libqrtr-glib-dev` as a
dependency to `libqmi-glib-dev`.