chiark / gitweb /
Overhaul build system using new `cfd' machinery.
[catacomb-python] / debian / rules
CommitLineData
46e6ad89 1#! /usr/bin/make -f
2
17f11fcf 3CDBS = /usr/share/cdbs/1
46e6ad89 4
17f11fcf
MW
5DEB_PYTHON_SYSTEM = pycentral
6include $(CDBS)/rules/debhelper.mk
7include $(CDBS)/class/python-distutils.mk
46e6ad89 8
17f11fcf 9###----- That's all, folks --------------------------------------------------