diff options
author | William Hua <william.hua@canonical.com> | 2013-04-22 11:50:51 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-04-22 11:50:51 -0400 |
commit | 19ec64915aac1ecf55f5b5aaa26358578dd2ac34 (patch) | |
tree | 57d0081c6f6fa26e9c304e3bd2e362614cfed108 /debian | |
parent | 5cac96c229ed038b2e21f6a7a2ff08746c488019 (diff) | |
download | libayatana-indicator-19ec64915aac1ecf55f5b5aaa26358578dd2ac34.tar.gz libayatana-indicator-19ec64915aac1ecf55f5b5aaa26358578dd2ac34.tar.bz2 libayatana-indicator-19ec64915aac1ecf55f5b5aaa26358578dd2ac34.zip |
[ William Hua ]
* debian/control:
- Bump GLib to 2.37.
* configure.ac:
- Bump GLib to 2.37.
* libindicator/indicator-image-helper.c:
- Support display of GBytesIcons.
* libindicator/indicator-ng.c:
- Change action state icon type to GVariant.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 17f10ee..506f167 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,20 @@ libindicator (12.10.2daily13.04.08-0ubuntu1) raring; urgency=low -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 08 Apr 2013 02:02:11 +0000 +libindicator (12.10.2daily13.02.25-0ubuntu2) raring; urgency=low + + [ William Hua ] + * debian/control: + - Bump GLib to 2.37. + * configure.ac: + - Bump GLib to 2.37. + * libindicator/indicator-image-helper.c: + - Support display of GBytesIcons. + * libindicator/indicator-ng.c: + - Change action state icon type to GVariant. + + -- William Hua <william.hua@canonical.com> Wed, 17 Apr 2013 17:14:31 -0400 + libindicator (12.10.2daily13.02.25-0ubuntu1) raring; urgency=low * Automatic snapshot from revision 479 diff --git a/debian/control b/debian/control index 582965d..698ceda 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9), gtk-doc-tools, dbus-test-runner, xvfb, - libglib2.0-dev (>= 2.22), + libglib2.0-dev (>= 2.37), libgtk2.0-dev (>= 2.18), libgtk-3-dev (>= 2.91.3), Standards-Version: 3.9.2 |