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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-03-26 21:32:36 UTC
  • mfrom: (19.1.1 oneiric-proposed)
  • Revision ID: package-import@ubuntu.com-20130326213236-4d12qjel0lw3o6pt
Tags: 0.2.4
Drop system compatibility, we use systemd-services instead (lp: #1153567)

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',
16
 
                    'backend/org.freedesktop.hostname1.service',
17
 
                    'backend/org.freedesktop.locale1.service']),
 
15
                   ['backend/com.ubuntu.SystemService.service']),
18
16
                  ('../etc/dbus-1/system.d/',
19
 
                   ["backend/com.ubuntu.SystemService.conf",
20
 
                    "backend/org.freedesktop.hostname1.conf",
21
 
                    "backend/org.freedesktop.locale1.conf"]),
 
17
                   ["backend/com.ubuntu.SystemService.conf"]),
22
18
                  ('lib/system-service/',
23
19
                   ["backend/system-service-d"]),
24
20
                  ],