diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c032912..c8c6a4b 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 %: - dh $@ --with autoreconf + dh $@ --with autoreconf,translations override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |