diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fd20c16..a7a9bea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +indicator-messages (0.2.6+r156-0ubuntu1) karmic; urgency=low + + * New snapshot for libindicator 0.3.0 + * debian/control + - Build-Depends on libindicator >= 0.3.0 + + -- Ken VanDine <ken.vandine@canonical.com> Thu, 10 Dec 2009 14:35:46 -0500 + indicator-messages (0.2.6-0ubuntu1) karmic; urgency=low * Upstream release 0.2.6 (LP: #446629) diff --git a/debian/control b/debian/control index 08f19e3..eab6140 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~bzr301), + libindicator-dev (>= 0.3.0), libdbusmenu-gtk-dev (>= 0.1.1), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.0 |