diff --git a/debian/rules b/debian/rules
index 7b3265810447e2c1c919b700019ce31302c469fd..942a74ce0d20287edc9fda8b4f160713e13dfd35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,9 @@
 %:
 	dh $@ --with autoreconf --with systemd
 
+override_dh_autoreconf:
+	NOCONFIGURE=1 dh_autoreconf ./autogen.sh --
+
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gtk-doc=yes