diff options
author | Ted Gould <ted@gould.cx> | 2010-03-11 14:26:58 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-11 14:26:58 -0600 |
commit | 259bcc9933de10b893dd9feeca3d18cde6bc5f1f (patch) | |
tree | 5f836e2e6e6962cabe24cf7873ffa67767a755d6 | |
parent | 0de990f43c73324b2e321747fa666614f95ac111 (diff) | |
download | libayatana-indicator-259bcc9933de10b893dd9feeca3d18cde6bc5f1f.tar.gz libayatana-indicator-259bcc9933de10b893dd9feeca3d18cde6bc5f1f.tar.bz2 libayatana-indicator-259bcc9933de10b893dd9feeca3d18cde6bc5f1f.zip |
debian/rules: Updating shlibs number
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4d9c0a5..83a7e5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libindicator (0.3.5-0ubuntu1~ppa2) UNRELEASED; urgency=low + + * debian/rules: Updating shlibs number + + -- Ted Gould <ted@ubuntu.com> Thu, 11 Mar 2010 14:26:32 -0600 + libindicator (0.3.5-0ubuntu1~ppa1) lucid; urgency=low * Upstream release 0.3.5 diff --git a/debian/rules b/debian/rules index 5ee8f88..5e14c74 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.3)' +DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator0 (>= 0.3.5)' |