diff options
author | Ted Gould <ted@canonical.com> | 2009-06-16 17:16:37 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-16 17:16:37 -0500 |
commit | 83506b0e0fbcf4a3c97a256780c2a99b46300dec (patch) | |
tree | ee0c63d541e4a0d6373594dff4389143f20c8ee3 | |
parent | 2ac220dc98fa636d8093ca34849f4626bd015099 (diff) | |
parent | 080aa534c8a204cb8a22c71059c9e4f681c5668f (diff) | |
download | ayatana-indicator-session-83506b0e0fbcf4a3c97a256780c2a99b46300dec.tar.gz ayatana-indicator-session-83506b0e0fbcf4a3c97a256780c2a99b46300dec.tar.bz2 ayatana-indicator-session-83506b0e0fbcf4a3c97a256780c2a99b46300dec.zip |
Updating the build to make proper service files
-rw-r--r-- | data/Makefile.am | 7 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index da1bcd2..e003b0e 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -5,8 +5,11 @@ service_in_files = indicator-status.service.in \ indicator-session.service.in dbus_services_DATA = $(service_in_files:.service.in=.service) -$(dbus_services_DATA): $(service_in_files) Makefile - @sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ +%.service: %.service.in + sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ + +#$(dbus_services_DATA): $(service_in_files) Makefile +# sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ EXTRA_DIST = $(service_in_files) diff --git a/debian/changelog b/debian/changelog index 07d9320..0926e1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-sus (0.1~ppa2~indicator2) UNRELEASED; urgency=low + + * Updating the build to make proper service files + + -- Ted Gould <ted@ubuntu.com> Tue, 16 Jun 2009 17:16:12 -0500 + indicator-sus (0.1~ppa2~indicator1) jaunty; urgency=low * Upstream from the indicator branch. |