diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 13 |
2 files changed, 4 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 3f33d52..38dd416 100644 --- a/configure.ac +++ b/configure.ac @@ -52,12 +52,10 @@ AC_ARG_WITH([gtk], [with_gtk=3]) AS_IF([test "x$with_gtk" = x3], [PKG_CHECK_MODULES(LIBINDICATOR, gtk+-3.0 >= $GTK3_REQUIRED_VERSION - gmodule-2.0 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) ], [test "x$with_gtk" = x2], [PKG_CHECK_MODULES(LIBINDICATOR, gtk+-2.0 >= $GTK_REQUIRED_VERSION - gmodule-2.0 gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION) ], [AC_MSG_FAILURE([Value for --with-gtk was neither 2 nor 3])] diff --git a/debian/changelog b/debian/changelog index 54d56a7..cb4f38a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,22 +1,17 @@ -libindicator (0.4.91-0ubuntu1~ppa3) precise; urgency=low +libindicator (0.4.91-0ubuntu2) precise; urgency=low * Upstream Merge * Increasing the test timeout to ensure that's not our issue - - -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 21:11:29 -0600 - -libindicator (0.4.91-0ubuntu1~ppa2) precise; urgency=low - * debian/rules: Adding messages - -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 16:48:11 -0600 + -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 21:11:29 -0600 -libindicator (0.4.91-0ubuntu1~ppa1) precise; urgency=low +libindicator (0.4.91-0ubuntu1) precise; urgency=low * New upstream release. * Visibility fixes for indicators using that functionality * Ensure that parent_object is more aggressively set - * Fix memory leak on groups of items in desktop files + * Fix memory leak on groups of items in desktop files (lp: #923629) * Dropping debian/patches * Upstream Merge * Explicitly add in gmodule as a required library |
