diff options
| author | William Hua <william.hua@canonical.com> | 2013-08-22 18:36:10 +0800 |
|---|---|---|
| committer | William Hua <william.hua@canonical.com> | 2013-08-22 18:36:10 +0800 |
| commit | 3d0529fab0030e47859dc9e939465f4802399fbe (patch) | |
| tree | 562c7851985a33d6769235021695e2ba284dec3d /debian/rules | |
| parent | 4451d840969698c2d2106c013a95a3c6eb4baf70 (diff) | |
| parent | 39fd9bd8383df1361c4141e4d0ad52a83a53a437 (diff) | |
| download | ayatana-indicator-keyboard-3d0529fab0030e47859dc9e939465f4802399fbe.tar.gz ayatana-indicator-keyboard-3d0529fab0030e47859dc9e939465f4802399fbe.tar.bz2 ayatana-indicator-keyboard-3d0529fab0030e47859dc9e939465f4802399fbe.zip | |
Merge trunk.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index c816d1da..d2bfba7b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,19 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + %: dh $@ --with autoreconf,translations + +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 + dh_install --fail-missing + |
