aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
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)'