diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c05f4c4..6b571b0 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 %: dh $@ --with autoreconf +override_dh_auto_test: + override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |