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 e99bc1c7f57e3ad208143c7327891d839e947559
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Date: Tue Jan 17 14:46:00 2023 -0300
Release to unstable.
commit 4c01691ed5ca1c1c3f92d6cd25a43de71235ca75
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Date: Tue Jan 17 14:43:57 2023 -0300
Improve changelog entry.
commit 5e44bf5ab207edfbe481090e75478a750271a548
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Date: Tue Jan 17 14:40:29 2023 -0300
Install private *implementation* modules.
These modules are private to WaylandClient, but do not require the use
of private headers.
Thanks Rodney Dawes for the bug report!
commit 193ad34680bcf19555d159445bf453bde7aa42ff
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Date: Tue Jan 17 14:13:50 2023 -0300
Switch to the official 6.4.2 tarball.
The tarballs are exactly the same ones.
commit a5c048feb7cb0d10d5825680ea92a2891b760145
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Date: Tue Jan 17 13:54:38 2023 -0300
Add libwayland-dev as qt6-wayland-dev dependency.
If one adds the line:
find_package(Qt6 REQUIRED COMPONENTS WaylandClient)
And with some debugging:
```
$ cmake --debug-find-pkg=Qt6WaylandClient ../
Running with debug output on for the 'find' commands for package(s) Qt6WaylandClient.
-- Could NOT find Wayland_Client (missing: Wayland_Client_LIBRARY Wayland_Client_INCLUDE_DIR) (found version "")
-- Could NOT find Wayland_Server (missing: Wayland_Server_LIBRARY Wayland_Server_INCLUDE_DIR) (found version "")
-- Could NOT find Wayland_Cursor (missing: Wayland_Cursor_LIBRARY Wayland_Cursor_INCLUDE_DIR) (found version "")
-- Could NOT find Wayland_Egl (missing: Wayland_Egl_LIBRARY Wayland_Egl_INCLUDE_DIR Wayland_Client_FOUND) (found version "")
-- Could NOT find Wayland (missing: Wayland_LIBRARIES) (Required is at least version "1.15")
```
Installing libwayland-dev fixes this issue.
commit 74172edde461747b63769f8226c8955269417cac
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Date: Tue Jan 17 13:53:55 2023 -0300
New changelog entry.