diff options
author | Ted Gould <ted@canonical.com> | 2009-09-09 10:07:37 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-09 10:07:37 -0500 |
commit | 6447d40f9f4f3aa399d27e95b37f002834f08802 (patch) | |
tree | 1ee095e4c4396f87cb3a54c7f85e68af198d8aba | |
parent | 52dbb0b28c963d2bb90712dbce0981a0e8baf277 (diff) | |
download | ayatana-indicator-messages-6447d40f9f4f3aa399d27e95b37f002834f08802.tar.gz ayatana-indicator-messages-6447d40f9f4f3aa399d27e95b37f002834f08802.tar.bz2 ayatana-indicator-messages-6447d40f9f4f3aa399d27e95b37f002834f08802.zip |
debian/control: Requiring > 0.2.0 of libindicate*
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 8236574..18a818a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ indicator-messages (0.2.1-0ubuntu1~ppa1) UNRELEASED; urgency=low * Merging in v2-api stuff which will become 0.2.1 + * debian/control: Requiring > 0.2.0 of libindicate* -- Ted Gould <ted@ubuntu.com> Wed, 09 Sep 2009 10:05:52 -0500 diff --git a/debian/control b/debian/control index 99fbbcf..75dd377 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.2.0~bzr298), - libindicate-gtk-dev (>= 0.2.0~bzr298), - libindicator-dev (>= 0.2.0~bzr301), + libindicate-dev (>= 0.2.0), + libindicate-gtk-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 |