~coreygoldberg/uci-tests/ucitests-py3-packaging

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Corey Goldberg
  • Date: 2014-09-29 17:14:10 UTC
  • Revision ID: corey.goldberg@canonical.com-20140929171410-nza25qal7hi13xno
packaging updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
%:
5
5
        dh $@ --with python2, python3, --buildsystem=pybuild
6
6
 
7
 
override_dh_python3:
8
 
    dh_python3 --shebang /usr/bin/python3
9
 
 
10
7
override_dh_auto_test:
11
8
        python uci-run-tests
12
9
        python3 uci-run-tests
13
10
 
 
11
override_dh_python3:
 
12
        dh_python3 --shebang /usr/bin/python3
 
13