diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 21:40:55 -0500 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2012-11-26 21:40:55 -0500 |
commit | 9dff09473de7abd7f720106d0ec5400a462e8654 (patch) | |
tree | abee68eb9fb77237c93aa35bb62af578a4d8d106 | |
parent | ee4094487bceebe59f8b2fd1416fdfcdcea52222 (diff) | |
download | libayatana-appindicator-9dff09473de7abd7f720106d0ec5400a462e8654.tar.gz libayatana-appindicator-9dff09473de7abd7f720106d0ec5400a462e8654.tar.bz2 libayatana-appindicator-9dff09473de7abd7f720106d0ec5400a462e8654.zip |
Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6826cf0..0be580c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ libappindicator (12.10.1-0ubuntu1) UNRELEASED; urgency=low * debian/compat: bump to compat level 9. * debian/rules: - Convert from cdbs to debhelper 9. + - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL. * debian/*.install: - Update paths for multiarch and for use with dh9 (remove debian/tmp...) diff --git a/debian/rules b/debian/rules index 832d635..ab6b525 100755 --- a/debian/rules +++ b/debian/rules @@ -10,6 +10,8 @@ CONFIGURE_FLAGS_gtk3 = --with-gtk=3 --enable-gtk-doc=no export CSC=/usr/bin/mono-csc +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 + CFLAGS += -fPIC %: |