~ci-train-bot/unity/unity-ubuntu-disco-3336

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bileto Bot
  • Author(s): Alberts Muktupāvels
  • Date: 2018-11-29 15:43:05 UTC
  • mfrom: (4276.2.1 unity)
  • Revision ID: ci-train-bot@canonical.com-20181129154305-5ngyo1sj6euat549
Port to Python 3. (LP: #1310794)

Approved by: Marco Trevisan (Treviño)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
override_dh_install:
37
37
        # install autopilot tests
38
38
        cd tests/autopilot; \
39
 
        set -ex; for python in $(shell pyversions -r); do \
 
39
        set -ex; for python in $(shell py3versions -r); do \
40
40
        $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \
41
41
        done; \
42
42
        cd $(CURDIR)
59
59
endif
60
60
 
61
61
%:
62
 
        dh $@ --with translations,quilt,python2,python3,migrations --parallel
 
62
        dh $@ --with translations,quilt,python3,migrations --parallel