diff options
Diffstat (limited to 'debian')
-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 |