~wgrant/ubuntu/precise/cinder/uca-folsom-recovered

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: James Page
  • Author(s): Chuck Short
  • Date: 2012-10-09 08:34:54 UTC
  • Revision ID: james.page@canonical.com-20121009083454-g38160keqjy0bk03
New bug fix release for the Ubuntu Cloud Archive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
# Uncomment this to turn on verbose mode.
 
4
#export DH_VERBOSE=1
 
5
 
 
6
%:
 
7
        dh $@  --with python2
 
8
 
 
9
get-orig-source:
 
10
        uscan --verbose --force-download --rename --destdir=../build-area
 
11
 
 
12
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 
13
override_dh_auto_test:
 
14
        ./run_tests.sh -N -P
 
15
endif
 
16
 
 
17
override_dh_fixperms:
 
18
        dh_fixperms -Xcinder_tgt.conf