diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 16:51:39 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-14 16:51:39 -0500 |
commit | 11b06f32bb7268ac66d12d91a4d079d314b99e48 (patch) | |
tree | 2c88d76eda1c7a3d8682c7895a86bc0c90279265 /debian/rules | |
parent | b4f0934ea725ea8fed2d27298127f62bdb15fc6b (diff) | |
download | ayatana-indicator-power-11b06f32bb7268ac66d12d91a4d079d314b99e48.tar.gz ayatana-indicator-power-11b06f32bb7268ac66d12d91a4d079d314b99e48.tar.bz2 ayatana-indicator-power-11b06f32bb7268ac66d12d91a4d079d314b99e48.zip |
use DPKG_GENSYMBOLS_CHECK_LEVEL=4.
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 2484aa0..5490305 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + %: dh $@ --with autoreconf |