chiark
/
gitweb
/
~mdw
/
python-cdb
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
debian/control: Build for Python 2.7.
[python-cdb]
/
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 --------------------------------------------------