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
.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
$(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:
@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
$(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