# This is the debhelper compatability version to use.
export DH_COMPAT=4
+PREFIX=$(shell pwd)/debian/allmydata-tahoe/usr
+
build: build-stamp
build-stamp:
dh_testdir
dh_clean -k
dh_installdirs
- ## Python 2.4
- python2.4 setup.py build
- python2.4 setup.py install --prefix=debian/allmydata-tahoe/usr
+ cd src/pyfec && python2.4 setup.py install --prefix=$(PREFIX)
+ cd src/Crypto && python2.4 setup.py install --prefix=$(PREFIX)
+ python2.4 setup.py install --prefix=$(PREFIX)
# Build architecture-independent files here.