#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_SYSTEM=custom
export PYBUILD_DISABLE=clean configure
export PYBUILD_BUILD_ARGS=make close
export PYBUILD_INSTALL_ARGS=make install DESTDIR={destdir}

PACKAGE_NAME = sysdiag

%:
	dh $@ --with python2 --buildsystem=pybuild
