aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control49
1 files changed, 25 insertions, 24 deletions
diff --git a/debian/control b/debian/control
index f87b2aa..01133f5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,10 @@ Section: gnome
Priority: optional
XS-Python-Version: all
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
-Build-Depends: debhelper (>= 5.0),
+Build-Depends: debhelper (>= 7.0),
cdbs (>= 0.4.41),
libgtk2.0-dev (>= 2.12.0),
libdbus-glib-1-dev (>= 0.82),
- libjson-glib-dev,
gnome-doc-utils,
gtk-doc-tools,
intltool,
@@ -16,8 +15,8 @@ Build-Depends: debhelper (>= 5.0),
libindicate-dev (>= 0.2.0),
libindicate-gtk-dev (>= 0.2.0),
libindicator-dev (>= 0.3.14),
- libdbusmenu-gtk-dev (>= 0.3.90),
- libdbusmenu-glib-dev (>= 0.3.90),
+ libdbusmenu-gtk-dev (>= 0.3.91),
+ libdbusmenu-glib-dev (>= 0.3.91),
cli-common-dev (>= 0.5.7),
mono-devel (>= 2.4.3),
gtk-sharp2-gapi,
@@ -26,12 +25,26 @@ Build-Depends: debhelper (>= 5.0),
libgtk2.0-cil-dev,
gobject-introspection,
libgirepository1.0-dev,
- gir1.0-glib-2.0,
- gir1.0-gtk-2.0,
+ gir1.2-glib-2.0,
+ gir1.2-gtk-2.0,
valac-0.12
-Standards-Version: 3.8.4
-Homepage: https://launchpad.net/indicator-application
-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu
+Standards-Version: 3.9.1
+Homepage: https://launchpad.net/libappindicator
+Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/libappindicator/ubuntu
+
+Package: python-appindicator
+Section: python
+Architecture: any
+XB-Python-Version: ${python:Versions}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ libappindicator1 (= ${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: libappindicator1
Section: libs
@@ -101,7 +114,9 @@ Description: Application Indicators
.
This package contains files that are needed to build applications.
-Package: gir1.0-appindicator-0.1
+Package: gir1.2-appindicator-0.1
+Conflicts: gir1.0-appindicator-0.1
+Replaces: gir1.0-appindicator-0.1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
@@ -111,17 +126,3 @@ Description: Typelib files for libappindicator1.
.
This package can be used by other packages using the GIRepository format
to generate dynamic bindings.
-
-Package: python-appindicator
-Section: python
-Architecture: any
-XB-Python-Version: ${python:Versions}
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends},
- libappindicator1 (= ${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.