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 55622413c93dab08cd4a93c98f17074df1670565
Author: Bastian Germann <bage@debian.org>
Date: Fri Aug 7 20:51:14 2026 +0200
d/copyright: Convert to machine-readable format
commit 4de9738f4ceea494ac4e336992ca593ec0105094
Merge: 81b81ff f89837b
Author: Christoph Berg <myon@debian.org>
Date: Mon Aug 17 21:20:06 2026 +0200
Merge pull request #7 from bgermann/gtk3
Port to GTK3
commit f89837bca728ea3543f22217f7c83f161f25e506
Author: Bastian Germann <bage@debian.org>
Date: Fri Aug 7 20:20:47 2026 +0200
Port to GTK3
- hand_display: expose_event -> draw (cairo), GdkDrawingArea -> GtkWidget
base, GdkColor/GdkPixmap/GdkWindow APIs -> GdkRGBA/queue_resize/
gdk_window_get_device_position
- window_board: modify_bg/colormap colors -> override_background_color,
remove gtk_menu_item_remove_submenu (removed in GTK3)
- file.c: gtk_show_uri -> gtk_show_uri_on_window, drop GtkStock buttons
- print.c: get_value_as_float -> get_value
- main.c: drop gtk_set_locale, fix G_N_ELEMENTS instead of sizeof bug
- .ui files: replace GtkImageMenuItem/GtkToolButton stock items and
gtk-* stock icons with plain menu entries and named icons, use
translatable labels on toolbar buttons
- configure.ac: require gtk+-3.0
- debian/control: build-depend on libgtk-3-dev