~ubuntu-branches/ubuntu/vivid/unity-webapps-qml/vivid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Alexandre Abreu
  • Date: 2014-07-18 17:40:27 UTC
  • mfrom: (1.1.35)
  • Revision ID: package-import@ubuntu.com-20140718174027-ib7s8vyk5gzpla4u
Tags: 0.1+14.10.20140718.1-0ubuntu1
[ Alexandre Abreu ]
Add bidirectional callback support between js <-> qml,

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
override_dh_install:
11
11
        # install autopilot tests
12
 
        cd tests/integration/autopilot; \
 
12
        cd tests/autopilot; \
13
13
        set -ex; for python in $(shell pyversions -r); do \
14
14
                $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \
15
15
        done; \