vcswatch reports that
this package seems to have a new changelog entry (version
1:2.0.0-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit ff19b7b6d9e5aeced31435a48aa6a1dd7ca41586
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Fri Sep 20 08:34:44 2024 +0300
    control: Drop dh-autoreconf and quilt from build-depends.
commit ed41c5038f5506d12c7a65b3787897a6c29b1cce
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Fri Sep 20 08:34:11 2024 +0300
    control: Migrate to pkgconf.
commit 89b6a703793e71f00f8ec3b32d66ce8dd011d3db
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Fri Sep 20 08:33:31 2024 +0300
    control: Bump policy to 4.7.0.
commit c03c811372f3c1f992b9e7c9c54969e0f13dcf13
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Wed Nov 15 12:32:49 2023 +0200
    upstream: Update signing-key.
commit c334a19c6ec4e8e662c6d0b3890e43428459d19e
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Wed Nov 15 12:31:23 2023 +0200
    control, rules: Migrate to compat 13.
commit fae1c9aff59d5128bfa3b62278351b3afa1b0459
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Wed Nov 15 12:29:56 2023 +0200
    control: Build only for hurd-any.
commit 2da5051aa44b87121ab7f2b566961deb23949652
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Wed Nov 15 12:28:46 2023 +0200
    version bump
commit 37a4fbdf95e0a729f0a015c7aaeac4f4bb4c0836
Merge: 47a59fd c0c98ec
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Wed Nov 15 12:28:11 2023 +0200
    Merge branch 'upstream-unstable' into debian-unstable
commit 47a59fd0b20ee1383dfe9c9a6b290365459a80d0
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Sat Oct 22 09:51:04 2022 +0000
    Remove constraints unnecessary since buster (oldstable)
    
    * Build-Depends: Drop versioned constraint on xserver-xorg-dev and xutils-dev.
    
    Changes-By: deb-scrub-obsolete
commit c0c98ec2072a78cee53e52b3ec3b03527b276403
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jul 10 16:19:50 2022 -0700
    xf86-input-keyboard 2.0.0
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit baef4f0057047c09c207123c95768112772ca07f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 16 11:35:33 2022 -0800
    gitlab CI: add a basic build test
    
    Uses FreeBSD 13.0 for build environment
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 8104e36c6121375e2a7233a6c1a39de892839558
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 16 11:28:20 2022 -0800
    Fix spelling/wording issues
    
    Found by using:
        codespell --builtin clear,rare,usage,informal,code,names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 61c24f539463d9bebc4044bba776652306b7c0db
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Jan 16 11:25:48 2022 -0800
    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 0e15c86fb4433cc83ff2ab8cc5e99bf9f0cd844f
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Wed Aug 25 14:10:30 2021 +0300
    control: Migrate to x11proto-dev.
commit 7b0803b608a24cbcecaddd89ca1d6ab7a86decfc
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Wed Oct 30 14:25:34 2019 +1000
    Remove two more linux mentions
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
commit 7e366936d7b7d6c3b4d9c1554908ad20eef74a27
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Oct 29 16:17:27 2019 -0400
    linux: Remove
    
    You almost certainly want to be using libinput or evdev on Linux
    systems, and the Linux code is arguably under the GPL, which is a fine
    license in general but not for X.org. Delete the Linux support so people
    stop using it.
commit 44fc9bb658b435222c32611c79f7002d544d15e8
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 25 12:46:53 2018 -0800
    Update configure.ac bug URL for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit d2c19a8b1236a0a67969fcc9a3066809ac929656
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 18 11:36:01 2018 -0800
    Update README for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
commit 940f44149d1037cfc14bbb3628044a2bd002c33e
Author: Mihail Konev <k.mvc@ya.ru>
Date:   Thu Jan 26 14:00:21 2017 +1000
    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
commit ac04d59b3757390cce31295d1029bf65ae3102c2
Author: Emil Velikov <emil.l.velikov@gmail.com>
Date:   Mon Mar 9 12:00:52 2015 +0000
    autogen.sh: use quoted string variables
    
    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    fall-outs, when they contain space.
    
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
commit 6c80cbbd1d4981b4b3d40491c1a2e4b4742f185a
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jan 24 10:32:07 2017 +1000
    autogen.sh: use exec instead of waiting for configure to finish
    
    Syncs the invocation of configure with the one from the server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
commit 5b1cff43b9bd7f1c43a3c992a8b8d90a6f923e64
Author: Timo Aaltonen <tjaalton@debian.org>
Date:   Thu Nov 17 14:52:31 2016 +0200
    control: Fix Vcs-Git url.
The Vcs URL is using anonscm.debian.org. Please update it for the move to salsa.debian.org.