#!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- DEB_PYTHON_DESTDIR=$(CURDIR)/debian/python-pychart/ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk #dpatch support include /usr/share/cdbs/1/rules/dpatch.mk # needed to use the dpatch tools (like dpatch-edit-patch) include /usr/share/dpatch/dpatch.make clean:: find -name '*.pyc' -exec rm -f {} \;