diff -pruN 0.9.1+ds-1.1/debian/changelog 0.9.1+ds-1.1ubuntu1/debian/changelog
--- 0.9.1+ds-1.1/debian/changelog	2024-05-25 21:02:46.000000000 +0000
+++ 0.9.1+ds-1.1ubuntu1/debian/changelog	2025-10-23 08:29:44.000000000 +0000
@@ -1,3 +1,9 @@
+python-elgato-streamdeck (0.9.1+ds-1.1ubuntu1) resolute; urgency=medium
+
+  * udev: Use uaccess tag instead of setting the group to users
+
+ -- Benjamin Drung <bdrung@ubuntu.com>  Thu, 23 Oct 2025 10:29:44 +0200
+
 python-elgato-streamdeck (0.9.1+ds-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -pruN 0.9.1+ds-1.1/debian/control 0.9.1+ds-1.1ubuntu1/debian/control
--- 0.9.1+ds-1.1/debian/control	2022-01-10 20:30:00.000000000 +0000
+++ 0.9.1+ds-1.1ubuntu1/debian/control	2025-10-23 08:29:35.000000000 +0000
@@ -1,7 +1,8 @@
 Source: python-elgato-streamdeck
 Section: python
 Priority: optional
-Maintainer: Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com>
 Build-Depends: debhelper-compat (= 13),
                dh-python,
                dh-sequence-python3,
diff -pruN 0.9.1+ds-1.1/debian/udev 0.9.1+ds-1.1ubuntu1/debian/udev
--- 0.9.1+ds-1.1/debian/udev	2022-01-10 20:30:00.000000000 +0000
+++ 0.9.1+ds-1.1ubuntu1/debian/udev	2025-10-23 08:29:29.000000000 +0000
@@ -1 +1 @@
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fd9", GROUP="users"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="0fd9", TAG+="uaccess"
