diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-03-21 18:01:54 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-03-21 18:01:54 -0400 |
commit | f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8 (patch) | |
tree | e8850e79e1159f89731bf004841c55ced1941fbb /debian/control | |
parent | 73331d64cff60d8c96220bda4a088b67df01f652 (diff) | |
parent | ea6700d2427e98e98aca529911fb97f577df783e (diff) | |
download | libayatana-appindicator-f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8.tar.gz libayatana-appindicator-f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8.tar.bz2 libayatana-appindicator-f3df2e12e4e66c255c9340d3c1093ddc65e7fbc8.zip |
* New upstream release.
* Fix a Coverity PW.BRANCH_PAST_INITIALIZATION error (LP: #957471)
* Fix FTB bug from ambiguity between Glib.Menu and Gtk.Menu in the Vala code
* debian/control: Updating to valac-0.16
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 2e65961..1bdaa4a 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,7 @@ Build-Depends: debhelper (>= 7.0), gir1.2-gtk-2.0, gir1.2-gtk-3.0, dh-autoreconf, - valac-0.14, + valac-0.16, dbus-test-runner Standards-Version: 3.9.1 Homepage: https://launchpad.net/libappindicator |