]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
README: update/clarify the build-depends packages need to create .debs
authorBrian Warner <warner@allmydata.com>
Fri, 17 Aug 2007 03:30:07 +0000 (20:30 -0700)
committerBrian Warner <warner@allmydata.com>
Fri, 17 Aug 2007 03:30:07 +0000 (20:30 -0700)
README

diff --git a/README b/README
index c1bac2be0e76388ed0c9c6f4d07a75b153441b44..b1f438582541e91132d4f48405a80e52407170b2 100644 (file)
--- a/README
+++ b/README
@@ -151,10 +151,12 @@ Running-In-Place Way.  Choose one:
   The Debian Way is to build .deb files which you can then install with
   "dpkg".
 
-  This requires the debian packages build-essential, fakeroot, devscripts,
-  and the packages listed as "Build-Depends" in the DIST/debian/control in
-  the top-level tahoe directory, replacing the word DIST with etch, dapper,
-  edgy, or feisty as appropriate:
+  This requires certain debian packages (build-essential, fakeroot,
+  devscripts, debhelper, cdbs) to be installed first, since they are used to
+  construct the tahoe .deb files. A full list of these required packages can
+  be found in the "Build-Depends" line in the DIST/debian/control in the
+  top-level tahoe directory (replacing the word DIST with etch, dapper, edgy,
+  or feisty as appropriate).
 
   If you're running on a debian system, run 'make deb-dapper', 'make
   deb-sid', 'make deb-edgy', or 'make deb-feisty' from within the tahoe