#!/usr/bin/make -f
LSB_CS = 		$(shell lsb_release -cs)

override_dh_autoreconf:
	cd I-Nex && autoreconf -i
override_dh_auto_configure:
	dh_auto_configure --sourcedirectory=I-Nex
override_dh_pysupport:
	dh_python2

override_dh_fixperms:
	dh_fixperms
%:
	dh $@  --with autoreconf