aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ce6e261..668d66a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ indicator-application (0.0.4-0ubuntu3~ppa3) UNRELEASED; urgency=low
* debian/control: Removing architecture independent build
dependencies are no architecture dependent.
+ * debian/control: Fixing the libdbusmenu-glib version dep.
-- Ted Gould <ted@ubuntu.com> Thu, 17 Dec 2009 09:05:40 -0600
diff --git a/debian/control b/debian/control
index ba5365c..6df04a7 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 5.0),
libindicate-gtk-dev (>= 0.2.0),
libindicator-dev (>= 0.3.0),
libdbusmenu-gtk-dev (>= 0.1.8),
- libdbusmenu-glib-dev (>= 1.1.8),
+ libdbusmenu-glib-dev (>= 0.1.8),
cli-common-dev (>= 0.5.7),
mono-devel (>= 2.0.1),
gtk-sharp2-gapi,