aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-06-04 08:59:10 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-06-04 08:59:10 -0400
commit83ea78222982490d36ff73e972541bdbe0b95ff8 (patch)
treef7438f1c8f96f498957d2063091f370e3e3b8438 /debian/control
parent3096e1044187bb042f64f9c37188782c4fe140f9 (diff)
parentebc5cbfd84b4674344fe0a8e1e7c21d1180d88b1 (diff)
downloadayatana-indicator-application-83ea78222982490d36ff73e972541bdbe0b95ff8.tar.gz
ayatana-indicator-application-83ea78222982490d36ff73e972541bdbe0b95ff8.tar.bz2
ayatana-indicator-application-83ea78222982490d36ff73e972541bdbe0b95ff8.zip
* New upstream release.
* Unref the child that was created * Build GIR and VAPI files (LP: #510610) * Fixes to documentation and enum construction * Fix distcheck * Merging patch to add assembly information to Mono binding (LP: #547195) * debian/control: Add GObject Introspection and Vala build dependencies. * Added debian/gir1.0-libappindicator-0.1.install and modified debian/control and debian/libappindicator-dev.install to handle the VAPI and GI files. * debian/libappindicator0.0-cil.install: Fixing directory of cli files
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 20 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 64ca500..4bd1570 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: indicator-application
Section: gnome
Priority: optional
XS-Python-Version: all
-Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
Build-Depends: debhelper (>= 5.0),
cdbs (>= 0.4.41),
python-central (>= 0.6),
@@ -24,7 +24,13 @@ Build-Depends: debhelper (>= 5.0),
gtk-sharp2-gapi,
libmono-dev,
libnunit-cil-dev,
- libgtk2.0-cil-dev
+ libgtk2.0-cil-dev,
+ gobject-introspection,
+ gir-repository-dev,
+ libgirepository1.0-dev,
+ gir1.0-glib-2.0,
+ gir1.0-gtk-2.0,
+ valac
Standards-Version: 3.8.4
Homepage: https://launchpad.net/indicator-application
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu
@@ -116,3 +122,15 @@ Description: Application Indicators
.
This package contains files that are needed to build applications.
+Package: gir1.0-libappindicator-0.1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ gir1.0-glib-2.0,
+ gir1.0-gtk-2.0,
+ libappindicator0 (= ${binary:Version})
+Description: Typelib files for libappindicator0.
+ .
+ This package can be used by other packages using the GIRepository format
+ to generate dynamic bindings.