diff -pruN 4.1.1+dfsg1-3.2/debian/changelog 4.1.1+dfsg1-3.2ubuntu2/debian/changelog
--- 4.1.1+dfsg1-3.2/debian/changelog	2014-09-11 13:39:34.000000000 +0000
+++ 4.1.1+dfsg1-3.2ubuntu2/debian/changelog	2014-09-11 13:39:35.000000000 +0000
@@ -1,3 +1,16 @@
+anubis (4.1.1+dfsg1-3.2ubuntu2) utopic; urgency=high
+
+  * No change rebuild against gnutls28.
+
+ -- Dimitri John Ledkov <xnox@ubuntu.com>  Fri, 15 Aug 2014 23:07:37 +0100
+
+anubis (4.1.1+dfsg1-3.2ubuntu1) utopic; urgency=medium
+
+  * Use dh_autotools-dev instead of manually copying config.{sub,guess} to fix
+    FTBFS on arm64.
+
+ -- Logan Rosen <logan@ubuntu.com>  Wed, 21 May 2014 00:02:11 -0400
+
 anubis (4.1.1+dfsg1-3.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -pruN 4.1.1+dfsg1-3.2/debian/control 4.1.1+dfsg1-3.2ubuntu2/debian/control
--- 4.1.1+dfsg1-3.2/debian/control	2014-09-11 13:39:34.000000000 +0000
+++ 4.1.1+dfsg1-3.2ubuntu2/debian/control	2014-09-11 13:39:35.000000000 +0000
@@ -1,7 +1,8 @@
 Source: anubis
 Section: net
 Priority: optional
-Maintainer: Krzysztof Burghardt <krzysztof@burghardt.pl>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Krzysztof Burghardt <krzysztof@burghardt.pl>
 Build-Depends: debhelper (>= 5), dpatch, autotools-dev, libgsasl7-dev, libgnutls-dev, guile-1.8-dev | libguile-dev, libgpgme11-dev, libpcre3-dev, libpam0g-dev | libpam-dev, libwrap0-dev, m4
 Standards-Version: 3.8.3
 Homepage: http://www.gnu.org/software/anubis/
diff -pruN 4.1.1+dfsg1-3.2/debian/rules 4.1.1+dfsg1-3.2ubuntu2/debian/rules
--- 4.1.1+dfsg1-3.2/debian/rules	2014-09-11 13:39:34.000000000 +0000
+++ 4.1.1+dfsg1-3.2ubuntu2/debian/rules	2014-09-11 13:39:35.000000000 +0000
@@ -22,12 +22,7 @@ endif
 
 config.status: patch configure
 	dh_testdir
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
+	dh_autotools-dev_updateconfig
 	 LIBGNUTLS_CONFIG="/usr/bin/pkg-config gnutls" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-pcre --with-gsasl --with-pam --with-tcp-wrappers --with-socks-proxy CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build: build-stamp
@@ -43,7 +38,7 @@ clean-patched:
 	dh_testroot
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -f config.sub config.guess
+	dh_autotools-dev_restoreconfig
 	dh_clean 
 
 install: build
