diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-11-11 14:58:45 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-11-11 14:58:45 +0100 |
commit | 3d541bb4be5993a278f87e36f826909b3f16355f (patch) | |
tree | 1e8baa6b083234fcb224b03acc3ac7249d28b943 | |
parent | ceca790acf456f95a0b5275d1db8ee2bfa53bed5 (diff) |
enable arm64 (#767965), some other work
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 8 | ||||
-rw-r--r-- | debian/source/options | 2 |
4 files changed, 16 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c270cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.bzr +.bzrignore +.pc
\ No newline at end of file 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 <debian@jff-webhosting.net> 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 <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) 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 |