aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-23 10:28:19 -0600
committerTed Gould <ted@gould.cx>2010-02-23 10:28:19 -0600
commit0d3da8efc1b3a2457ca0a3943a51c035e055fb84 (patch)
tree24222ab8d9c0bbaaaaec0a585d8447acdb0514e8
parent50aff10037c55ba990d76706f898606180f33cc6 (diff)
downloadayatana-indicator-application-0d3da8efc1b3a2457ca0a3943a51c035e055fb84.tar.gz
ayatana-indicator-application-0d3da8efc1b3a2457ca0a3943a51c035e055fb84.tar.bz2
ayatana-indicator-application-0d3da8efc1b3a2457ca0a3943a51c035e055fb84.zip
debian/control: Checking for dbus-glib >= 0.82
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 764015f..efe3326 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ indicator-application (0.0.13-0ubuntu8~ppa1) UNRELEASED; urgency=low
* Upstream Merge
* Checking for dbus-glib version 0.82
+ * debian/control: Checking for dbus-glib >= 0.82
-- Ted Gould <ted@ubuntu.com> Tue, 23 Feb 2010 10:27:09 -0600
diff --git a/debian/control b/debian/control
index 1a68874..68893c8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5.0),
cdbs (>= 0.4.41),
python-central (>= 0.6),
libgtk2.0-dev (>= 2.12.0),
- libdbus-glib-1-dev,
+ libdbus-glib-1-dev (>= 0.82),
libjson-glib-dev,
gnome-doc-utils,
gtk-doc-tools,