From c6bbe74f5943e1cc80d077ac92748b688392a1b5 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 17 Oct 2007 13:35:11 -0700
Subject: [PATCH] Makefile: add ubuntu 'gutsy' as a .deb target

---
 Makefile | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 260bb2ef..d3ee9749 100644
--- 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
-- 
2.45.2