From: Zooko O'Whielacronx Date: Thu, 24 Sep 2009 21:11:30 +0000 (-0700) Subject: setup: remove binary _fusemodule.so 's X-Git-Tag: trac-4100~37 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=79fd1bd54043652703830c01296da4808fa52114;p=tahoe-lafs%2Ftahoe-lafs.git setup: remove binary _fusemodule.so 's I would prefer to have just source code, or indications of what 3rd-party packages are required, under revision control, and have the build process generate or acquire the binaries as needed. Also, having these in our release tarballs is interfering with getting Tahoe-LAFS uploaded into Ubuntu Karmic. (Technically, they would accept binary modules as long as they came with the accompanying source so that they could satisfy their obligations under GPL2+ and TGPPL1+, but it is easier for now to remove the binaries from the source tree.) In this case, these modules come from the MacFUSE project: http://code.google.com/p/macfuse/ --- diff --git a/mac/10.4/fuseparts/_fusemodule.so b/mac/10.4/fuseparts/_fusemodule.so deleted file mode 100644 index c802be46..00000000 Binary files a/mac/10.4/fuseparts/_fusemodule.so and /dev/null differ diff --git a/mac/10.5/fuseparts/_fusemodule.so b/mac/10.5/fuseparts/_fusemodule.so deleted file mode 100644 index 04efd0dd..00000000 Binary files a/mac/10.5/fuseparts/_fusemodule.so and /dev/null differ