diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2023-12-18 20:43:29 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2023-12-18 20:43:29 +0100 | 
| commit | e1dd5b7ff7e40fb34524c09ac04df169e22ef3d8 (patch) | |
| tree | 55909673d1a73441e97c15a364cccd02a71c9e43 /debian | |
| parent | 97eb06af230d74c5c482b7da487888294c3574e6 (diff) | |
Add loong64 to architecture list
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..d95f4b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dmidecode (3.5-3) UNRELEASED; urgency=medium + +  * Add loong64 to architecture list (Closes: #1050154) + + -- Jörg Frings-Fürst <debian@jff.email>  Mon, 18 Dec 2023 20:30:43 +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 | 
