~ken-vandine/ubuntu-system-settings/rtm-1382767

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: John R. Lenton
  • Date: 2014-08-05 10:12:14 UTC
  • mto: This revision was merged to the branch mainline in revision 883.
  • Revision ID: jlenton@gmail.com-20140805101214-mfjodnlqif6vpn0y
use cmake to install the helper, not debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        dh_auto_configure -- -DCMAKE_INSTALL_LOCALSTATEDIR="/var"
16
16
 
17
17
override_dh_install:
18
 
        cd debian/tmp && mkdir -p $(HELPER_DIR)
19
 
        cp software-updates-helper.py debian/tmp/$(HELPER_DIR)/ubuntu-system-settings
20
18
        cd tests/autopilot; \
21
19
        set -ex; for python in $(shell py3versions -r); do \
22
20
                $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \