aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-03 14:14:23 -0500
committerTed Gould <ted@gould.cx>2010-06-03 14:14:23 -0500
commitf50f08a0bd251c489c574e6ade088b30fdcf4c58 (patch)
tree3130404a8a3fa90d6ae078a310a78cb4e4b61e88
parent614e30aa1dac3cd9fff093cea51055c924c7fb7c (diff)
downloadayatana-indicator-application-f50f08a0bd251c489c574e6ade088b30fdcf4c58.tar.gz
ayatana-indicator-application-f50f08a0bd251c489c574e6ade088b30fdcf4c58.tar.bz2
ayatana-indicator-application-f50f08a0bd251c489c574e6ade088b30fdcf4c58.zip
debian/control: Add GObject Introspection and Vala build
dependencies.
-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