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