diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2017-09-06 15:49:38 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2017-09-06 15:49:38 +0200 |
commit | 52cfe6e31c6e86cd4229c486593c95aa96c040e4 (patch) | |
tree | e95b00a6b397bdccf7ae9cc13e9fdb14e75ff829 /debian/rules | |
parent | 2c719851dd75b0b6af65717f9397ae580b225ac1 (diff) | |
download | ayatana-indicator-printers-52cfe6e31c6e86cd4229c486593c95aa96c040e4.tar.gz ayatana-indicator-printers-52cfe6e31c6e86cd4229c486593c95aa96c040e4.tar.bz2 ayatana-indicator-printers-52cfe6e31c6e86cd4229c486593c95aa96c040e4.zip |
releasing package indicator-printers version 0.1.7+17.04.20170227-0ubuntu30.1.7+17.04.20170227-0ubuntu3
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 |