~ubuntu-branches/ubuntu/vivid/python-ceilometerclient/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-03-28 08:23:31 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130328082331-5zcshof81ho7rsdg
Tags: 1.0.0-0ubuntu1
* New upstream version. 
* debian/rules, debian/watch: Add watch file.
* debian/control: 
  - Dropped python-warlock no longer needed.
  - Added python-setuptools-git.
* debian/rules: Run testsuite during build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
%:
7
7
        dh $@  --with python2
 
8
 
 
9
override_dh_auto_test:
 
10
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 
11
        nosetests
 
12
endif
 
13
 
 
14
get-orig-source:
 
15
        uscan --verbose --force-download --rename --destdir=../build-area