]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: add ubuntu 'gutsy' as a .deb target
authorBrian Warner <warner@allmydata.com>
Wed, 17 Oct 2007 20:35:11 +0000 (13:35 -0700)
committerBrian Warner <warner@allmydata.com>
Wed, 17 Oct 2007 20:35:11 +0000 (13:35 -0700)
Makefile

index 260bb2efa6574f6a396e9ff142ed75be3db58cfb..d3ee97494ce659249e760bbad44c27e7ac277dde 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -267,9 +267,12 @@ deb-edgy:
 # etch uses the feisty control files for now
 deb-etch:
        $(MAKE) deb-ARCH ARCH=etch TAHOE_ARCH=feisty
+# same with gutsy, the process has been nicely stable for a while now
+deb-gutsy:
+       $(MAKE) deb-ARCH ARCH=gutsy TAHOE_ARCH=feisty
 
 # we know how to handle the following debian architectures
-KNOWN_DEBIAN_ARCHES := sid feisty edgy etch
+KNOWN_DEBIAN_ARCHES := sid feisty edgy etch gutsy
 
 ifeq ($(findstring x-$(ARCH)-x,$(foreach arch,$(KNOWN_DEBIAN_ARCHES),"x-$(arch)-x")),)
 is-known-debian-arch:
@@ -329,3 +332,7 @@ deb-etch-head:
        $(MAKE) setup-deb ARCH=etch TAHOE_ARCH=feisty
        $(MAKE) increment-deb-version
        fakeroot debian/rules binary
+deb-gutsy-head:
+       $(MAKE) setup-deb ARCH=gutsy TAHOE_ARCH=feisty
+       $(MAKE) increment-deb-version
+       fakeroot debian/rules binary