Index: installers/debian/dotlrn/TODO
===================================================================
RCS file: /usr/local/cvsroot/installers/debian/dotlrn/Attic/TODO,v
diff -u -r1.3 -r1.4
--- installers/debian/dotlrn/TODO	14 Mar 2008 13:06:37 -0000	1.3
+++ installers/debian/dotlrn/TODO	26 Mar 2008 11:40:13 -0000	1.4
@@ -2,7 +2,7 @@
 [X] Modification of the config.tcl using the FHS routes.
 [X] Set permissions for user www-data.
 [ ] Load tsearch sql.
-[ ] Enable compatibility postgresql options.
+[\] Enable compatibility postgresql options (Added a warning on debconf).
 [X] Remove and purge logic (postrm).
 [ ] Lintian errors and warnings.
 [ ] Fix control file adding tdom (when there is a tdom debian package)
Index: installers/debian/dotlrn/control
===================================================================
RCS file: /usr/local/cvsroot/installers/debian/dotlrn/control,v
diff -u -r1.2 -r1.3
--- installers/debian/dotlrn/control	13 Mar 2008 13:28:45 -0000	1.2
+++ installers/debian/dotlrn/control	26 Mar 2008 11:40:13 -0000	1.3
@@ -1,15 +1,15 @@
 Source: dotlrn 
 Section: web
 Priority: optional
-Maintainer: Hector Romojaro <xxxxxx@xxxxxx.xx>
+Maintainer: Hector Romojaro <xxxxxx@xxxxxx.xx> 
 Build-Depends-Indep: po-debconf
 Build-Depends: debhelper (>= 4.1.13), dpatch
 Standards-Version: 3.7.2
 
 Package: dotlrn
 Architecture: all
-Depends: ${misc:Depends}, aolserver4, aolserver4-nscache, aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread, tcllib, tcl8.4, wwwconfig-common, debconf, xotcl, aolserver4-xotcl 
-Recommends: postgresql, daemontools-installer
+Depends: ${misc:Depends}, aolserver4, aolserver4-nscache, aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread (>= 1:2.6.5), tclthread (<< 1:2.6.6), tcllib, tcl8.4, wwwconfig-common, debconf, xotcl, aolserver4-xotcl, imagemagick 
+Recommends: postgresql-8.2, daemontools-installer
 Description: e-learning and digital communities software based on OpenACS
  dotLRN is a complete open source LMS with a sophisticated portal
  system that integrates tools for course and content administration and
Index: installers/debian/dotlrn/templates
===================================================================
RCS file: /usr/local/cvsroot/installers/debian/dotlrn/templates,v
diff -u -r1.1 -r1.2
--- installers/debian/dotlrn/templates	12 Mar 2008 12:29:42 -0000	1.1
+++ installers/debian/dotlrn/templates	26 Mar 2008 11:40:13 -0000	1.2
@@ -44,6 +44,17 @@
 Description: Database user password confirmation:
  Please confirm the password of the dotLRN database owner.
 
+Template: dotlrn/pg_warning
+Type: note
+Description: Warning - Enable postgresql compatibility options
+ To allow dotLRN to install properly (on postgresql 8.x), please enable 
+ the following compatibility options on postgresql.conf file before creating
+ the database:
+ .
+   add_missing_from = on 
+   default_with_oids = on                                                
+   regex_flavor = extended                                               
+
 Template: dotlrn/notconfigured
 Type: note
 Description: Warning - dotLRN is not configured
@@ -53,10 +64,10 @@
 Template: dotlrn/create_tables
 Type: note
 Description: Warning - dotLRN database tables not created
- The Moodle install script will create the database, but
+ The dotLRN install script will create the database, but
  the tables are to be created with a script. Please
- launch it right after the install:
- . 
+ launch it right after the install: 
+ .
  http://127.0.0.1:8000/
  .
  After configure, you can change IP and port to listen on