Index: installers/debian/dotlrn/changelog =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/changelog,v diff -u -r1.3 -r1.4 --- installers/debian/dotlrn/changelog 6 Aug 2008 06:08:54 -0000 1.3 +++ installers/debian/dotlrn/changelog 29 Oct 2008 13:40:38 -0000 1.4 @@ -1,6 +1,6 @@ -dotlrn (2.4.0) unstable; urgency=low +dotlrn (2.4.1) unstable; urgency=low * Initial release (Closes: #483125) - -- Hector Romojaro Mon, 04 Aug 2008 11:12:54 +0200 + -- Hector Romojaro Wed, 29 Oct 2008 11:12:54 +0200 Index: installers/debian/dotlrn/control =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/control,v diff -u -r1.11 -r1.12 --- installers/debian/dotlrn/control 23 Sep 2008 15:34:31 -0000 1.11 +++ installers/debian/dotlrn/control 29 Oct 2008 13:40:38 -0000 1.12 @@ -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: dotlrn Index: installers/debian/dotlrn/postinst =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/postinst,v diff -u -r1.9 -r1.10 --- installers/debian/dotlrn/postinst 23 Sep 2008 15:34:31 -0000 1.9 +++ installers/debian/dotlrn/postinst 29 Oct 2008 13:40:38 -0000 1.10 @@ -150,7 +150,7 @@ # Install plpgsql on database and enable compatibility options dbuser=$dba_name dbpass=$dba_password - sqlfile=/tmp/dotlrn-create-plpgsql.sql + sqlfile=$(mktemp) echo "CREATE LANGUAGE plpgsql; ALTER DATABASE dotlrn SET add_missing_from = on; ALTER DATABASE dotlrn SET default_with_oids = on; Index: installers/debian/dotlrn/patches/config.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/patches/config.dpatch,v diff -u -r1.8 -r1.9 --- installers/debian/dotlrn/patches/config.dpatch 22 Oct 2008 12:04:22 -0000 1.8 +++ installers/debian/dotlrn/patches/config.dpatch 29 Oct 2008 13:40:38 -0000 1.9 @@ -5,9 +5,9 @@ ## DP: Adaptation of config.tcl and daemontools/run to debian install. @DPATCH@ -diff -urNad dotlrn-2.4.0~/etc/config.tcl dotlrn-2.4.0/etc/config.tcl ---- dotlrn-2.4.0~/etc/config.tcl 2008-09-23 16:04:25.000000000 +0200 -+++ dotlrn-2.4.0/etc/config.tcl 2008-10-22 13:16:29.000000000 +0200 +diff -urNad dotlrn-2.4.1~/etc/config.tcl dotlrn-2.4.1/etc/config.tcl +--- dotlrn-2.4.1~/etc/config.tcl 2008-09-23 16:04:25.000000000 +0200 ++++ dotlrn-2.4.1/etc/config.tcl 2008-10-22 13:16: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) @@ -97,9 +97,9 @@ -} \ No newline at end of file +} -diff -urNad dotlrn-2.4.0~/etc/daemontools/run dotlrn-2.4.0/etc/daemontools/run ---- dotlrn-2.4.0~/etc/daemontools/run 2008-09-23 16:04:25.000000000 +0200 -+++ dotlrn-2.4.0/etc/daemontools/run 2008-10-22 13:18:55.000000000 +0200 +diff -urNad dotlrn-2.4.1~/etc/daemontools/run dotlrn-2.4.1/etc/daemontools/run +--- dotlrn-2.4.1~/etc/daemontools/run 2008-09-23 16:04:25.000000000 +0200 ++++ dotlrn-2.4.1/etc/daemontools/run 2008-10-22 13:18:55.000000000 +0200 @@ -9,7 +9,14 @@ # see http://openacs.org/forums/message-view?message_id=176100 sleep 4 Index: installers/debian/dotlrn/patches/interpreters-path.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/patches/interpreters-path.dpatch,v diff -u -r1.3 -r1.4 --- installers/debian/dotlrn/patches/interpreters-path.dpatch 22 Oct 2008 12:04:22 -0000 1.3 +++ installers/debian/dotlrn/patches/interpreters-path.dpatch 29 Oct 2008 13:40:38 -0000 1.4 @@ -5,80 +5,80 @@ ## DP: Fixes some paths for interpreters on scripts. @DPATCH@ -diff -urNad dotlrn-2.4.0~/bin/ad-context-server.pl dotlrn-2.4.0/bin/ad-context-server.pl ---- dotlrn-2.4.0~/bin/ad-context-server.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.4.0/bin/ad-context-server.pl 2008-08-04 13:07:55.000000000 +0200 +diff -urNad dotlrn-2.4.1~/bin/ad-context-server.pl dotlrn-2.4.1/bin/ad-context-server.pl +--- dotlrn-2.4.1~/bin/ad-context-server.pl 2001-03-13 23:59:26.000000000 +0100 ++++ dotlrn-2.4.1/bin/ad-context-server.pl 2008-08-04 13:07:55.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl ########################################################## # ArsDigita Context Server -diff -urNad dotlrn-2.4.0~/bin/create-sql-drop-file.pl dotlrn-2.4.0/bin/create-sql-drop-file.pl ---- dotlrn-2.4.0~/bin/create-sql-drop-file.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.4.0/bin/create-sql-drop-file.pl 2008-08-04 13:07:36.000000000 +0200 +diff -urNad dotlrn-2.4.1~/bin/create-sql-drop-file.pl dotlrn-2.4.1/bin/create-sql-drop-file.pl +--- dotlrn-2.4.1~/bin/create-sql-drop-file.pl 2001-03-13 23:59:26.000000000 +0100 ++++ dotlrn-2.4.1/bin/create-sql-drop-file.pl 2008-08-04 13:07:36.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w # @author: Jim Guggemoos created it # @author: Christian Brechbuehler some maintenance -diff -urNad dotlrn-2.4.0~/bin/data-dictionary-diff.pl dotlrn-2.4.0/bin/data-dictionary-diff.pl ---- dotlrn-2.4.0~/bin/data-dictionary-diff.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.4.0/bin/data-dictionary-diff.pl 2008-08-04 13:07:09.000000000 +0200 +diff -urNad dotlrn-2.4.1~/bin/data-dictionary-diff.pl dotlrn-2.4.1/bin/data-dictionary-diff.pl +--- dotlrn-2.4.1~/bin/data-dictionary-diff.pl 2001-03-13 23:59:26.000000000 +0100 ++++ dotlrn-2.4.1/bin/data-dictionary-diff.pl 2008-08-04 13:07:09.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-20 -diff -urNad dotlrn-2.4.0~/bin/encode64.pl dotlrn-2.4.0/bin/encode64.pl ---- dotlrn-2.4.0~/bin/encode64.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.4.0/bin/encode64.pl 2008-08-04 13:06:53.000000000 +0200 +diff -urNad dotlrn-2.4.1~/bin/encode64.pl dotlrn-2.4.1/bin/encode64.pl +--- dotlrn-2.4.1~/bin/encode64.pl 2001-03-13 23:59:26.000000000 +0100 ++++ dotlrn-2.4.1/bin/encode64.pl 2008-08-04 13:06:53.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Encode a file from stdin as base64 # -diff -urNad dotlrn-2.4.0~/bin/plsql-diff.pl dotlrn-2.4.0/bin/plsql-diff.pl ---- dotlrn-2.4.0~/bin/plsql-diff.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.4.0/bin/plsql-diff.pl 2008-08-04 13:06:40.000000000 +0200 +diff -urNad dotlrn-2.4.1~/bin/plsql-diff.pl dotlrn-2.4.1/bin/plsql-diff.pl +--- dotlrn-2.4.1~/bin/plsql-diff.pl 2001-03-13 23:59:26.000000000 +0100 ++++ dotlrn-2.4.1/bin/plsql-diff.pl 2008-08-04 13:06:40.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-21 -diff -urNad dotlrn-2.4.0~/bin/triggers-diff.pl dotlrn-2.4.0/bin/triggers-diff.pl ---- dotlrn-2.4.0~/bin/triggers-diff.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.4.0/bin/triggers-diff.pl 2008-08-04 13:06:16.000000000 +0200 +diff -urNad dotlrn-2.4.1~/bin/triggers-diff.pl dotlrn-2.4.1/bin/triggers-diff.pl +--- dotlrn-2.4.1~/bin/triggers-diff.pl 2001-03-13 23:59:26.000000000 +0100 ++++ dotlrn-2.4.1/bin/triggers-diff.pl 2008-08-04 13:06:16.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-26 -diff -urNad dotlrn-2.4.0~/etc/deploy.sh dotlrn-2.4.0/etc/deploy.sh ---- dotlrn-2.4.0~/etc/deploy.sh 2004-03-03 14:18:35.000000000 +0100 -+++ dotlrn-2.4.0/etc/deploy.sh 2008-08-04 13:08:12.000000000 +0200 +diff -urNad dotlrn-2.4.1~/etc/deploy.sh dotlrn-2.4.1/etc/deploy.sh +--- dotlrn-2.4.1~/etc/deploy.sh 2004-03-03 14:18:35.000000000 +0100 ++++ dotlrn-2.4.1/etc/deploy.sh 2008-08-04 13:08:12.000000000 +0200 @@ -1,4 +1,4 @@ -#!/bin/bin/tclsh +#!/usr/bin/tclsh # process command line arguments foreach arg $argv { switch -glob -- $arg { -diff -urNad dotlrn-2.4.0~/etc/install/functions.sh dotlrn-2.4.0/etc/install/functions.sh ---- dotlrn-2.4.0~/etc/install/functions.sh 2004-04-25 11:32:27.000000000 +0200 -+++ dotlrn-2.4.0/etc/install/functions.sh 2008-08-04 13:04:59.000000000 +0200 +diff -urNad dotlrn-2.4.1~/etc/install/functions.sh dotlrn-2.4.1/etc/install/functions.sh +--- dotlrn-2.4.1~/etc/install/functions.sh 2004-04-25 11:32:27.000000000 +0200 ++++ dotlrn-2.4.1/etc/install/functions.sh 2008-08-04 13:04:59.000000000 +0200 @@ -1,3 +1,4 @@ +#!/bin/sh # Access config parameters in the TCL file through this function get_config_param () { -diff -urNad dotlrn-2.4.0~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt dotlrn-2.4.0/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt ---- dotlrn-2.4.0~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2003-06-24 05:19:17.000000000 +0200 -+++ dotlrn-2.4.0/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2008-08-04 13:05:58.000000000 +0200 +diff -urNad dotlrn-2.4.1~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt dotlrn-2.4.1/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt +--- dotlrn-2.4.1~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2003-06-24 05:19:17.000000000 +0200 ++++ dotlrn-2.4.1/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2008-08-04 13:05:58.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/sh +#!/bin/sh @@ -92,25 +92,25 @@ -svc -u $1 \ No newline at end of file +svc -u $1 -diff -urNad dotlrn-2.4.0~/packages/acs-lang/bin/functions.sh dotlrn-2.4.0/packages/acs-lang/bin/functions.sh ---- dotlrn-2.4.0~/packages/acs-lang/bin/functions.sh 2003-10-31 13:58:29.000000000 +0100 -+++ dotlrn-2.4.0/packages/acs-lang/bin/functions.sh 2008-08-04 13:04:19.000000000 +0200 +diff -urNad dotlrn-2.4.1~/packages/acs-lang/bin/functions.sh dotlrn-2.4.1/packages/acs-lang/bin/functions.sh +--- dotlrn-2.4.1~/packages/acs-lang/bin/functions.sh 2003-10-31 13:58:29.000000000 +0100 ++++ dotlrn-2.4.1/packages/acs-lang/bin/functions.sh 2008-08-04 13:04:19.000000000 +0200 @@ -1,3 +1,4 @@ +#!/bin/sh # Functions re-used by scripts in acs-lang/bin # # @author Peter Marklund -diff -urNad dotlrn-2.4.0~/packages/theme-selva/www/doc/howto/images.pl dotlrn-2.4.0/packages/theme-selva/www/doc/howto/images.pl ---- dotlrn-2.4.0~/packages/theme-selva/www/doc/howto/images.pl 2005-07-26 16:28:31.000000000 +0200 -+++ dotlrn-2.4.0/packages/theme-selva/www/doc/howto/images.pl 2008-08-04 13:03:31.000000000 +0200 +diff -urNad dotlrn-2.4.1~/packages/theme-selva/www/doc/howto/images.pl dotlrn-2.4.1/packages/theme-selva/www/doc/howto/images.pl +--- dotlrn-2.4.1~/packages/theme-selva/www/doc/howto/images.pl 2005-07-26 16:28:31.000000000 +0200 ++++ dotlrn-2.4.1/packages/theme-selva/www/doc/howto/images.pl 2008-08-04 13:03:31.000000000 +0200 @@ -1,3 +1,4 @@ +#!/usr/bin/perl # LaTeX2HTML 2002-2-1 (1.70) # Associate images original text with physical files. -diff -urNad dotlrn-2.4.0~/packages/theme-selva/www/doc/howto/labels.pl dotlrn-2.4.0/packages/theme-selva/www/doc/howto/labels.pl ---- dotlrn-2.4.0~/packages/theme-selva/www/doc/howto/labels.pl 2005-07-26 16:28:30.000000000 +0200 -+++ dotlrn-2.4.0/packages/theme-selva/www/doc/howto/labels.pl 2008-08-04 13:05:35.000000000 +0200 +diff -urNad dotlrn-2.4.1~/packages/theme-selva/www/doc/howto/labels.pl dotlrn-2.4.1/packages/theme-selva/www/doc/howto/labels.pl +--- dotlrn-2.4.1~/packages/theme-selva/www/doc/howto/labels.pl 2005-07-26 16:28:30.000000000 +0200 ++++ dotlrn-2.4.1/packages/theme-selva/www/doc/howto/labels.pl 2008-08-04 13:05:35.000000000 +0200 @@ -1,3 +1,4 @@ +#!/usr/bin/perl # LaTeX2HTML 2002-2-1 (1.70)