From e3f31de1e4718b6888ae613133802020dcecd303 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 12 Nov 2015 13:36:00 +0100 Subject: Fork from Ubuntu's indicator-keyboard. --- debian/rules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index d2bfba7b..e290d9e1 100755 --- a/debian/rules +++ b/debian/rules @@ -7,13 +7,12 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --with autoreconf,translations + dh $@ --with autoreconf override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh override_dh_install: - find debian/indicator-keyboard/usr/lib -name *.la -delete - find debian/indicator-keyboard/usr/lib -name *.a -delete + find debian/ayatana-indicator-keyboard/usr/lib -name *.la -delete + find debian/ayatana-indicator-keyboard/usr/lib -name *.a -delete dh_install --fail-missing - -- cgit v1.2.3