debian: depend upon python-zfec, stop including zfec in the tahoe .deb

This commit is contained in:
Brian Warner 2007-08-21 13:54:51 -07:00
parent 5fd4bf3aad
commit 4bbc423d70
4 changed files with 2 additions and 4 deletions

View File

@ -9,7 +9,7 @@ Standards-Version: 3.7.2
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

View File

@ -11,7 +11,6 @@ STAGING_DIR=$(CURDIR)/debian/allmydata-tahoe
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

View File

@ -9,7 +9,7 @@ Standards-Version: 3.7.2
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

View File

@ -10,7 +10,6 @@ include /usr/share/cdbs/1/class/python-distutils.mk
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::