~lool/linaro-image-tools/testsuite-when-installed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Loïc Minier
  • Date: 2011-01-28 16:31:19 UTC
  • mfrom: (265.1.15 setup-py)
  • Revision ID: lool@dooz.org-20110128163119-xjb99pc2p828ol7l
Merge lp:~lool/linaro-image-tools/setup-py-rework; rework setup.py and use
DistutilsExtra and add a do-release script to roll releases; LP: #683746.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/make -f
2
 
 
3
 
%:
4
 
        dh --buildsystem=python_distutils --with-addon=python2 $*
5
 
 
6
 
override_dh_auto_test:
7
 
        # XXX: The test-suite currently fails on Lucid. What can we do about
8
 
        # it?
9
 
        python -m testtools.run tests.test_suite