~corey.bryant/glance/2014.1.2

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chuck Short
  • Date: 2014-02-18 17:12:15 UTC
  • Revision ID: zulcss@ubuntu.com-20140218171215-o4k2nmg7shcd2ls6
* debian/patches/disable-network-for-docs.patch: Dropped no longer needed.
* debian/patches/use-oslo.sphinx.patch: Use oslo.sphinx for the namespace.
  - Add python-suds as a build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
20
20
override_dh_auto_test:
21
 
        ./run_tests.sh -N -P
 
21
        testr init && testr run
22
22
endif
23
23
 
24
24
override_dh_auto_build: