diff -Nru libticables-1.3.4+dfsg/debian/changelog libticables-1.3.4+dfsg/debian/changelog --- libticables-1.3.4+dfsg/debian/changelog 2013-11-04 06:25:56.000000000 +0000 +++ libticables-1.3.4+dfsg/debian/changelog 2013-11-22 20:19:03.000000000 +0000 @@ -1,8 +1,10 @@ -libticables (1.3.4+dfsg-2ubuntu1) trusty; urgency=low +libticables (1.3.4+dfsg-3) unstable; urgency=low - * aarch64-linux-gnu.patch: Add arm64 to the arch table in configure.ac + * Apply patch from Ubuntu to fix building on arm64 (closes: #727679). + Thanks to Adam Conrad and Matthias Klose + . - -- Adam Conrad Sun, 03 Nov 2013 23:17:56 -0700 + -- Andreas B. Mundt Fri, 22 Nov 2013 21:11:33 +0100 libticables (1.3.4+dfsg-2) unstable; urgency=low diff -Nru libticables-1.3.4+dfsg/debian/control libticables-1.3.4+dfsg/debian/control --- libticables-1.3.4+dfsg/debian/control 2013-11-04 06:27:56.000000000 +0000 +++ libticables-1.3.4+dfsg/debian/control 2013-11-22 20:19:03.000000000 +0000 @@ -1,7 +1,6 @@ Source: libticables Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Science Maintainers +Maintainer: Debian Science Maintainers Uploaders: Andreas B. Mundt Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, diff -Nru libticables-1.3.4+dfsg/debian/patches/aarch64-linux-gnu.patch libticables-1.3.4+dfsg/debian/patches/aarch64-linux-gnu.patch --- libticables-1.3.4+dfsg/debian/patches/aarch64-linux-gnu.patch 2013-11-04 06:26:19.000000000 +0000 +++ libticables-1.3.4+dfsg/debian/patches/aarch64-linux-gnu.patch 2013-11-22 20:19:03.000000000 +0000 @@ -1,8 +1,10 @@ Description: Add arm64 to the arch table in configure.ac Author: Adam Conrad +Forwarded: no +Last-Update: 2013-11-22 ---- libticables-1.3.4+dfsg.orig/configure.ac -+++ libticables-1.3.4+dfsg/configure.ac +--- 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__" ;;