~gandelman-a/ubuntu/utopic/ironic/juno

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chuck Short
  • Date: 2014-01-07 21:56:48 UTC
  • Revision ID: zulcss@ubuntu.com-20140107215648-z6uwug8fug12tere
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
#export DH_VERBOSE=1
 
4
 
 
5
%:
 
6
        dh $@ --with python2
 
7
 
 
8
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 
9
override_dh_auto_test:
 
10
        testr init && testr run || true
 
11
endif
 
12
 
 
13
get-orig-source:
 
14
        uscan --verbose --force-download --rename --destdir=../build-area