PavolVican | 384786e | 2017-07-12 15:31:20 +0200 | [diff] [blame] | 1 | #!/usr/bin/make -f |
2 | # -*- makefile -*- | ||||
3 | # Uncomment this to turn on verbose mode. | ||||
4 | export DH_VERBOSE=1 | ||||
5 | |||||
6 | %: | ||||
7 | dh $@ | ||||
8 | |||||
9 | override_dh_strip: | ||||
10 | dh_strip --dbg-package=@PACKAGE_NAME@-dbg | ||||
11 | |||||
12 | override_dh_auto_configure: | ||||
13 | cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -D CMAKE_BUILD_TYPE:String="@BUILD_TYPE@" . | ||||
14 | |||||
15 | override_dh_auto_test: | ||||
16 | ctest --output-on-failure |