aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control8
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f67f35..6778f32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ indicator-application (0.2.0-0ubuntu1~ppa1) UNRELEASED; urgency=low
* Build GIR and VAPI files
* Fixes to documentation and enum construction
* Fix distcheck
+ * debian/control: Add GObject Introspection and Vala build
+ dependencies.
- -- Ted Gould <ted@ubuntu.com> Thu, 03 Jun 2010 13:55:12 -0500
+ -- Ted Gould <ted@ubuntu.com> Thu, 03 Jun 2010 14:13:56 -0500
indicator-application (0.0.21-0ubuntu1~ppa1) lucid; urgency=low
diff --git a/debian/control b/debian/control
index 64ca500..6260fea 100644
--- a/debian/control
+++ b/debian/control
@@ -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