diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-05 14:47:02 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-09-05 14:47:02 -0500 |
commit | aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6 (patch) | |
tree | 200b5ccce5d03c85e64197aac162bbd1f682a41e /debian/rules | |
parent | 8e0ddac8a13c77863d21b5de00c2fc8b796b9c99 (diff) | |
parent | 415f18f56667eea5c650d209b9ac1464a70ef7f5 (diff) | |
download | ayatana-indicator-display-aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6.tar.gz ayatana-indicator-display-aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6.tar.bz2 ayatana-indicator-display-aa563d76b9cf4bf42f15ebef0c660ec9a5854ef6.zip |
Add a rotation lock indicator
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..e39944a --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +# Explicitly selecting a G{CC,++}-version here to avoid ABI breaks +# introduced by toolchain updates. <https://wiki.ubuntu.com/cpp-11> +export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9 +export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9 + +%: + dh $@ --with translations + |