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 3c48e72d2e9640e04d27b0fa986a7fa9c71af67f
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Thu Jan 30 11:23:33 2025 +0100
debian/control: Add to B-D: pkgconf.
commit 08541c9c20b79db713a01504766f6be71d31028a
Author: Guido Berhoerster <guido+freiesoftware@berhoerster.name>
Date: Fri Apr 14 09:07:06 2023 +0200
Update Debian packaging
Build-depend on systemd-dev for the pkg-config file.
commit 875427026902bef0a7b62d654811aea161390c8a
Author: Guido Berhoerster <guido+freiesoftware@berhoerster.name>
Date: Fri Apr 14 16:00:33 2023 +0200
Make debhelper tests pass on Ubuntu 20.04
Lower dh compat level to 12 in the test data, this does not affect the actual
packaging.
commit 93022f3cefb94c184cd57425f0f37806b970531d
Author: Guido Berhoerster <guido+freiesoftware@berhoerster.name>
Date: Thu Apr 13 14:14:08 2023 +0200
Use CMake testing facilities and detect dependencies
Detect presence of python3 and dpkg-buildpackage.
Remove dependency on nose and add ctest cases.
commit 7cf04332c05d21673b7214ffafd67218c826d1e9
Author: Guido Berhoerster <guido+freiesoftware@berhoerster.name>
Date: Thu Apr 13 14:42:50 2023 +0200
Remove g_type_init()
This has been deprecated as of glib 2.35.
commit 44848e8fc4fcdcfa8e959f3b1979add331307c91
Author: Guido Berhoerster <guido+freiesoftware@berhoerster.name>
Date: Thu Apr 13 13:42:35 2023 +0200
Make systemd support optional and do not hardcode path
commit bb8a6870d63e9a44df910f2fa028b975f4dccada
Author: Guido Berhoerster <guido+freiesoftware@berhoerster.name>
Date: Thu Apr 13 13:24:01 2023 +0200
Do not hardcode directories
commit 14cec969da2dc4a24989c5ff17a00a302ca16ab0
Author: Guido Berhoerster <guido+freiesoftware@berhoerster.name>
Date: Thu Apr 13 13:12:23 2023 +0200
Modernize CMake
Update to CMake 3.16 and modernize CMakeLists.txt. This covers at least
Ubuntu >= 20.04, RHEL >= 8, Debian >= 10 (Backports), openSUSE Leap >= 15.4,
SLES >= 15 SP4.
commit ccb92be828ea7bb695377e3b1801a4520d351553
Author: Guido Berhoerster <guido+freiesoftware@berhoerster.name>
Date: Thu Apr 13 11:49:03 2023 +0200
Add optional rpm support
Support is activated automatically if rpm is detected.
This adds a macro %_usersessionmigrationdir for the installation path of
user-session-migration scripts.
There is also a dependency generator which adds a runtime dependency on
user-session-migration if any files are installed below the above path.