Index: installers/debian/openacs/changelog =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/changelog,v diff -u -r1.4 -r1.5 --- installers/debian/openacs/changelog 6 Aug 2008 06:08:24 -0000 1.4 +++ installers/debian/openacs/changelog 29 Oct 2008 13:40:17 -0000 1.5 @@ -1,6 +1,6 @@ -openacs (5.4.2) unstable; urgency=low +openacs (5.4.3) unstable; urgency=low * Initial release (Closes: #483126) - -- Hector Romojaro Fri, 27 Jun 2008 20:01:49 +0200 + -- Hector Romojaro Tue, 28 Oct 2008 20:01:49 +0200 Index: installers/debian/openacs/control =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/control,v diff -u -r1.8 -r1.9 --- installers/debian/openacs/control 23 Sep 2008 14:11:24 -0000 1.8 +++ installers/debian/openacs/control 29 Oct 2008 13:40:17 -0000 1.9 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Hector Romojaro Build-Depends-Indep: po-debconf -Build-Depends: debhelper (>= 4.1.13), dpatch +Build-Depends: debhelper (>= 6.0.7), dpatch Standards-Version: 3.8.0 Package: openacs Index: installers/debian/openacs/postinst =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/postinst,v diff -u -r1.4 -r1.5 --- installers/debian/openacs/postinst 23 Sep 2008 14:11:24 -0000 1.4 +++ installers/debian/openacs/postinst 29 Oct 2008 13:40:17 -0000 1.5 @@ -150,7 +150,7 @@ # Install plpgsql on database and enable compatibility options dbuser=$dba_name dbpass=$dba_password - sqlfile=/tmp/openacs-create-plpgsql.sql + sqlfile=$(mktemp) echo "CREATE LANGUAGE plpgsql; ALTER DATABASE openacs SET add_missing_from = on; ALTER DATABASE openacs SET default_with_oids = on; Index: installers/debian/openacs/patches/config.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/openacs/patches/config.dpatch,v diff -u -r1.6 -r1.7 --- installers/debian/openacs/patches/config.dpatch 22 Oct 2008 12:04:22 -0000 1.6 +++ installers/debian/openacs/patches/config.dpatch 29 Oct 2008 13:40:17 -0000 1.7 @@ -5,9 +5,9 @@ ## DP: Adaptation of config.tcl and daemontools/run to debian install. @DPATCH@ -diff -urNad openacs-5.4.2~/etc/config.tcl openacs-5.4.2/etc/config.tcl ---- openacs-5.4.2~/etc/config.tcl 2008-09-23 15:47:33.000000000 +0200 -+++ openacs-5.4.2/etc/config.tcl 2008-10-22 12:50:01.000000000 +0200 +diff -urNad openacs-5.4.3~/etc/config.tcl openacs-5.4.3/etc/config.tcl +--- openacs-5.4.3~/etc/config.tcl 2008-09-23 15:47:33.000000000 +0200 ++++ openacs-5.4.3/etc/config.tcl 2008-10-22 12:50:01.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) @@ -98,9 +98,9 @@ -} \ No newline at end of file +} -diff -urNad openacs-5.4.2~/etc/daemontools/run openacs-5.4.2/etc/daemontools/run ---- openacs-5.4.2~/etc/daemontools/run 2008-09-23 15:47:33.000000000 +0200 -+++ openacs-5.4.2/etc/daemontools/run 2008-10-22 12:51:54.000000000 +0200 +diff -urNad openacs-5.4.3~/etc/daemontools/run openacs-5.4.3/etc/daemontools/run +--- openacs-5.4.3~/etc/daemontools/run 2008-09-23 15:47:33.000000000 +0200 ++++ openacs-5.4.3/etc/daemontools/run 2008-10-22 12:51:54.000000000 +0200 @@ -9,7 +9,14 @@ # see http://openacs.org/forums/message-view?message_id=176100 sleep 4