~ubuntu-branches/ubuntu/saucy/ubuntu-system-service/saucy

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, Rodrigo Moya
  • Date: 2011-11-28 11:48:38 UTC
  • Revision ID: package-import@ubuntu.com-20111128114838-umgqjjb36ds7dvlm
Tags: 0.2.1
[ Rodrigo Moya ]
* merged lp:~rodrigo-moya/system-service/new-interfaces:
  - add org.freedesktop.hostname1 and org.freedesktop.locale1
    interfaces for systemd compatbility

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
      data_files=[
13
13
                  # dbus stuff
14
14
                  ('share/dbus-1/system-services',
15
 
                   ['backend/com.ubuntu.SystemService.service']),
 
15
                   ['backend/com.ubuntu.SystemService.service',
 
16
                    'backend/org.freedesktop.hostname1.service',
 
17
                    'backend/org.freedesktop.locale1.service']),
16
18
                  ('../etc/dbus-1/system.d/',
17
 
                   ["backend/com.ubuntu.SystemService.conf"]),
 
19
                   ["backend/com.ubuntu.SystemService.conf",
 
20
                    "backend/org.freedesktop.hostname1.conf",
 
21
                    "backend/org.freedesktop.locale1.conf"]),
18
22
                  ('lib/system-service/',
19
23
                   ["backend/system-service-d"]),
20
24
                  ],