diff -u util-linux-2.20.1/debian/changelog util-linux-2.20.1/debian/changelog
--- util-linux-2.20.1/debian/changelog
+++ util-linux-2.20.1/debian/changelog
@@ -1,3 +1,10 @@
+util-linux (2.20.1-5.6) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add arm64/aarch64 support (closes: #689607)
+
+ -- wookey <wookey@wookware.org>  Sat, 09 Nov 2013 20:00:36 +0000
+
 util-linux (2.20.1-5.5) unstable; urgency=medium
 
   * Non-maintainer upload by the Security Team.
only in patch2:
unchanged:
--- util-linux-2.20.1.orig/fdisk/fdiskbsdlabel.h
+++ util-linux-2.20.1/fdisk/fdiskbsdlabel.h
@@ -48,7 +48,8 @@
 
 #if defined (i386) || defined (__sparc__) || defined (__arm__) || \
     defined (__mips__) || defined (__s390__) || defined (__sh__) || \
-    defined(__x86_64__) || defined (__avr32__) || defined(__cris__)
+    defined(__x86_64__) || defined (__avr32__) || defined(__cris__) || \
+    defined (__aarch64__)
 #define BSD_LABELSECTOR   1
 #define BSD_LABELOFFSET   0
 #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)
