#!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2004-2005 Jonas Smedegaard # Set DEB_BUILD_OPTIONS=update in environment to regenerate control ifneq (,$(findstring update,$(DEB_BUILD_OPTIONS))) DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes endif include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk include debian/cdbs/1/rules/buildinfo.mk DEB_INSTALL_DOCS_python-gdchart2-doc += doc DEB_DESTDIR := debian/python-gdchart2 clean:: rm -rf build