enable arm64 (#767965), some other work

This commit is contained in:
Jörg Frings-Fürst 2014-11-11 14:58:45 +01:00
parent ceca790acf
commit 3d541bb4be
4 changed files with 16 additions and 6 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.bzr
.bzrignore
.pc

9
debian/changelog vendored
View File

@ -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
View File

@ -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)

View File

@ -1,2 +0,0 @@
compression = xz
compression-level = 9