3 # Uncomment this to turn on verbose mode.
6 DEBVERS ?= $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
7 VERSION ?= $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//')
8 export OSLO_PACKAGE_VERSION=$(VERSION)
14 uscan --verbose --rename --destdir=../build-area
16 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
17 override_dh_auto_test:
18 PYTHONPATH=$(CURDIR) bash run_tests.sh -N -v
22 dh_install --fail-missing -Xbin/cinder-all
25 dh_fixperms -Xcinder_tgt.conf