gmobile (0.4.0-1)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/0.4.0-1 tag
- Git: https://salsa.debian.org/DebianOnMobile-team/gmobile.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 585728
- Browser: https://salsa.debian.org/DebianOnMobile-team/gmobile
- Last scan: 2025-07-09 16:42:05+00
- Next scan: 2025-07-17 09:33:00+00
- CI pipeline status: success
- Debian changelog in Git:
gmobile (0.4.0-1) experimental; urgency=medium
* Upload to experimental
* New upstream release
* Add MCC to ISO country code conversion.
* Wakeup key support for:
* Fairphone 5
* FuriPhone FLX1
* Display panel support for:
* Fix border radius for OnePlus6
* Add new library symbols
-- Guido Günther <agx@sigxcpu.org> Sun, 22 Jun 2025 11:03:40 +0200
- This branch is 2 commits ahead of tag debian/0.4.0-1
- Git log:
commit fd9b6b11c34900f52d497e5f5360fdadf0c40da8
Merge: e3669dd b037ebb
Author: Guido Günther <agx@debian.org>
Date: Fri Jul 4 06:42:55 2025 +0000
Merge branch 'add_udevadm_dep' into 'debian/latest'
d/control: Add udev dependency on libgmobile-common
See merge request DebianOnMobile-team/gmobile!11
commit b037ebbf27b6b0cc7ff8d90d6eda6b17d2f99d12
Author: Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu>
Date: Wed Jul 2 19:57:13 2025 +0200
d/control: Add udev to Suggests on libgmobile-common
Our postinst run `udevadm trigger`.
Having udev fixes the following non-fatal warning:
Setting up libgmobile-common (0.4.0-1) ...
/var/lib/dpkg/info/libgmobile-common.postinst: 23: udevadm: not found
Signed-off-by: Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu>