diff -Nru ocl-icd-2.1.0/debian/changelog ocl-icd-2.1.0/debian/changelog
--- ocl-icd-2.1.0/debian/changelog	2013-10-02 14:25:10.000000000 +0000
+++ ocl-icd-2.1.0/debian/changelog	2013-12-22 03:24:45.000000000 +0000
@@ -1,3 +1,9 @@
+ocl-icd (2.1.0-1arm64) unstable; urgency=low
+
+  * Use dh-autoreconf so package is rebuildable
+
+ --  <wookey@wookware.org2>  Sun, 22 Dec 2013 03:23:36 +0000
+
 ocl-icd (2.1.0-1) experimental; urgency=low
 
   * New upstream release
diff -Nru ocl-icd-2.1.0/debian/control ocl-icd-2.1.0/debian/control
--- ocl-icd-2.1.0/debian/control	2013-10-02 14:25:10.000000000 +0000
+++ ocl-icd-2.1.0/debian/control	2013-12-22 03:22:18.000000000 +0000
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Vincent Danjean <vdanjean@debian.org>
 Build-Depends: debhelper (>= 9.0.0), opencl-headers (>= 1.2), ruby,
- autotools-dev (>=20100122.1~),
+ dh-autoreconf,
  autoconf (>=2.68), automake (>=1:1.10), libtool,
  asciidoc, xmlto
 Standards-Version: 3.9.4
diff -Nru ocl-icd-2.1.0/debian/rules ocl-icd-2.1.0/debian/rules
--- ocl-icd-2.1.0/debian/rules	2013-10-02 14:25:10.000000000 +0000
+++ ocl-icd-2.1.0/debian/rules	2013-12-22 03:22:09.000000000 +0000
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel --with autoreconf
 
 .PHONY: override_dh_auto_configure
 override_dh_auto_configure:
