Index: installers/debian/openacs/README.Debian =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/README.Debian,v diff -u -r1.2 -r1.3 --- installers/debian/openacs/README.Debian 26 Jun 2008 11:20:21 -0000 1.2 +++ installers/debian/openacs/README.Debian 6 Aug 2008 06:08:24 -0000 1.3 @@ -1,8 +1,10 @@ -Documentation -------------- +openacs for Debian +------------------ The full documentation is at: * http://openacs.org/doc/current/ * http://openacs.org/xowiki/ + + -- Hector Romojaro Fri, 27 Jun 2008 19:56:58 +0200 Index: installers/debian/openacs/changelog =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/changelog,v diff -u -r1.3 -r1.4 --- installers/debian/openacs/changelog 26 Jun 2008 11:20:22 -0000 1.3 +++ installers/debian/openacs/changelog 6 Aug 2008 06:08:24 -0000 1.4 @@ -1,6 +1,6 @@ openacs (5.4.2) unstable; urgency=low - * Initial release + * Initial release (Closes: #483126) - -- Hector Romojaro Tue, 04 Mar 2008 13:54:52 +0100 + -- Hector Romojaro Fri, 27 Jun 2008 20:01:49 +0200 Index: installers/debian/openacs/control =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/control,v diff -u -r1.5 -r1.6 --- installers/debian/openacs/control 26 Jun 2008 12:03:34 -0000 1.5 +++ installers/debian/openacs/control 6 Aug 2008 06:08:24 -0000 1.6 @@ -4,7 +4,7 @@ Maintainer: Hector Romojaro Build-Depends-Indep: po-debconf Build-Depends: debhelper (>= 4.1.13), dpatch -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 Package: openacs Architecture: all Index: installers/debian/openacs/postinst =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/postinst,v diff -u -r1.1 -r1.2 --- installers/debian/openacs/postinst 4 Apr 2008 14:10:31 -0000 1.1 +++ installers/debian/openacs/postinst 6 Aug 2008 06:08:24 -0000 1.2 @@ -102,7 +102,7 @@ # Modify config.tcl with debconf values - sed -i "/^ set db_host/,/^ set db_user/d;s/## Beginning of the conf changed by debconf ##/&\n set db_host $dbserver\n set db_password \"$dbpass\"\n set db_port \"5432\"\n set db_user $dbuser/" /etc/openacs/config.tcl + sed -i "/^ set db_host/,/^ set db_user/d;s/## Debconf changes (DO NOT EDIT BYHAND) ##/&\n set db_host $dbserver\n set db_password \"$dbpass\"\n set db_port \"5432\"\n set db_user $dbuser/" /etc/openacs/config.tcl # Install tsearch2 #. /usr/share/wwwconfig-common/pgsql-exec.sh Index: installers/debian/openacs/patches/config.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/patches/config.dpatch,v diff -u -r1.3 -r1.4 --- installers/debian/openacs/patches/config.dpatch 27 May 2008 11:32:31 -0000 1.3 +++ installers/debian/openacs/patches/config.dpatch 6 Aug 2008 06:08:24 -0000 1.4 @@ -5,9 +5,9 @@ ## DP: Adaptation of config.tcl and daemontools/run to debian install. @DPATCH@ -diff -urNad openacs-5.4.1~/etc/config.tcl openacs-5.4.1/etc/config.tcl ---- openacs-5.4.1~/etc/config.tcl 2008-02-01 04:24:30.000000000 +0100 -+++ openacs-5.4.1/etc/config.tcl 2008-04-09 14:24:53.000000000 +0200 +diff -urNad openacs-5.4.2~/etc/config.tcl openacs-5.4.2/etc/config.tcl +--- openacs-5.4.2~/etc/config.tcl 2008-06-27 19:26:12.000000000 +0200 ++++ openacs-5.4.2/etc/config.tcl 2008-08-04 12:56:29.000000000 +0200 @@ -24,10 +24,11 @@ # started by root, and, in AOLserver 4, the run script have a # '-b address' flag which matches the address according to settings (above) @@ -30,8 +30,8 @@ - set db_host localhost - set db_port "" - set db_user $server -+## Beginning of the conf changed by debconf ## -+############################################## ++## Debconf changes (DO NOT EDIT BYHAND) ## ++## End Debconf Changes ################### } #--------------------------------------------------------------------- @@ -71,9 +71,9 @@ -} \ No newline at end of file +} -diff -urNad openacs-5.4.1~/etc/daemontools/run openacs-5.4.1/etc/daemontools/run ---- openacs-5.4.1~/etc/daemontools/run 2008-01-14 10:35:56.000000000 +0100 -+++ openacs-5.4.1/etc/daemontools/run 2008-04-09 14:25:23.000000000 +0200 +diff -urNad openacs-5.4.2~/etc/daemontools/run openacs-5.4.2/etc/daemontools/run +--- openacs-5.4.2~/etc/daemontools/run 2008-06-27 19:26:12.000000000 +0200 ++++ openacs-5.4.2/etc/daemontools/run 2008-08-04 12:52:34.000000000 +0200 @@ -9,7 +9,7 @@ # see http://openacs.org/forums/message-view?message_id=176100 sleep 4 Index: installers/debian/openacs/patches/interpreters-path.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/patches/interpreters-path.dpatch,v diff -u -r1.2 -r1.3 --- installers/debian/openacs/patches/interpreters-path.dpatch 9 Apr 2008 13:37:39 -0000 1.2 +++ installers/debian/openacs/patches/interpreters-path.dpatch 6 Aug 2008 06:08:24 -0000 1.3 @@ -2,7 +2,7 @@ ## interpreters-path.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. -## DP: Fixes some routes for interpreters on scripts. +## DP: Fixes some paths for interpreters on scripts. @DPATCH@ diff -urNad openacs-5.4.1~/bin/ad-context-server.pl openacs-5.4.1/bin/ad-context-server.pl