diff -Nru libsamplerate-0.1.8/debian/changelog libsamplerate-0.1.8/debian/changelog
--- libsamplerate-0.1.8/debian/changelog	2012-06-18 09:54:12.000000000 +0000
+++ libsamplerate-0.1.8/debian/changelog	2014-01-08 16:30:12.000000000 +0000
@@ -1,3 +1,9 @@
+libsamplerate (0.1.8-5arm64) unstable; urgency=low
+
+  * Ensure config.{sub,guess} up to date for new ports
+
+ --  <wookey@linaro.org>  Wed, 08 Jan 2014 16:29:34 +0000
+
 libsamplerate (0.1.8-5) unstable; urgency=low
 
   * debian/rules: Purge *.la files after install.
diff -Nru libsamplerate-0.1.8/debian/control libsamplerate-0.1.8/debian/control
--- libsamplerate-0.1.8/debian/control	2012-06-18 09:54:12.000000000 +0000
+++ libsamplerate-0.1.8/debian/control	2014-01-08 16:30:45.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Erik de Castro Lopo <erikd@mega-nerd.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>> 8.1.3), fftw3-dev, libsndfile1-dev
+Build-Depends: debhelper (>> 8.1.3), autotools-dev, fftw3-dev, libsndfile1-dev
 Standards-Version: 3.9.3
 Homepage: http://www.mega-nerd.com/SRC/
 
diff -Nru libsamplerate-0.1.8/debian/rules libsamplerate-0.1.8/debian/rules
--- libsamplerate-0.1.8/debian/rules	2012-06-18 09:54:12.000000000 +0000
+++ libsamplerate-0.1.8/debian/rules	2014-01-08 16:29:10.000000000 +0000
@@ -17,6 +17,7 @@
 
 config.status: configure
 	dh_testdir
+	dh_autotools-dev_updateconfig
 	./configure  $(shell dpkg-buildflags --export=configure) \
 		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
@@ -39,6 +40,7 @@
 
 	[ ! -f Makefile ] || $(MAKE) distclean
 
+	dh_autotools-dev_restoreconfig
 	dh_clean -a
 
 install: build
