mfgtools (1.5.21-1)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/1.5.21-1 tag
- Git: https://salsa.debian.org/DebianOnMobile-team/mfgtools.git
-
- Branch: debian/master
- Path: debian/changelog
- Repo size: 3592192
- Browser: https://salsa.debian.org/DebianOnMobile-team/mfgtools
- Last scan: 2023-03-21 07:27:16+00
- Next scan: 2023-03-29 18:09:00+00
- CI pipeline status: success
- Debian changelog in Git:
mfgtools (1.5.21-1) experimental; urgency=medium
* debian/gbp.conf: Set upstream-vcs-tag
* New upstream release. (Closes: #1032882)
* Update build-deps according to upstream changes
- Drop libzip-dev
- Add libzstd-dev
* Add myself to uploaders
-- Andreas Henriksson <andreas@fatal.se> Mon, 13 Mar 2023 14:39:10 +0100
- This branch is 1 commit ahead of tag debian/1.5.21-1
- Git log:
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).