Changes between Version 14 and Version 15 of Packaging
- Timestamp:
- 2008-04-12T03:10:49Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Packaging
v14 v15 4 4 3rd-party libraries. The following are our current desiderata: 5 5 6 * For certain deployment targets , we canproduce a Tahoe binary package for6 * For certain deployment targets (namely, recent Debian and recent or Long-Term Support Ubuntu), we produce a Tahoe binary package for 7 7 that platform, ship that package to a user using that platform, they can 8 8 install that package, and it will work. That is: user doesn't have to 9 9 manually satisfy any dependencies by building other packages. 10 * For Ubuntu "edgy" and "feisty" platforms, as well as Debian "etch" and "lenny", this 11 is accomplished by adding the following clause to 10 * This is accomplished by adding the following clause to 12 11 {{{/etc/apt/sources.list}}} and then running 13 12 {{{apt-get install allmydata-tahoe}}}: … … 16 15 deb http://allmydata.org/debian $DIST main tahoe 17 16 }}} 18 19 * this covers all major Debian and Ubuntu platforms released in the last year.20 17 21 18 For libraries that Tahoe uses, we have these desiderata: