setup: enable build of .debs for Ubuntu Intrepid, thanks to DarKNesS_WolF

This commit is contained in:
Zooko O'Whielacronx 2009-03-05 16:00:21 -07:00
parent 5e90d82a02
commit 341c7aad83
2 changed files with 15 additions and 3 deletions

View File

@ -80,3 +80,6 @@ E: alberto@metapensiero.it
W: http://www.metapensiero.it
S: via Filatoi, 1 38068 Rovereto (TN), Italy
D: improvements to the CLI: exclude patterns, usage text
N: DarKnesS_WOlF
D: patch Makefile to build .debs for Ubuntu Intrepid

View File

@ -293,7 +293,7 @@ show-pp:
.PHONY: setup-deb deb-ARCH is-known-debian-arch
.PHONY: deb-etch deb-sid
.PHONY: deb-edgy deb-feisty deb-gutsy deb-hardy
.PHONY: deb-edgy deb-feisty deb-gutsy deb-hardy deb-intrepid
deb-sid:
$(MAKE) deb-ARCH ARCH=sid
@ -310,9 +310,13 @@ deb-gutsy:
$(MAKE) deb-ARCH ARCH=gutsy TAHOE_ARCH=feisty
deb-hardy:
$(MAKE) deb-ARCH ARCH=hardy TAHOE_ARCH=feisty
deb-intrepid:
$(MAKE) deb-ARCH ARCH=intrepid TAHOE_ARCH=feisty
# we know how to handle the following debian architectures
KNOWN_DEBIAN_ARCHES := etch sid edgy feisty gutsy hardy
KNOWN_DEBIAN_ARCHES := etch sid edgy feisty gutsy hardy intrepid
ifeq ($(findstring x-$(ARCH)-x,$(foreach arch,$(KNOWN_DEBIAN_ARCHES),"x-$(arch)-x")),)
is-known-debian-arch:
@ -348,7 +352,7 @@ deb-ARCH: is-known-debian-arch setup-deb
@echo "The newly built .deb packages are in the parent directory from here."
.PHONY: increment-deb-version
.PHONY: deb-edgy-head deb-feisty-head deb-gutsy-head deb-hardy-head
.PHONY: deb-edgy-head deb-feisty-head deb-gutsy-head deb-hardy-head deb-intrepid-head
.PHONY: deb-etch-head deb-sid-head
# The buildbot runs the following targets after each change, to produce
@ -380,6 +384,11 @@ deb-hardy-head:
$(MAKE) setup-deb ARCH=hardy TAHOE_ARCH=feisty
$(MAKE) increment-deb-version
fakeroot debian/rules binary
deb-intrepid-head:
$(MAKE) setup-deb ARCH=intrepid TAHOE_ARCH=feisty
$(MAKE) increment-deb-version
fakeroot debian/rules binary
# These targets provide for windows native builds
.PHONY: windows-exe windows-installer windows-installer-upload