diff options
author | Ted Gould <ted@gould.cx> | 2010-10-15 14:48:14 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-10-15 14:48:14 -0500 |
commit | 879ce4300fc0f749a8998bbf14c2fba925c64a5c (patch) | |
tree | 5978df8ee74279bb80f9d02f911cc34d337c1adb /debian/rules | |
parent | ac662a1a1a94644d85c4052042a270023fec4f7f (diff) | |
parent | 948cb8ef96ab75f7f468d535450ce065af3e2c26 (diff) | |
download | libayatana-indicator-879ce4300fc0f749a8998bbf14c2fba925c64a5c.tar.gz libayatana-indicator-879ce4300fc0f749a8998bbf14c2fba925c64a5c.tar.bz2 libayatana-indicator-879ce4300fc0f749a8998bbf14c2fba925c64a5c.zip |
Merging in Ubuntu desktop
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 9099854..7ad558a 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +6,5 @@ include /usr/share/cdbs/1/class/gnome.mk LDFLAGS += -Wl,-z,defs -Wl,--as-needed -DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator1 (>= 0.3.13)' +DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator1 (>= 0.3.14)' |