Package: alsa-tools
Version: 1.0.27-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * debian/patches/hda-verb_sys_io_h.patch: Add __aarch64__ to the list.

This resolves an FTBFS on arm64, which is being bootstrapped in Debian
as I write this.

... Adam

-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-19-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru alsa-tools-1.0.27/debian/changelog alsa-tools-1.0.27/debian/changelog
diff -Nru alsa-tools-1.0.27/debian/control alsa-tools-1.0.27/debian/control
--- alsa-tools-1.0.27/debian/control	2014-02-07 00:35:09.000000000 -0700
+++ alsa-tools-1.0.27/debian/control	2014-03-29 19:41:22.000000000 -0600
@@ -1,8 +1,7 @@
 Source: alsa-tools
 Section: sound
 Priority: extra
-Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
-XSBC-Original-Maintainer: Debian ALSA Maintainers <pkg-alsa-de...@lists.alioth.debian.org>
+Maintainer: Debian ALSA Maintainers <pkg-alsa-de...@lists.alioth.debian.org>
 Uploaders: Jordi Mallach <jo...@debian.org>,
            Elimar Riesebieter <riese...@lxtec.de>
 Build-Depends: debhelper (>= 8),
diff -Nru alsa-tools-1.0.27/debian/patches/hda-verb_sys_io_h.patch alsa-tools-1.0.27/debian/patches/hda-verb_sys_io_h.patch
--- alsa-tools-1.0.27/debian/patches/hda-verb_sys_io_h.patch	2014-02-07 00:35:09.000000000 -0700
+++ alsa-tools-1.0.27/debian/patches/hda-verb_sys_io_h.patch	2014-03-29 19:38:47.000000000 -0600
@@ -19,7 +19,7 @@
 +   hurd-i386, and kfreebsd-i386. */
 +#if !defined (__powerpc__) && !defined (__sparc__) && !defined (__s390__) && \
 +    !defined (__mips__) && !defined (__hppa__) && !defined (__m68k__) && \
-+    !defined (__sh__)
++    !defined (__sh__) && !defined (__aarch64__)
  #include <sys/io.h>
  #endif
  #include <sys/types.h>

Reply via email to