]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: enable build of .debs for Ubuntu Intrepid, thanks to DarKNesS_WolF
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 5 Mar 2009 23:00:21 +0000 (16:00 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 5 Mar 2009 23:00:21 +0000 (16:00 -0700)
CREDITS
Makefile

diff --git a/CREDITS b/CREDITS
index 99ebb403b9d95ee76a7d95217c834ba56e315c17..2137f09c8d7ca72244e3581469328a8f9f57ed88 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -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
index ba4875e55b670950272a8690eab8f93a9b61c49e..8a58150338c946327f871dad61245f14834c40f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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