Don't call autogen.sh, autoreconf takes care of this for us
diff --git a/debian/rules b/debian/rules
index 8e974dc..60946c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
 	dh $@
 
 override_dh_auto_configure:
-	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure -- --with-openssl --with-gnutls --without-cuse
 
 override_dh_auto_test: