diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 7da0963..9243d80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (0.4.90-0ubuntu2) UNRELEASED; urgency=low + + * debian/control + - Removed duplicate build depends + + -- Ken VanDine <ken.vandine@canonical.com> Wed, 22 Jun 2011 12:51:54 -0400 + indicator-messages (0.4.90-0ubuntu1) oneiric; urgency=low [ Ted Gould ] diff --git a/debian/control b/debian/control index ae19121..91bace7 100644 --- a/debian/control +++ b/debian/control @@ -16,12 +16,9 @@ Build-Depends: debhelper (>= 5.0), libindicate-gtk-dev (>= 0.4.91), libindicator-dev (>= 0.3.19), libindicator3-dev (>= 0.3.19), - libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-glib-dev (>= 0.3.94), libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-gtk3-dev (>= 0.3.94), - libindicator-dev (>= 0.3.19), - libdbusmenu-gtk-dev (>= 0.3.94), - libdbusmenu-glib-dev (>= 0.3.94) + libdbusmenu-gtk3-dev (>= 0.3.94) Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-messages Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/indicator-messages/ubuntu |