aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/Makefile.am2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 8394c29..6177c6d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
SUBDIRS = icons
-dbus_servicesdir = $(dbusservicedir)
+dbus_servicesdir = $(DBUSSERVICEDIR)
dbus_services_DATA = indicator-messages.service
diff --git a/debian/changelog b/debian/changelog
index a3d5920..3970113 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-messages (0.2.0~bzr120~dbusmenu1-0ubuntu3) UNRELEASED; urgency=low
+
+ * Putting the service file in the proper directory
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 27 May 2009 12:51:43 +0200
+
indicator-messages (0.2.0~bzr120~dbusmenu1-0ubuntu2) jaunty; urgency=low
* Fix to start up the service if it isn't running.