mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-03 17:50:39 +00:00
16 lines
299 B
Plaintext
16 lines
299 B
Plaintext
|
#! /usr/bin/make -f
|
||
|
# Uncomment this to turn on verbose mode.
|
||
|
#export DH_VERBOSE=1
|
||
|
|
||
|
DEB_PYTHON_SYSTEM=pycentral
|
||
|
|
||
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||
|
include /usr/share/cdbs/1/class/python-distutils.mk
|
||
|
|
||
|
|
||
|
install/python-foolscap::
|
||
|
dh_installdocs client.tac queen.tac
|
||
|
|
||
|
clean::
|
||
|
-rm -rf build
|