20 lines
398 B
Plaintext
Raw Normal View History

2006-12-05 02:00:44 -07:00
#! /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
STAGING_DIR=$(CURDIR)/debian/allmydata-tahoe
2007-03-29 12:16:39 -07:00
install/allmydata-tahoe::
mkdir -pm755 $(STAGING_DIR)
python setup.py install --root=$(STAGING_DIR)
dh_pycentral
2006-12-05 02:00:44 -07:00
clean::
-rm -rf build