diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-01-17 15:07:08 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-01-17 15:07:08 -0600 |
commit | 5535cc541da4b436c662bef27589f5b929ed982e (patch) | |
tree | 58ffa067227d0a1e6b58a6055a49f4aa3a11be5d /debian/control | |
parent | 06c8a32dc8fdb3150bed5db3d8ee5919f070a810 (diff) | |
download | ayatana-indicator-power-5535cc541da4b436c662bef27589f5b929ed982e.tar.gz ayatana-indicator-power-5535cc541da4b436c662bef27589f5b929ed982e.tar.bz2 ayatana-indicator-power-5535cc541da4b436c662bef27589f5b929ed982e.zip |
remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init() is deprecated
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 b53f5be..e9ebbd2 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9), libxorg-gtest-dev, libgtest-dev, libgtk-3-dev, - libglib2.0-dev (>= 2.33), + libglib2.0-dev (>= 2.35.4), libindicator3-dev (>= 0.3.90), libupower-glib-dev (>= 0.9.5), gnome-settings-daemon-dev (>= 3.1.4), |