? readme.patch
Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xapian/README.txt,v
retrieving revision 1.1
diff -u -p -r1.1 README.txt
--- README.txt	11 May 2008 10:47:39 -0000	1.1
+++ README.txt	25 Jun 2008 08:47:24 -0000
@@ -14,12 +14,20 @@ Optional (Perl extras need this)
 
 Installation of the Xapian requirements
 =======================================
-Debian/Ubuntu
--------------
+Debian Etch
+-----------
+The packages in Debian stable do not meet the minimum requirements -
+0.9.9 is supplied, whereas at least 1.0.2 is required.
+More recent packages and installation instructions can be found at
+http://xapian.org/download.php
+
+Ubuntu Hardy
+------------
+
 apt-get install php5-xapian libsearch-xapian-perl libxapian15
 
-Note: With ubuntu hardy, the library was not put in the built in include
-path. Running this command resolved that
+Note: you may need to symlink xapian.php to your include path
+after installationon debian/ubuntu.
 
 sudo ln -s /usr/share/php5/xapian.php /usr/share/php/xapian.php
 
