diff options
author | Ted Gould <ted@canonical.com> | 2008-11-18 14:10:30 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-11-18 14:10:30 -0600 |
commit | 9073e40f1c0f2d95a8fd01d3f92c72bd691804bc (patch) | |
tree | ccc413dd9969eca700eda1a06220816df38fbb4e /debian/rules | |
parent | 947bc3f33cfd514f9d517578f0aab6bec05cc191 (diff) | |
download | libayatana-indicator-9073e40f1c0f2d95a8fd01d3f92c72bd691804bc.tar.gz libayatana-indicator-9073e40f1c0f2d95a8fd01d3f92c72bd691804bc.tar.bz2 libayatana-indicator-9073e40f1c0f2d95a8fd01d3f92c72bd691804bc.zip |
Version one of debian packaging.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1c64b91 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + |