blob: a28ab5b38fd649e4334f84c88f15d8930f19688f [file] [log] [blame]
PavolVican384786e2017-07-12 15:31:20 +02001#!/usr/bin/make -f
2# -*- makefile -*-
3# Uncomment this to turn on verbose mode.
4export DH_VERBOSE=1
5
6%:
7 dh $@
8
9override_dh_strip:
PavolVicanb8b7acb2018-02-27 18:33:25 +010010 dh_strip -p@PACKAGE_NAME@ --dbg-package=@PACKAGE_NAME@-dbg
11 dh_strip -ppython3-netconf2@COMPAT_PACKAGES@ --dbg-package=python3-netconf2@COMPAT_PACKAGES@-dbg
PavolVican384786e2017-07-12 15:31:20 +020012
13override_dh_auto_configure:
PavolVicanb8b7acb2018-02-27 18:33:25 +010014 cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DENABLE_PYTHON=ON -DCMAKE_BUILD_TYPE:String="@BUILD_TYPE@" .
PavolVican384786e2017-07-12 15:31:20 +020015
16override_dh_auto_test:
17 ctest --output-on-failure