diff -u gmp-5.0.5+dfsg/debian/changelog gmp-5.0.5+dfsg/debian/changelog
--- gmp-5.0.5+dfsg/debian/changelog
+++ gmp-5.0.5+dfsg/debian/changelog
@@ -1,3 +1,9 @@
+gmp (2:5.0.5+dfsg-2arm64) UNRELEASED; urgency=low
+
+  * Add arm64 support
+
+ -- Wookey <wookey@wookware.org>  Fri, 16 Nov 2012 19:09:57 +0000
+
 gmp (2:5.0.5+dfsg-2) unstable; urgency=low
 
   * Revert to FAT binary situation of 5.0.4: disabled for amd64,
diff -u gmp-5.0.5+dfsg/debian/patches/series gmp-5.0.5+dfsg/debian/patches/series
--- gmp-5.0.5+dfsg/debian/patches/series
+++ gmp-5.0.5+dfsg/debian/patches/series
@@ -1 +1 @@
-# None at present
+arm64-support.patch
only in patch2:
unchanged:
--- gmp-5.0.5+dfsg.orig/debian/patches/arm64-support.patch
+++ gmp-5.0.5+dfsg/debian/patches/arm64-support.patch
@@ -0,0 +1,13 @@
+Index: gmp-5.0.2+dfsg/debian/gmp.h
+===================================================================
+--- gmp-5.0.2+dfsg.orig/debian/gmp.h	2012-11-16 18:25:40.000000000 +0000
++++ gmp-5.0.2+dfsg/debian/gmp.h	2012-11-16 18:37:44.000000000 +0000
+@@ -37,6 +37,8 @@
+ 
+ #if defined(__alpha__)
+ #include "gmp-alpha.h"
++#elif defined(__aarch64__)
++#include "gmp-arm.h"
+ #elif defined(__arm__)
+ #include "gmp-arm.h"
+ #elif defined(__avr32__)
