diff options
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | tests/Makefile.am | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 09b38af..c5a90cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +indicator-session (12.10.5daily13.03.06-0ubuntu1) raring; urgency=low + + [ Mathieu Trudel-Lapierre ] + * Jenkins build failure on gtest "undefined reference to symbol + 'pthread_key_delete@@GLIBC_2.2.5'" (LP: #1126362) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 384 + + -- Automatic PS uploader <ps-jenkins@lists.canonical.com> Wed, 06 Mar 2013 02:02:00 +0000 + indicator-session (12.10.5daily13.01.25-0ubuntu1) raring; urgency=low [ Mathieu Trudel-Lapierre ] diff --git a/tests/Makefile.am b/tests/Makefile.am index 579f502..071f684 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -39,6 +39,7 @@ integrationcheck_PROGRAMS += test-service test_service_SOURCES = test-service.cc test_service_LDADD = \ $(TEST_SERVICE_LIBS) \ + $(XORG_GTEST_LDFLAGS) \ libgtest.a test_service_CPPFLAGS = \ -DSCHEMA_DIR="\"$(top_builddir)/tests/\"" \ |