diff options
Diffstat (limited to 'debian')
-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) |