Merge lp:~kelemeng/system-service/bug853354 into lp:system-service

Proposed by Gabor Kelemen
Status: Merged
Merged at revision: 58
Proposed branch: lp:~kelemeng/system-service/bug853354
Merge into: lp:system-service
Diff against target: 43 lines (+9/-7)
3 files modified
backend/Makefile (+0/-3)
setup.cfg (+9/-0)
setup.py (+0/-4)
To merge this branch: bzr merge lp:~kelemeng/system-service/bug853354
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Review via email: mp+75910@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

Looks great, thanks a bunch!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'backend/Makefile'
2--- backend/Makefile 2008-07-23 10:51:10 +0000
3+++ backend/Makefile 1970-01-01 00:00:00 +0000
4@@ -1,3 +0,0 @@
5-
6-com.ubuntu.systemservice.policy: com.ubuntu.systemservice.policy.in
7- intltool-merge -x ../po $< $@
8
9=== added file 'setup.cfg'
10--- setup.cfg 1970-01-01 00:00:00 +0000
11+++ setup.cfg 2011-09-18 17:14:24 +0000
12@@ -0,0 +1,9 @@
13+[build]
14+i18n=True
15+
16+[build_i18n]
17+domain=system-service
18+xml_files=[ ("share/polkit-1/actions/",
19+ ("backend/com.ubuntu.systemservice.policy.in",)
20+ )
21+ ]
22
23=== modified file 'setup.py'
24--- setup.py 2009-07-14 11:18:58 +0000
25+++ setup.py 2011-09-18 17:14:24 +0000
26@@ -5,8 +5,6 @@
27 import os
28 from DistUtilsExtra.command import *
29
30-os.system("cd backend ; make")
31-
32 setup(name='system-service',
33 version='0.1.6',
34 packages = ['UbuntuSystemService',
35@@ -19,8 +17,6 @@
36 ["backend/com.ubuntu.SystemService.conf"]),
37 ('lib/system-service/',
38 ["backend/system-service-d"]),
39- ('share/polkit-1/actions/',
40- ["backend/com.ubuntu.systemservice.policy"]),
41 ],
42 cmdclass = { "build" : build_extra.build_extra,
43 "build_i18n" : build_i18n.build_i18n,

Subscribers

People subscribed via source and target branches