~nick-dedekind/unity8/indicators.hint-interval

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Nick Dedekind
  • Date: 2014-03-07 15:54:57 UTC
  • mfrom: (638.1.118 unity8)
  • Revision ID: nicholas.dedekind@gmail.com-20140307155457-f0s1zu5ll2czt3rq
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
.PHONY: build
12
12
build %:
13
 
        dh $@ --parallel --fail-missing --with python2
 
13
        dh $@ --parallel --fail-missing --with python2,python3
14
14
 
15
15
override_dh_auto_clean:
16
16
        dh_auto_clean
21
21
        # So until Debian bug 719148 is fixed, do it ourselves.
22
22
        dh_auto_configure -- -DCMAKE_INSTALL_LOCALSTATEDIR="/var"
23
23
 
 
24
override_dh_auto_build:
 
25
        # doc is not a default target
 
26
        dh_auto_build -- all doc
 
27
 
24
28
override_dh_install:
25
29
        # install autopilot tests
26
30
        cd tests/autopilot; \
27
 
        set -ex; for python in $(shell pyversions -r); do \
 
31
        set -ex; for python in $(shell pyversions -r) $(shell py3versions -r); do \
28
32
            $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \
29
33
        done; \
30
34
        cd $(CURDIR)