diff options
author | Ted Gould <ted@canonical.com> | 2009-05-27 12:52:07 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-27 12:52:07 +0200 |
commit | 24369f05083e3b77f993fb2c7eed0c9832617bee (patch) | |
tree | c796fce3bc21f7f74e63d1e1449d1d9db6f584c9 | |
parent | 046d16508d6febe17de9569cf6526038002a9d3e (diff) | |
parent | 72f0924b3a78b75176cbbadd6cfb827f592ee94f (diff) | |
download | ayatana-indicator-messages-24369f05083e3b77f993fb2c7eed0c9832617bee.tar.gz ayatana-indicator-messages-24369f05083e3b77f993fb2c7eed0c9832617bee.tar.bz2 ayatana-indicator-messages-24369f05083e3b77f993fb2c7eed0c9832617bee.zip |
Putting the service file in the proper directory
-rw-r--r-- | data/Makefile.am | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
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. |