[Pkg-bazaar-commits] ./bzr/unstable r449: - Notes on library dependencies

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:32 UTC 2009


------------------------------------------------------------
revno: 449
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Wed 2005-05-11 11:03:22 +1000
message:
  - Notes on library dependencies
modified:
  README
-------------- next part --------------
=== modified file 'README'
--- a/README	2005-05-10 08:31:56 +0000
+++ b/README	2005-05-11 01:03:22 +0000
@@ -24,6 +24,14 @@
 The only dependency is Python, at least 2.3 and preferably 2.4.  
 
 You may optionally install cElementTree to speed up some operations.
+This is strongly recommended if you are dealing with large trees.
+
+This package includes copies of two Python libraries, elementtree and
+urlgrabber.
+
+If you are building .deb or .rpm packages for bzr, please don't
+include these libraries but instead package them separately and depend
+on that.
 
 
 Installation
@@ -44,6 +52,6 @@
   ./testbzr
 
 If you use the setup.py script then bzr will be installed into the
-specified path.  In this case you must install ElementTree or
-cElementTree separately.
+specified path.  In this case you must install ElementTree and
+urlgrabber separately.
 



More information about the Pkg-bazaar-commits mailing list