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 bb7f8ef532fdc6903af6c5371268da5d2008848b
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date:   Mon Nov 3 13:11:23 2025 +0000
    Install new files for upstream build
    
    Needed for https://github.com/systemd/systemd/pull/39463
    
    Gbp-Dch: ignore
commit efa7cee8a7f8c75011485abc77fbf3891546641a
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date:   Sun Nov 2 22:10:34 2025 +0000
    Install new file for upstream build
    
    Needed for https://github.com/systemd/systemd/pull/39463
    
    Gbp-Dch: ignore
commit 95aa1d168547ccf1e6b6b25972ba2d760d921552
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date:   Sun Nov 2 00:22:42 2025 +0000
    Install new file for upstream build
    
    Gbp-Dch: ignore
commit b770f0f01b4a55181fe3bbe251d924af309e8d37
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date:   Fri Oct 31 13:29:43 2025 -0400
    kernel-install: skip 55-initrd.install when an initrd generator is configured
    
    This provides a way to avoid conflicts with initrd generators using
    kernel-install like dracut. E.g., dracut can now:
    
     1. Ship /usr/lib/kernel/install.conf.d/50-dracut.conf with at least
        initrd_generator=dracut
     2. Skip its own scripts unless $KERNEL_INSTALL_INITRD_GENERATOR=dracut
    
    Closes: #1117563