blob: 646fa5c991dfa91e0510b56aad0dc77cd791803b [file] [log] [blame]
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
%:
dh $@
override_dh_strip:
dh_strip -p@PACKAGE@ --dbg-package=@PACKAGE@-dbg
override_dh_auto_configure:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE="Package" .
override_dh_auto_test:
ctest --output-on-failure