chiark / gitweb /
debian: Rebuild for newer Pythons.
[getdate-python] / debian / rules
1 #! /usr/bin/make -f
2
3 CDBS = /usr/share/cdbs/1
4
5 DEB_PYTHON_SYSTEM = pycentral
6 include $(CDBS)/rules/debhelper.mk
7 include $(CDBS)/class/python-distutils.mk
8
9 ###----- That's all, folks --------------------------------------------------