~diegosarmentero/+junk/scope-example

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Diego Sarmentero
  • Date: 2013-04-05 18:08:58 UTC
  • Revision ID: diego.sarmentero@gmail.com-20130405180858-v8rdzwvzwg7l1t1x
testing ubuntuone scope

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
 
5
5
%:
6
 
        dh $@ --with python3
 
6
        dh $@ --with python2
7
7
 
8
8
override_dh_auto_clean:
9
 
        python3 setup.py clean -a
 
9
        python2 setup.py clean -a
10
10
 
11
11
override_dh_auto_build:
12
 
        python3 setup.py build
 
12
        python2 setup.py build
13
13
 
14
14
override_dh_auto_test:
15
 
        nosetests3
 
15
        nosetests2
16
16
 
17
17
override_dh_auto_install:
18
 
        python3 setup.py install --root=$(CURDIR)/debian/unity-scope-soundcloud --install-layout=deb
 
18
        python2 setup.py install --root=$(CURDIR)/debian/unity-scope-ubuntuone --install-layout=deb