diff options
| author | Didier Roche <didier.roche@canonical.com> | 2012-07-02 13:40:04 +0200 |
|---|---|---|
| committer | Didier Roche <didier.roche@canonical.com> | 2012-07-02 13:40:04 +0200 |
| commit | 0f6ea4e33ffc97f870221d68097055dd5354b2e9 (patch) | |
| tree | 5b30c6f28a86429a931a36c987eb32dc8c5031f2 /debian/rules | |
| parent | 1b809de61505d5819d8d3ddcd5f30074868b4c41 (diff) | |
* debian/rules, debian/control, debian/unity-autopilot.install:
- install new unity-autopilot package, containing autopilot bindings and test for Unity - use dh_python2 and add some python:Depends dep for automatic python version detection (bzr r55.3.664)
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 939ee5314..d65507a8c 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,12 @@ else endif override_dh_install: + # install autopilot tests + cd tests/autopilot; \ + set -ex; for python in $(shell pyversions -r); do \ + $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \ + done; \ + cd $(CURDIR) find debian/tmp/usr/lib -name \*.*a -exec rm {} \; rm -f debian/tmp/usr/share/compiz/networkarearegion.xml rm -f debian/tmp//usr/lib/compiz/libnetworkarearegion.so @@ -60,4 +66,4 @@ override_dh_auto_test: echo "not working right now" %: - dh $@ --with translations,quilt --parallel + dh $@ --with translations,quilt,python2 --parallel |
