From 3d541bb4be5993a278f87e36f826909b3f16355f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 11 Nov 2014 14:58:45 +0100 Subject: enable arm64 (#767965), some other work --- debian/changelog | 9 +++++++++ debian/control | 8 ++++---- debian/source/options | 2 -- 3 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 debian/source/options (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index f5d727c..ba027f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 11 Nov 2014 13:38:31 +0100 + dmidecode (2.12-3) unstable; urgency=medium * debian/control diff --git a/debian/control b/debian/control index b119163..2519735 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Section: utils Priority: optional Maintainer: Jörg Frings-Fürst 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) diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 22a4de9..0000000 --- a/debian/source/options +++ /dev/null @@ -1,2 +0,0 @@ -compression = xz -compression-level = 9 -- cgit v1.2.3