5c69355ab6b6ed59912b4668a060fc4b10c9abe9
[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/quantum
11
12 override_dh_auto_clean:
13         dh_clean
14
15 get-orig-source:
16         uscan --verbose --force-download --rename --destdir=../build-area
17
18 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
19 override_dh_auto_test:
20         ./run_tests.sh -N -P --concurrency=1 || true
21 endif