diff options
author | Ted Gould <ted@gould.cx> | 2010-01-12 00:09:13 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-12 00:09:13 -0600 |
commit | c20fb456f87ec1fa0a971862350921125b881833 (patch) | |
tree | da0c89d905769208791126f18862b42c781c4af8 | |
parent | f905b80d73129395d7f6b76f6aa2d9c67539844b (diff) | |
parent | 0fda6a0de6a9fcc29b2e202e7820bdf1c90883db (diff) | |
download | ayatana-indicator-application-c20fb456f87ec1fa0a971862350921125b881833.tar.gz ayatana-indicator-application-c20fb456f87ec1fa0a971862350921125b881833.tar.bz2 ayatana-indicator-application-c20fb456f87ec1fa0a971862350921125b881833.zip |
* Upstream update
* Distcheck fixes to tests and cleanfiles
-rw-r--r-- | bindings/mono/Makefile.am | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | tests/test-libappindicator-dbus-client.c | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/bindings/mono/Makefile.am b/bindings/mono/Makefile.am index eb6545b..455a23e 100644 --- a/bindings/mono/Makefile.am +++ b/bindings/mono/Makefile.am @@ -14,7 +14,7 @@ ASSEMBLY = appindicator-sharp.dll TARGET = $(ASSEMBLY) $(ASSEMBLY).config assemblydir = $(libdir)/appindicator-sharp-0.1 assembly_DATA = $(TARGET) -CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb generated-stamp generated/*.cs $(API) $(RAW_API) $(TEST) +CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb generated-stamp generated/*.cs $(API) $(MIDDLE_API) $(RAW_API) $(TEST) DISTCLEANFILES = $(ASSEMBLY).config TEST_SOURCES = TestIndicator.cs customs = ApplicationIndicator.custom diff --git a/debian/changelog b/debian/changelog index 0760d98..df56e1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-application (0.0.7-0ubuntu1~ppa5) UNRELEASED; urgency=low + + * Upstream update + * Distcheck fixes to tests and cleanfiles + + -- Ted Gould <ted@ubuntu.com> Tue, 12 Jan 2010 00:08:57 -0600 + indicator-application (0.0.7-0ubuntu1~ppa4) karmic; urgency=low * Upstream update diff --git a/tests/test-libappindicator-dbus-client.c b/tests/test-libappindicator-dbus-client.c index 8598f9a..5a7107f 100644 --- a/tests/test-libappindicator-dbus-client.c +++ b/tests/test-libappindicator-dbus-client.c @@ -200,7 +200,7 @@ main (gint argc, gchar * argv[]) DBusGProxy * props = dbus_g_proxy_new_for_name_owner(session_bus, ":1.0", - "/need/a/path", + "/org/ayatana/NotificationItem", DBUS_INTERFACE_PROPERTIES, &error); if (error != NULL) { |