diff options
author | Ted Gould <ted@gould.cx> | 2010-03-18 10:59:10 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-18 10:59:10 -0500 |
commit | 218c6a8d5f51f002e214f8ec74738e95b2efecdf (patch) | |
tree | 780e4ae38699de97b21c114b057d8c3bc7426b45 /debian | |
parent | 738df2fa1869f24b39851f07c76a2138c4da78dd (diff) | |
download | libayatana-indicator-218c6a8d5f51f002e214f8ec74738e95b2efecdf.tar.gz libayatana-indicator-218c6a8d5f51f002e214f8ec74738e95b2efecdf.tar.bz2 libayatana-indicator-218c6a8d5f51f002e214f8ec74738e95b2efecdf.zip |
debian/rules: Updating shlibs
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 123a0d7..fc74400 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libindicator (0.3.6-0ubuntu1~ppa1) UNRELEASED; urgency=low * Upstream release 0.3.6 * Adding in scroll signals for the indicators + * debian/rules: Updating shlibs -- Ted Gould <ted@ubuntu.com> Thu, 18 Mar 2010 10:53:02 -0500 diff --git a/debian/rules b/debian/rules index 5e14c74..151c78d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,4 +5,4 @@ include /usr/share/cdbs/1/class/gnome.mk LDFLAGS += -Wl,-z,defs -Wl,--as-needed -DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator0 (>= 0.3.5)' +DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator0 (>= 0.3.6)' |