9910de92dd884a550a44ac9c232b7e76d1f20d91
[openstack-build/neutron-build.git] / debian / rules
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 override_dh_install:
10         dh_install --fail-missing -X/usr/etc -X/usr/bin
11
12 get-orig-source:
13         uscan --verbose --force-download --rename --destdir=../build-area
14
15 override_dh_auto_clean:
16         dh_clean
17
18 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
19 override_dh_auto_test:
20         ./run_tests.sh -N -P
21 endif