diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b25bb5a --- /dev/null +++ b/debian/control @@ -0,0 +1,40 @@ +Source: indicator-application +Section: gnome +Priority: optional +XS-Python-Version: all +Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> +Build-Depends: debhelper (>= 5.0), + cdbs (>= 0.4.41), + 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.90), + libindicator3-dev (>= 0.3.90), + libdbusmenu-glib-dev (>= 0.5.90), + libdbusmenu-gtk-dev (>= 0.5.90), + libdbusmenu-gtk3-dev (>= 0.5.90) +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} +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. + |