~ubuntu-branches/ubuntu/utopic/upstart/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Dimitri John Ledkov
  • Date: 2014-08-06 12:06:10 UTC
  • mfrom: (1580.1.13 ubuntu)
  • Revision ID: dimitri.ledkov@canonical.com-20140806120610-0qi34dk9bxd1nh3i
Merge split of upstart into two packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
override_dh_auto_configure:
21
21
        dh_auto_configure -- --exec-prefix= --enable-selinux \
22
 
                --disable-silent-rules --disable-abi-check
 
22
                --disable-silent-rules --disable-abi-check \
 
23
                --program-transform-name="s/^init$$/upstart/"
23
24
 
24
25
override_dh_auto_build:
25
26
        dh_auto_build --parallel
47
48
# Remove the appropriate dconf files from the upstart package - they
48
49
# will be added used by the upstart-dconf-bridge.install file.
49
50
override_dh_install:
50
 
        dh_install
51
 
        install -m 644 debian/upstart.apport \
52
 
                debian/upstart/usr/share/apport/package-hooks/upstart.py
53
 
        rm debian/upstart/sbin/upstart-dconf-bridge
54
 
        rm debian/upstart/usr/share/upstart/sessions/upstart-dconf-bridge.conf
 
51
        dh_install --list-missing
 
52
        install -m 644 debian/upstart-bin.apport \
 
53
                debian/upstart-bin/usr/share/apport/package-hooks/source_upstart.py
 
54
        rm debian/upstart-bin/usr/share/upstart/sessions/upstart-dconf-bridge.conf
55
55
        rm debian/upstart/etc/init/upstart-event-bridge.conf
56
56
        rm debian/upstart/etc/init/upstart-dbus-bridge.conf
57
57
 
58
 
# Remove the following man pages from the upstart package; they will be
59
 
# added to the upstart-monitor and upstart-dconf-bridge packages via
60
 
# their .manpages files, but removing the files here is simpler than
61
 
# specifying every other section 8 manpage in the upstart packages
62
 
# .manpages file.
63
 
override_dh_installman:
64
 
        dh_installman
65
 
        rm debian/upstart/usr/share/man/man8/upstart-monitor.8*
66
 
        rm debian/upstart/usr/share/man/man8/upstart-dconf-bridge.8*
67
 
        rm debian/upstart/usr/share/man/man7/dconf-event.7*
 
58
override_dh_installcron:
 
59
        dh_installcron -p upstart-bin --name upstart