[libticables] 01/01: Apply patch from Ubuntu to fix building on arm64.

Andreas B. Mundt andi at moszumanska.debian.org
Fri Nov 22 22:39:56 UTC 2013


This is an automated email from the git hooks/post-receive script.

andi pushed a commit to branch master
in repository libticables.

commit c3ab0a962c4a041de66d2e0d6c7615cb990052a9
Author: Andreas B. Mundt <andi at debian.org>
Date:   Fri Nov 22 20:27:25 2013 +0100

    Apply patch from Ubuntu to fix building on arm64.
---
 debian/changelog                       |  8 ++++++++
 debian/patches/aarch64-linux-gnu.patch | 15 +++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cf0fdc7..d5b97b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libticables (1.3.4+dfsg-3) unstable; urgency=low
+
+  * Apply patch from Ubuntu to fix building on arm64 (closes: #727679).
+    Thanks to Adam Conrad <adconrad at debian.org> and Matthias Klose
+    <doko at ubuntu.com>.
+
+ -- Andreas B. Mundt <andi at debian.org>  Fri, 22 Nov 2013 21:11:33 +0100
+
 libticables (1.3.4+dfsg-2) unstable; urgency=low
 
   * Fix udev rules to allow non-root to access the device.  Tested with a
diff --git a/debian/patches/aarch64-linux-gnu.patch b/debian/patches/aarch64-linux-gnu.patch
new file mode 100644
index 0000000..681dce5
--- /dev/null
+++ b/debian/patches/aarch64-linux-gnu.patch
@@ -0,0 +1,15 @@
+Description: Add arm64 to the arch table in configure.ac
+Author: Adam Conrad <adconrad at ubuntu.com>
+Forwarded: no
+Last-Update: 2013-11-22
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -141,6 +141,7 @@ dnl AC_CANONICAL_HOST
+ case "$host" in
+   i[[3456]]86-*-*bsd*)   ARCH="-D__BSD__ -D__I386__" ;;
+   *-*-*bsd*)             ARCH="-D__BSD__" ;;
++  aarch64-*-linux-*)     ARCH="-D__LINUX__" ;;
+   alpha*-*-linux-*)      ARCH="-D__ALPHA__ -D__LINUX__" ;;
+   alpha*-*-*-*)          ARCH="-D__ALPHA__ -D__LINUX__" ;;
+   arm*-*-linux-*)        ARCH="-D__ARM__ -D__LINUX__" ;;
diff --git a/debian/patches/series b/debian/patches/series
index 05aa0c0..836fc60 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 ftbfs-gnuhurd-configure.patch
+aarch64-linux-gnu.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libticables.git



More information about the debian-science-commits mailing list