mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
probably fix the debian dapper packaging to include pyfec and crypto.. sid still needs to be fixed
This commit is contained in:
parent
c7cee0dda1
commit
1415fa8a05
@ -8,6 +8,8 @@
|
|||||||
# This is the debhelper compatability version to use.
|
# This is the debhelper compatability version to use.
|
||||||
export DH_COMPAT=4
|
export DH_COMPAT=4
|
||||||
|
|
||||||
|
PREFIX=$(shell pwd)/debian/allmydata-tahoe/usr
|
||||||
|
|
||||||
build: build-stamp
|
build: build-stamp
|
||||||
build-stamp:
|
build-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
@ -31,9 +33,9 @@ install: build
|
|||||||
dh_clean -k
|
dh_clean -k
|
||||||
dh_installdirs
|
dh_installdirs
|
||||||
|
|
||||||
## Python 2.4
|
cd src/pyfec && python2.4 setup.py install --prefix=$(PREFIX)
|
||||||
python2.4 setup.py build
|
cd src/Crypto && python2.4 setup.py install --prefix=$(PREFIX)
|
||||||
python2.4 setup.py install --prefix=debian/allmydata-tahoe/usr
|
python2.4 setup.py install --prefix=$(PREFIX)
|
||||||
|
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
|
Loading…
Reference in New Issue
Block a user