diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-11-15 18:35:06 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-11-15 18:35:06 +0100 |
commit | 699c6aaadcea2472fa110d683b24bf382d3fc863 (patch) | |
tree | 0ce0611257d5498b0c155bb642a092806608f056 | |
parent | 7b14f9c38f9ebcd573788dd6286e37e540350c74 (diff) |
d/control: Enable udev for riscv64 and loong64
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a29056c..f944e3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ dmidecode (3.6-2) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.7.0 (No changes needed). * New debian/patches/0600-Fix-groff-error.patch to fix groff error. * Remove obsolate debian/dmidecode.lintian-overrides. + * debian/control: + - Enable udev for riscv64 and loong64 (Closes: #1087465). -- Jörg Frings-Fürst <debian@jff.email> Sun, 07 Jul 2024 11:47:33 +0200 diff --git a/debian/control b/debian/control index 4151d91..51561ac 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Description: SMBIOS/DMI table decoder Package: dmidecode-udeb Section: debian-installer -Architecture: any-amd64 arm64 armhf ia64 any-i386 +Architecture: any-amd64 arm64 armhf ia64 any-i386 riscv64 loong64 Package-Type: udeb Depends: ${misc:Depends}, ${shlibs:Depends} Description: SMBIOS/DMI table decoder (udeb) |