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 e18b52f68bec9dafcf4d8c439f63eec0ae7510cd
Author: Andreas Henriksson <andreas@fatal.se>
Date: Wed Mar 15 11:30:27 2023 +0100
Generate udev 70-uuu.rules at build and ship it
```
> uuu -udev >/dev/null
1: put above udev run into /etc/udev/rules.d/70-uuu.rules
sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules"
2: update udev rule
sudo udevadm control --reload
```
(Note: "above" is the stdout udev rules we sent to /dev/null to shorten the output.)
This commit runs the command at build-time and ships the rules file in the package
(albeit in /lib instead of /etc ofcourse).