mirror of
https://git.jff.email/cgit/dmidecode.git
synced 2026-08-11 03:20:07 +00:00
enable arm64 (#767965), some other work
This commit is contained in:
parent
ceca790acf
commit
3d541bb4be
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.bzr
|
||||
.bzrignore
|
||||
.pc
|
||||
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
dmidecode (2.12-4) UNRELEASED; urgency=medium
|
||||
|
||||
* debian/control:
|
||||
- Bump Standards-Version to 3.9.6 (no changes required).
|
||||
- Add arm64 to Architectur (Closes: #767965 ).
|
||||
- Remove unwanted debian/source/options
|
||||
|
||||
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 11 Nov 2014 13:38:31 +0100
|
||||
|
||||
dmidecode (2.12-3) unstable; urgency=medium
|
||||
|
||||
* debian/control
|
||||
|
||||
8
debian/control
vendored
8
debian/control
vendored
@ -3,14 +3,14 @@ Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
|
||||
Build-Depends: debhelper (>= 9)
|
||||
Standards-Version: 3.9.5
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/dmidecode.git
|
||||
Vcs-Git: git://anonscm.debian.org/collab-maint/dmidecode.git
|
||||
Homepage: http://dmidecode.nongnu.org/
|
||||
|
||||
Package: dmidecode
|
||||
Priority: important
|
||||
Architecture: any-amd64 armhf ia64 any-i386
|
||||
Architecture: any-amd64 arm64 armhf ia64 any-i386
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: SMBIOS/DMI table decoder
|
||||
Dmidecode reports information about the system's hardware as described in the
|
||||
@ -29,7 +29,7 @@ Description: SMBIOS/DMI table decoder
|
||||
Package: dmidecode-dbg
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Architecture: any-amd64 armhf ia64 any-i386
|
||||
Architecture: any-amd64 arm64 armhf ia64 any-i386
|
||||
Depends: ${misc:Depends}, dmidecode (= ${binary:Version})
|
||||
Description: SMBIOS/DMI table decoder (debug)
|
||||
Dmidecode reports information about the system's hardware as described in the
|
||||
@ -39,7 +39,7 @@ Description: SMBIOS/DMI table decoder (debug)
|
||||
|
||||
Package: dmidecode-udeb
|
||||
Section: debian-installer
|
||||
Architecture: any-amd64 armhf ia64 any-i386
|
||||
Architecture: any-amd64 arm64 armhf ia64 any-i386
|
||||
Package-Type: udeb
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: SMBIOS/DMI table decoder (udeb)
|
||||
|
||||
2
debian/source/options
vendored
2
debian/source/options
vendored
@ -1,2 +0,0 @@
|
||||
compression = xz
|
||||
compression-level = 9
|
||||
Loading…
Reference in New Issue
Block a user