diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-06-22 13:26:15 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-06-22 13:26:15 -0400 |
commit | f2c00ec02764df9af713482b63712f1058c6d19f (patch) | |
tree | 16051d9d9e530d91a46462a5c9f743a74ddf9da6 /debian/control | |
parent | 3315ba58c8f79fc1d1fcb50098e231aefd32a625 (diff) | |
download | ayatana-indicator-application-f2c00ec02764df9af713482b63712f1058c6d19f.tar.gz ayatana-indicator-application-f2c00ec02764df9af713482b63712f1058c6d19f.tar.bz2 ayatana-indicator-application-f2c00ec02764df9af713482b63712f1058c6d19f.zip |
releasing version 0.3.90-0ubuntu1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/debian/control b/debian/control index a1f6be0..a1e7a78 100644 --- a/debian/control +++ b/debian/control @@ -5,22 +5,36 @@ XS-Python-Version: all Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), - quilt, libgtk2.0-dev (>= 2.12.0), + libgtk-3-dev (>= 2.91), libdbus-glib-1-dev (>= 0.82), libjson-glib-dev, intltool, + libappindicator-dev (>= 0.2.91), + libappindicator3-dev (>= 0.2.91), libindicator-dev (>= 0.3.19), - libdbusmenu-gtk-dev (>= 0.3.91), - libdbusmenu-glib-dev (>= 0.3.91), - libappindicator-dev (>= 0.2.91) -Standards-Version: 3.8.4 + libindicator3-dev (>= 0.3.19), + libdbusmenu-glib-dev (>= 0.3.94), + libdbusmenu-gtk-dev (>= 0.3.94), + libdbusmenu-gtk3-dev (>= 0.3.94) +Standards-Version: 3.9.2 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu Package: indicator-application Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: indicator-application-gtk2 +Description: Application Indicators + A library and indicator to take menus from applications and place them in + the panel. + +Package: indicator-application-gtk2 +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + indicator-application (= ${binary:Version}) +Replaces: indicator-application (<< 0.3.90) Description: Application Indicators A library and indicator to take menus from applications and place them in the panel. |