diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-06-22 12:52:18 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-06-22 12:52:18 -0400 |
commit | f18b3cdcec5f76333737f1f36fda3f3c4f8d5ebe (patch) | |
tree | 950fa93f6f8361f5b83f2ada8c8acadfd492e675 /debian | |
parent | a75ffde0f949f370abb98127beda432895538ff3 (diff) | |
download | ayatana-indicator-messages-f18b3cdcec5f76333737f1f36fda3f3c4f8d5ebe.tar.gz ayatana-indicator-messages-f18b3cdcec5f76333737f1f36fda3f3c4f8d5ebe.tar.bz2 ayatana-indicator-messages-f18b3cdcec5f76333737f1f36fda3f3c4f8d5ebe.zip |
* debian/control
- Removed duplicate build depends
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 |