chiark / gitweb /
array.h: Fix typo in declaration of da_pysetup.
[mLib-python] / debian / rules
CommitLineData
579d0169 1#! /usr/bin/make -f
2
8546fc9d 3CDBS = /usr/share/cdbs/1
579d0169 4
8546fc9d
MW
5DEB_PYTHON_SYSTEM = pycentral
6include $(CDBS)/rules/debhelper.mk
7include $(CDBS)/class/python-distutils.mk
579d0169 8
8546fc9d 9###----- That's all, folks --------------------------------------------------