diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-11 21:46:25 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-07-11 21:46:25 +0200 |
commit | 2e4ec4a2a7b6f23dbe979c67ffe5abf471609f93 (patch) | |
tree | a7e41f73c1b539824cc443641343db00fca347b8 /debian/control | |
parent | bd7a606363967333bc33e4c0ab7a1c50824e96ef (diff) | |
parent | 4af0bd2bf3acca2dc08656ba0e7105a28e2d0d1b (diff) | |
download | ayatana-indicator-power-2e4ec4a2a7b6f23dbe979c67ffe5abf471609f93.tar.gz ayatana-indicator-power-2e4ec4a2a7b6f23dbe979c67ffe5abf471609f93.tar.bz2 ayatana-indicator-power-2e4ec4a2a7b6f23dbe979c67ffe5abf471609f93.zip |
* New upstream release.
* debian/control: updated glib requirement
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d378b1f..cb19f9d 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 (>= 8), libgtk-3-dev, - libglib2.0-dev, + libglib2.0-dev (>= 2.33), libindicator3-dev (>= 0.3.90), libupower-glib-dev (>= 0.9.5), gnome-settings-daemon-dev (>= 3.1.4), |