diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-12-20 08:49:30 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-12-20 08:49:30 +0100 |
commit | b1d326f710674448b6a528b3991ae44098396b44 (patch) | |
tree | d59ff04ff543ec6659999aab74d4d66db65b0153 /debian | |
parent | 0a2ec421e07880e4e7649952e008259c53486f62 (diff) | |
parent | e0dd04ed0a11432b73f22ff1f87c69010d4ef6f2 (diff) |
Merge branch 'release/debian/3.5-3'HEADdebian/3.5-3master
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b7a1180..1461a99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dmidecode (3.5-3) unstable; urgency=medium + + * Add loong64 to architecture list (Closes: #1050154). + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 18 Dec 2023 20:46:36 +0100 + dmidecode (3.5-2) unstable; urgency=medium * New upstream patches: diff --git a/debian/control b/debian/control index 161df16..f30670d 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: https://nongnu.org/dmidecode/ Package: dmidecode Priority: important -Architecture: any-amd64 arm64 armhf ia64 any-i386 riscv64 +Architecture: any-amd64 arm64 armhf ia64 any-i386 riscv64 loong64 Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends} Description: SMBIOS/DMI table decoder |