Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
dmidecode (3.6-2deepin1) unstable; urgency=medium

* Add mips64el.
* feat: add sw64 support.

-- tunaichao <tunaichao@uniontech.com> Thu, 12 Mar 2026 10:30:52 +0800

dmidecode (3.6-2) unstable; urgency=medium

* debian/control:
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Homepage: https://nongnu.org/dmidecode/

Package: dmidecode
Priority: important
Architecture: any-amd64 arm64 armhf ia64 any-i386 riscv64 loong64
Architecture: any-amd64 arm64 armhf ia64 any-i386 riscv64 loong64 mips64el sw64
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: SMBIOS/DMI table decoder
Expand All @@ -30,7 +30,7 @@ Description: SMBIOS/DMI table decoder

Package: dmidecode-udeb
Section: debian-installer
Architecture: any-amd64 arm64 armhf ia64 any-i386 riscv64 loong64
Architecture: any-amd64 arm64 armhf ia64 any-i386 riscv64 loong64 sw64
Package-Type: udeb
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: SMBIOS/DMI table decoder (udeb)
Loading