diff options
author | Ted Gould <ted@gould.cx> | 2010-02-24 21:04:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-24 21:04:56 -0600 |
commit | d4404ea28806ee86d420b1c43e88255d2d3bfcf1 (patch) | |
tree | 53d492cefc46dc9b864d02071ef65d6af383e27b /debian | |
parent | 25b2503db178a1cf397988fc5eb0123893771534 (diff) | |
download | libayatana-indicator-d4404ea28806ee86d420b1c43e88255d2d3bfcf1.tar.gz libayatana-indicator-d4404ea28806ee86d420b1c43e88255d2d3bfcf1.tar.bz2 libayatana-indicator-d4404ea28806ee86d420b1c43e88255d2d3bfcf1.zip |
debian/control:
Reducing libglib dependency down to 2.22 for Karmic builds
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 12f819d..322118f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libindicator (0.3.3-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: + Reducing libglib dependency down to 2.22 for Karmic builds + + -- Ted Gould <ted@ubuntu.com> Wed, 24 Feb 2010 21:04:26 -0600 + libindicator (0.3.3-0ubuntu1) lucid; urgency=low * debian/control: diff --git a/debian/control b/debian/control index 52a36ed..686f637 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), - libglib2.0-dev (>= 2.23), + libglib2.0-dev (>= 2.22), libgtk2.0-dev (>= 2.12.0), libdbus-glib-1-dev, libtool, |