diff options
author | Ted Gould <ted@gould.cx> | 2009-12-17 09:12:11 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-17 09:12:11 -0600 |
commit | 24abbb1b7918163f42b7cba6f2c4111faf063b21 (patch) | |
tree | df86975a73bd2d62d72550e9665c3b16df45fb63 /debian | |
parent | 5918076246a8d3d4a370f3efada612bac57ff2f4 (diff) | |
download | libayatana-appindicator-24abbb1b7918163f42b7cba6f2c4111faf063b21.tar.gz libayatana-appindicator-24abbb1b7918163f42b7cba6f2c4111faf063b21.tar.bz2 libayatana-appindicator-24abbb1b7918163f42b7cba6f2c4111faf063b21.zip |
debian/control: Fixing the libdbusmenu-glib version dep.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
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, |