#!/usr/bin/make -f

DEB_BUILDDIR = build
DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/utils.mk

clean::
	rm -rf build
install/python-aiml::
	rm debian/python-aiml/usr/share/pyshared/aiml/COPYING.txt

