diff -u moodle-1.9.4.dfsg/debian/changelog moodle-1.9.4.dfsg/debian/changelog --- moodle-1.9.4.dfsg/debian/changelog +++ moodle-1.9.4.dfsg/debian/changelog @@ -1,3 +1,10 @@ +moodle (1.9.4.dfsg-0ubuntu4) karmic; urgency=low + + * Depends on PostgreSQL or MySQL to better ensure host database is setup so that + moodle's can be setup successfully. Moved debconf to depends instead of pre-depends. + + -- Jeremy Bicha Thu, 22 Oct 2009 06:36:42 +0300 + moodle (1.9.4.dfsg-0ubuntu3) karmic; urgency=low * Fix webserver config which prevented access by localhost due to diff -u moodle-1.9.4.dfsg/debian/control moodle-1.9.4.dfsg/debian/control --- moodle-1.9.4.dfsg/debian/control +++ moodle-1.9.4.dfsg/debian/control @@ -13,9 +13,9 @@ Package: moodle Architecture: all -Depends: ${misc:Depends}, libapache2-mod-php5 | php5-cgi, php5-pgsql | php5-mysql, php5-gd, php5-curl, php5-cli, apache2-mpm-prefork | httpd, adduser, libdbi-perl, libdbd-mysql-perl, ucf, postgresql-client | mysql-client, unzip, zip, smarty -Pre-Depends: debconf (>= 0.5) | debconf-2.0 -Recommends: postgresql | mysql-server, php5-ldap, php5-xmlrpc, aspell, mimetex +Depends: ${misc:Depends}, libapache2-mod-php5 | php5-cgi, php5-pgsql | php5-mysql, php5-gd, php5-curl, php5-cli, apache2-mpm-prefork | httpd, adduser, + libdbi-perl, libdbd-mysql-perl, ucf, postgresql-client | mysql-client, unzip, zip, smarty, debconf (>= 0.5) | debconf-2.0, postgresql | mysql-server +Recommends: php5-ldap, php5-xmlrpc, aspell, mimetex Suggests: clamav Description: Course Management System for Online Learning Moodle (Modular Object-Oriented Dynamic Learning Environment) is a course