mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 05:53:12 +00:00
debian: depend upon python-zfec, stop including zfec in the tahoe .deb
This commit is contained in:
parent
5fd4bf3aad
commit
4bbc423d70
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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::
|
||||
|
Loading…
Reference in New Issue
Block a user