Comment 5 for bug 1981599

Revision history for this message
Lukas Märdian (slyon) wrote :

This is an empty dummy package, doing nothing right now.
It's purpose is to be a base which can be used later on to publish systemd/udev hardware-enablement .hwdb rules into via SRUs.

I was able to install it correctly:
```
root@jj:~# apt install systemd-hwe-hwdb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
  systemd-hwe-hwdb
0 upgraded, 1 newly installed, 0 to remove and 77 not upgraded.
Need to get 2322 B of archives.
After this operation, 15.4 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy-proposed/universe amd64 systemd-hwe-hwdb all 249.11.1 [2322 B]
Fetched 2322 B in 0s (38.7 kB/s)
Selecting previously unselected package systemd-hwe-hwdb.
(Reading database ... 41455 files and directories currently installed.)
Preparing to unpack .../systemd-hwe-hwdb_249.11.1_all.deb ...
Unpacking systemd-hwe-hwdb (249.11.1) ...
Setting up systemd-hwe-hwdb (249.11.1) ...
Processing triggers for udev (249.11-0ubuntu3.1) ...
Scanning processes...

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
root@jj:~# apt list *systemd-hwe*
Listing... Done
systemd-hwe-hwdb/jammy-proposed,now 249.11.1 all [installed]
```