aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 23 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index f0efd54..03f2e49 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,18 @@
Source: indicator-application
Section: gnome
Priority: optional
+XS-Python-Version: all
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: debhelper (>= 5.0),
cdbs (>= 0.4.41),
+ python-central (>= 0.6),
libgtk2.0-dev (>= 2.12.0),
libdbus-glib-1-dev,
gnome-doc-utils,
gtk-doc-tools,
intltool,
+ python-all-dev,
+ python-gtk2-dev,
libindicate-dev (>= 0.2.0),
libindicate-gtk-dev (>= 0.2.0),
libindicator-dev (>= 0.3.0),
@@ -18,11 +22,25 @@ Standards-Version: 3.8.3
Homepage: https://launchpad.net/indicator-application
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu
+Package: python-appindicator
+Section: python
+Architecture: any
+XB-Python-Version: ${python:Versions}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ libappindicator0 (= ${binary:Version}),
+ python-gobject
+Provides: ${python:Provides}
+Description: Python bindings for libappindicator
+ This package provides Python bindings so that you can use libappindicator from
+ a Python program.
+
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
+ A library and indicator to take menus from applications and place them in
the panel.
Package: libappindicator0
@@ -32,10 +50,10 @@ Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: indicator-application (= ${binary:Version})
Description: Application Indicators
- A library and indicator to take menus from applications and place them in
+ A library and indicator to take menus from applications and place them in
the panel.
.
- This package contains shared libraries to be used by applications.
+ This package contains shared libraries to be used by applications.
Package: libappindicator-dev
Section: libdevel
@@ -46,7 +64,7 @@ Depends: ${shlibs:Depends},
libdbus-glib-1-dev (>= 0.76),
libappindicator0 (= ${binary:Version})
Description: Application Indicators
- A library and indicator to take menus from applications and place them in
+ A library and indicator to take menus from applications and place them in
the panel.
.
This package contains files that are needed to build applications.
@@ -60,4 +78,4 @@ Description: Application Indicators
A library and indicator to take menus from applications and place them in
the panel.
.
- This package contains development documentation.
+