From e1a6dc4f391ca6ba47a6bcedea25c8ea72bacc65 Mon Sep 17 00:00:00 2001 From: warner <> Date: Mon, 16 Jul 2007 19:16:55 +0000 Subject: [PATCH] add my name to the discussion [Imported from Trac: page Packaging, version 6] --- Packaging.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Packaging.md b/Packaging.md index 2ea6304..e880102 100644 --- a/Packaging.md +++ b/Packaging.md @@ -44,3 +44,5 @@ I came across this page: , which sugges So one way to do this is to have each of our built-in subprojects (allmydata, foolscap, zfec, and now simplejson) produce separate eggs, and have some debian glue that produces separate .debs for each. Given that both foolscap and simplejson have native ways of producing .debs, it would be good for the tahoe .deb to not include them (to allow both tahoe and the native .debs of foolscap or simplejson be installed at the same time). So we could have a 'build' target (perhaps in the makefile) which produces a handful of eggs, or a handful of .debs, and you need to install whichever ones you don't already have. Or you can just run from source. + + -Brian