mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-30 16:13:58 +00:00
Makefile: factor out deb-foolscap-ARCH to a separate target
This commit is contained in:
parent
db75139340
commit
92b4ee1ab5
13
Makefile
13
Makefile
@ -257,10 +257,19 @@ setup-deb: is-known-debian-arch
|
|||||||
ln -s misc/$(TAHOE_ARCH)/debian debian
|
ln -s misc/$(TAHOE_ARCH)/debian debian
|
||||||
chmod +x debian/rules
|
chmod +x debian/rules
|
||||||
|
|
||||||
deb-ARCH: is-known-debian-arch setup-deb
|
deb-foolscap-ARCH: is-known-debian-arch
|
||||||
fakeroot debian/rules binary
|
|
||||||
$(MAKE) -C src/foolscap debian-$(FOOLSCAP_ARCH)
|
$(MAKE) -C src/foolscap debian-$(FOOLSCAP_ARCH)
|
||||||
mv src/python-foolscap*.deb ..
|
mv src/python-foolscap*.deb ..
|
||||||
|
|
||||||
|
# etch (current debian stable) has python-simplejson-1.3
|
||||||
|
# sid (debian unstable) currently has python-simplejson 1.7.1
|
||||||
|
# edgy has 1.3
|
||||||
|
# feisty has 1.4
|
||||||
|
# gutsy has 1.7.1
|
||||||
|
|
||||||
|
deb-ARCH: is-known-debian-arch setup-deb
|
||||||
|
fakeroot debian/rules binary
|
||||||
|
$(MAKE) deb-foolscap-ARCH
|
||||||
echo
|
echo
|
||||||
echo "The newly built .deb packages are in the parent directory from here."
|
echo "The newly built .deb packages are in the parent directory from here."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user