~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Kees Cook
  • Date: 2010-03-11 08:13:20 UTC
  • Revision ID: kees@outflux.net-20100311081320-2bas7tauws9fxha1
debian/control, data/update-motd-cpu-checker: move motd updater into
the data/ tree and add to build system now that check-bios-nx is part
of the external cpu-checker package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        install -p -m 644 debian/20archive $(tmp)/etc/apt/apt.conf.d
40
40
        # fix permissions of /var/crash (#449739)
41
41
        install -d -m 1777 debian/update-notifier-common/var/crash
42
 
        # add BIOS nx checker
43
 
        install -D -m 755 debian/cpu-checker/check-bios-nx $(tmp)/usr/lib/update-notifier
44
 
        install -D -m 755 debian/cpu-checker/update-motd-cpu-checker $(tmp)/usr/lib/update-notifier
45
42
 
46
43
%:
47
44
        dh $@