build: run bootstrap.sh as part of Debian build

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
Stefan Berger 2016-01-13 17:07:52 -05:00
parent 4a65fc6dbd
commit 37d9432a4e

1
debian/rules vendored
View File

@ -6,6 +6,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
dh $@ --parallel
override_dh_auto_configure:
./bootstrap.sh
dh_auto_configure -- --with-openssl
override_dh_usrlocal: