Support Python 2.6, and switch to CDBS.
[python-cdb] / debian / rules
CommitLineData
1a25d7bd
MW
1#!/usr/bin/make -f
2
0dc434c5 3CDBS = /usr/share/cdbs/1
1a25d7bd 4
0dc434c5
MW
5DEB_PYTHON_SYSTEM = pycentral
6include $(CDBS)/rules/debhelper.mk
7include $(CDBS)/class/python-distutils.mk
1a25d7bd 8
0dc434c5 9###----- That's all, folks --------------------------------------------------