~mvo/snappy/15.04-github2

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Michael Vogt
  • Date: 2015-12-14 21:21:25 UTC
  • mfrom: (731.1.5)
  • Revision ID: git-v1:6eb0db63696da5a5555d46989efd9af129f50e99
Merge pull request #256 from chipaca/15.04-details-loop-for-update

15.04 details loop for update

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        dh $@ --buildsystem=golang --with=golang --fail-missing --with systemd
13
13
 
14
14
override_dh_systemd_enable:
 
15
        # enable early-setup
 
16
        dh_systemd_enable \
 
17
                -pubuntu-snappy \
 
18
                ubuntu-snappy.early-setup.service
15
19
        # enable boot-ok
16
20
        dh_systemd_enable \
17
21
                -pubuntu-snappy \
47
51
                ubuntu-snappy.snapd.socket
48
52
 
49
53
override_dh_systemd_start:
 
54
        # start early-setup
 
55
        dh_systemd_start \
 
56
                -pubuntu-snappy \
 
57
                ubuntu-snappy.early-setup.service
50
58
        # start boot-ok
51
59
        dh_systemd_start \
52
60
                -pubuntu-snappy \