Index: installers/debian/openacs/README.Debian =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/README.Debian,v diff -u -r1.1 -r1.2 --- installers/debian/openacs/README.Debian 4 Apr 2008 14:10:31 -0000 1.1 +++ installers/debian/openacs/README.Debian 26 Jun 2008 11:20:21 -0000 1.2 @@ -1,9 +1,8 @@ Documentation ------------- -You can read the doc at: +The full documentation is at: * http://openacs.org/doc/current/ * http://openacs.org/xowiki/ - -- Hector Romojaro Index: installers/debian/openacs/README.tsearch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/README.tsearch,v diff -u -r1.1 -r1.2 --- installers/debian/openacs/README.tsearch 4 Apr 2008 14:10:31 -0000 1.1 +++ installers/debian/openacs/README.tsearch 26 Jun 2008 11:20:22 -0000 1.2 @@ -1,18 +1,15 @@ Install Full Text Search using Tsearch2 --------------------------------------- -NOTE: tsearch doesn't works on postgresql 8.3, use 8.2 instead. - -1) Install postgresql-contrib-8.2 package on postgresql server. +1) Install postgresql-contrib package on postgresql server. - # apt-get install postgresql-contrib-8.2 + # apt-get install postgresql-contrib 2) Load tsearch sql into openacs database (do it as a postgresql super-user). - $ psql openacs < /usr/share/postgresql/8.2/contrib/tsearch2.sql + $ psql openacs < /usr/share/postgresql/8.x/contrib/tsearch2.sql 3) Read about how to enable it on openacs: http://openacs.org/doc/current/install-full-text-search-tsearch2.html - -- Hector Romojaro Index: installers/debian/openacs/changelog =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/changelog,v diff -u -r1.2 -r1.3 --- installers/debian/openacs/changelog 9 Apr 2008 13:37:39 -0000 1.2 +++ installers/debian/openacs/changelog 26 Jun 2008 11:20:22 -0000 1.3 @@ -1,6 +1,6 @@ -openacs (5.4.1) unstable; urgency=low +openacs (5.4.2) unstable; urgency=low * Initial release - -- Hector Romojaro <xxxxxxxx@xxxxx.xx> Tue, 04 Mar 2008 13:54:52 +0100 + -- Hector Romojaro <hromojaro@dia.uned.es> Tue, 04 Mar 2008 13:54:52 +0100 Index: installers/debian/openacs/control =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/control,v diff -u -r1.3 -r1.4 --- installers/debian/openacs/control 9 May 2008 17:40:18 -0000 1.3 +++ installers/debian/openacs/control 26 Jun 2008 11:20:22 -0000 1.4 @@ -1,15 +1,15 @@ Source: openacs Section: web Priority: optional -Maintainer: Hector Romojaro <xxxxxxxx@xxxxxx.xx> +Maintainer: Hector Romojaro <hromojaro@dia.uned.es> Build-Depends-Indep: po-debconf Build-Depends: debhelper (>= 4.1.13), dpatch Standards-Version: 3.7.3 Package: openacs Architecture: all -Depends: ${misc:Depends}, aolserver4, aolserver4-nscache, aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread (>= 1:2.6.5-3), tcllib, tcl8.4, wwwconfig-common, debconf, xotcl, aolserver4-xotcl, imagemagick, zip, unzip -Recommends: postgresql-8.2, daemontools-installer +Depends: ${misc:Depends}, aolserver4, aolserver4-nscache, aolserver4-nspostgres, aolserver4-nssha1, postgresql-client, adduser, tclthread (>= 1:2.6.5-3), tcllib, tcl8.4, wwwconfig-common, debconf, xotcl, aolserver4-xotcl, imagemagick, zip, unzip, tdom (>= 0.8.3) +Recommends: postgresql, daemontools-installer Description: Open Architecture Community System OpenACS (Open Architecture Community System) is a toolkit for building scalable, community-oriented web applications. Index: installers/debian/openacs/copyright =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/copyright,v diff -u -r1.2 -r1.3 --- installers/debian/openacs/copyright 27 May 2008 10:52:29 -0000 1.2 +++ installers/debian/openacs/copyright 26 Jun 2008 11:20:22 -0000 1.3 @@ -1,4 +1,4 @@ -This package was debianized by Hector Romojaro <xxxxxx@xxxxxx.xx> on +This package was debianized by Hector Romojaro <hromojaro@dia.uned.es> on Tue Mar 4 12:00:08 CET 2008 It was downloaded from http://openacs.org Index: installers/debian/openacs/openacs.install =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/openacs.install,v diff -u -r1.1 -r1.2 --- installers/debian/openacs/openacs.install 4 Apr 2008 14:10:31 -0000 1.1 +++ installers/debian/openacs/openacs.install 26 Jun 2008 11:20:22 -0000 1.2 @@ -1,5 +1,4 @@ ChangeLog usr/share/openacs -install.xml usr/share/openacs license.txt usr/share/openacs readme.txt usr/share/openacs bin usr/share/openacs Index: installers/debian/openacs/rules =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/rules,v diff -u -r1.2 -r1.3 --- installers/debian/openacs/rules 9 Apr 2008 13:37:39 -0000 1.2 +++ installers/debian/openacs/rules 26 Jun 2008 11:20:22 -0000 1.3 @@ -52,7 +52,17 @@ find debian/openacs/usr -type d -exec chmod 0755 {} \; find debian/openacs/usr -type f -name *.pl -exec chmod 0755 {} \; # Perl scripts +x find debian/openacs/usr -type f -name *.sh -exec chmod 0755 {} \; # Shell scripts +x - chmod 0755 debian/openacs/etc/openacs/install/checkout.sh debian/openacs/etc/openacs/install/post-checkout-script.sh debian/openacs/usr/share/openacs/bin/create-tablespace.tcl debian/openacs/usr/share/openacs/bin/restart-aolserver debian/openacs/usr/share/openacs/bin/webspell debian/openacs/usr/share/openacs/packages/acs-lang/bin/mygrep debian/openacs/etc/openacs/install/build-release.sh debian/openacs/usr/share/openacs/packages/acs-templating/www/resources/htmlarea/examples/2-areas.cgi debian/openacs/usr/share/openacs/packages/acs-templating/www/resources/htmlarea/examples/test.cgi debian/openacs/usr/share/openacs/packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-logic.cgi debian/openacs/usr/share/openacs/packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi + chmod 0755 debian/openacs/etc/openacs/install/checkout.sh \ + debian/openacs/etc/openacs/install/post-checkout-script.sh \ + debian/openacs/usr/share/openacs/bin/create-tablespace.tcl \ + debian/openacs/usr/share/openacs/bin/restart-aolserver \ + debian/openacs/usr/share/openacs/bin/webspell \ + debian/openacs/usr/share/openacs/packages/acs-lang/bin/mygrep \ + debian/openacs/etc/openacs/install/build-release.sh \ + debian/openacs/usr/share/openacs/packages/acs-templating/www/resources/htmlarea/examples/2-areas.cgi \ + debian/openacs/usr/share/openacs/packages/acs-templating/www/resources/htmlarea/examples/test.cgi \ + debian/openacs/usr/share/openacs/packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-logic.cgi \ + debian/openacs/usr/share/openacs/packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi dh_installdebconf dh_link