Package: allmydata-tahoe
Architecture: all
-Depends: ${python:Depends}, python-twisted, python-foolscap, python-pyopenssl, python-nevow, python-simplejson
+Depends: ${python:Depends}, python-twisted, python-foolscap, python-pyopenssl, python-nevow, python-simplejson, python-zfec
Recommends:
XB-Python-Version: 2.4,2.5
Description: A secure distributed filestore
install/allmydata-tahoe::
mkdir -pm755 $(STAGING_DIR)
- cd src/zfec && python setup.py install --single-version-externally-managed --root=$(STAGING_DIR)
python setup.py install --root=$(STAGING_DIR)
dh_pycentral
Package: allmydata-tahoe
Architecture: all
-Depends: ${python:Depends}, python-twisted-core, python-foolscap, python-pyopenssl, python-twisted-names, python-nevow, python-simplejson
+Depends: ${python:Depends}, python-twisted-core, python-foolscap, python-pyopenssl, python-twisted-names, python-nevow, python-simplejson, python-zfec
Recommends:
XB-Python-Version: 2.4
Description: A secure distributed filestore
PREFIX=$(shell pwd)/debian/allmydata-tahoe/usr
build/allmydata-tahoe::
- cd src/zfec && python2.4 setup.py install --single-version-externally-managed --root=$(PREFIX)/..
python2.4 setup.py install --prefix=$(PREFIX)
clean::