Andrew Hutchings ccb882ffee Add debian packaging to client
Change-Id: Idde1a8b54c3c7d1456d32c17b3d143f2aef1f699
2013-01-03 15:44:05 +00:00

8 lines
143 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2")
%:
dh $@ ${WITH_PYTHON2}