Merge lp:~charlesk/indicator-sync/lp-1050026 into lp:indicator-sync/12.10

Proposed by Charles Kerr
Status: Merged
Merged at revision: 18
Proposed branch: lp:~charlesk/indicator-sync/lp-1050026
Merge into: lp:indicator-sync/12.10
Diff against target: 32 lines (+3/-3)
3 files modified
data/Makefile.am (+1/-1)
data/indicator-sync.service.in (+1/-1)
src/service/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~charlesk/indicator-sync/lp-1050026
Reviewer Review Type Date Requested Status
jenkins (community) continuous-integration Needs Fixing
Lars Karlitski (community) Approve
Review via email: mp+124230@code.launchpad.net

Commit message

Store the service in pkglibexecdir instead of libexecdir

To post a comment you must log in.
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Lars Karlitski (larsu) wrote :

Looks good.

review: Approve
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Allan LeSage (allanlesage) wrote :

Please bear with me and Jenkins as our jobs are under construction, another test build forthcoming.

Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Approve (continuous-integration)
Revision history for this message
jenkins (martin-mrazik+qa) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/indicator-sync-autolanding/3/

review: Needs Fixing (continuous-integration)
Revision history for this message
jenkins (martin-mrazik+qa) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/indicator-sync-autolanding/4/

review: Needs Fixing (continuous-integration)
Revision history for this message
jenkins (martin-mrazik+qa) wrote :

FAILED: Autolanding.
More details in the following jenkins job:
http://jenkins.qa.ubuntu.com/job/indicator-sync-autolanding/5/

review: Needs Fixing (continuous-integration)
Revision history for this message
Charles Kerr (charlesk) wrote :

After investigating the Jenkins issue with QA, Allan and I agreed to land this manually.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/Makefile.am'
2--- data/Makefile.am 2012-08-19 07:00:07 +0000
3+++ data/Makefile.am 2012-09-13 15:29:20 +0000
4@@ -4,7 +4,7 @@
5 dbus_services_DATA = indicator-sync.service
6
7 %.service: %.service.in
8- sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
9+ sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
10
11 EXTRA_DIST = indicator-sync.service.in
12
13
14=== modified file 'data/indicator-sync.service.in'
15--- data/indicator-sync.service.in 2012-08-19 07:00:07 +0000
16+++ data/indicator-sync.service.in 2012-09-13 15:29:20 +0000
17@@ -1,3 +1,3 @@
18 [D-BUS Service]
19 Name=com.canonical.indicator.sync
20-Exec=@libexecdir@/indicator-sync-service
21+Exec=@pkglibexecdir@/indicator-sync-service
22
23=== modified file 'src/service/Makefile.am'
24--- src/service/Makefile.am 2012-08-25 21:55:35 +0000
25+++ src/service/Makefile.am 2012-09-13 15:29:20 +0000
26@@ -1,5 +1,5 @@
27
28-libexec_PROGRAMS = indicator-sync-service
29+pkglibexec_PROGRAMS = indicator-sync-service
30
31 indicator_sync_service_SOURCES = \
32 $(top_builddir)/src/sync-service-dbus.c \

Subscribers

People subscribed via source and target branches

to all changes: