diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 18a818a..8d5a4f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +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* + * 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 75dd377..08f19e3 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 5.0), intltool, libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), - libindicator-dev (>= 0.2.0), + libindicator-dev (>= 0.2.0~bzr301), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 |