~zulcss/heat/refresh

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: James Page
  • Date: 2013-08-05 16:32:44 UTC
  • Revision ID: james.page@canonical.com-20130805163244-41ji4qxlrv615ld5
* New upstream release
* debian/control:
  - Add python-pbr to build-depends.
  - Add python-d2to to build-depends.
  - Dropped python-argparse.
  - Add python-six to build-depends.
  - Dropped python-sendfile.
  - Dropped python-nose.
  - Added testrepository.
  - Added python-testtools.
* debian/rules: Run testrepository instead of nosetets.
* debian/patches/removes-lxml-version-limitation-from-pip-requires.patch: Dropped
  no longer needed.
* debian/patches/fix-package-version-detection-when-building-doc.patch: Dropped
  no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
13
13
override_dh_auto_test:
14
 
        ./run_tests.sh -u
 
14
        testr init && testr run || true
15
15
endif
16
16
 
17
17