Index: installers/debian/dotlrn/control =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/control,v diff -u -N -r1.4 -r1.5 --- installers/debian/dotlrn/control 27 Mar 2008 12:47:02 -0000 1.4 +++ installers/debian/dotlrn/control 3 Apr 2008 11:15:15 -0000 1.5 @@ -4,7 +4,7 @@ Maintainer: Hector Romojaro Build-Depends-Indep: po-debconf Build-Depends: debhelper (>= 4.1.13), dpatch -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Package: dotlrn Architecture: all Index: installers/debian/dotlrn/rules =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/rules,v diff -u -N -r1.2 -r1.3 --- installers/debian/dotlrn/rules 13 Mar 2008 13:22:13 -0000 1.2 +++ installers/debian/dotlrn/rules 3 Apr 2008 11:15:15 -0000 1.3 @@ -52,7 +52,8 @@ find debian/dotlrn/usr -type d -exec chmod 0755 {} \; find debian/dotlrn/usr -type f -name *.pl -exec chmod 0755 {} \; # Perl scripts +x find debian/dotlrn/usr -type f -name *.sh -exec chmod 0755 {} \; # Shell scripts +x - + chmod 0755 debian/dotlrn/etc/dotlrn/install/checkout.sh debian/dotlrn/etc/dotlrn/install/post-checkout-script.sh debian/dotlrn/usr/share/dotlrn/bin/create-tablespace.tcl debian/dotlrn/usr/share/dotlrn/bin/restart-aolserver debian/dotlrn/usr/share/dotlrn/bin/webspell debian/dotlrn/usr/share/dotlrn/packages/acs-lang/bin/mygrep debian/dotlrn/etc/dotlrn/install/build-release.sh debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/htmlarea/examples/2-areas.cgi debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/htmlarea/examples/test.cgi debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-logic.cgi debian/dotlrn/usr/share/dotlrn/packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi + dh_installdebconf dh_link dh_compress Index: installers/debian/dotlrn/patches/config.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/patches/config.dpatch,v diff -u -N -r1.4 -r1.5 --- installers/debian/dotlrn/patches/config.dpatch 27 Mar 2008 12:47:02 -0000 1.4 +++ installers/debian/dotlrn/patches/config.dpatch 3 Apr 2008 11:15:15 -0000 1.5 @@ -2,7 +2,7 @@ ## config.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. +## DP: Adaptation of config.tcl and daemontools/run to debian install. @DPATCH@ diff -urNad dotlrn-2.3.1~/etc/config.tcl dotlrn-2.3.1/etc/config.tcl Index: installers/debian/dotlrn/patches/interpreters-path.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/patches/interpreters-path.dpatch,v diff -u -N -r1.1 -r1.2 --- installers/debian/dotlrn/patches/interpreters-path.dpatch 28 Mar 2008 11:47:52 -0000 1.1 +++ installers/debian/dotlrn/patches/interpreters-path.dpatch 3 Apr 2008 11:15:15 -0000 1.2 @@ -2,75 +2,83 @@ ## interpreters-path.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. +## DP: Fixes some routes for interpreters on scripts. @DPATCH@ diff -urNad dotlrn-2.3.1~/bin/ad-context-server.pl dotlrn-2.3.1/bin/ad-context-server.pl ---- dotlrn-2.3.1~/bin/ad-context-server.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.3.1/bin/ad-context-server.pl 2008-03-28 12:09:20.000000000 +0100 +--- dotlrn-2.3.1~/bin/ad-context-server.pl 2008-04-03 11:27:23.000000000 +0200 ++++ dotlrn-2.3.1/bin/ad-context-server.pl 2008-04-03 11:33:25.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl ########################################################## # ArsDigita Context Server diff -urNad dotlrn-2.3.1~/bin/create-sql-drop-file.pl dotlrn-2.3.1/bin/create-sql-drop-file.pl ---- dotlrn-2.3.1~/bin/create-sql-drop-file.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.3.1/bin/create-sql-drop-file.pl 2008-03-28 12:09:34.000000000 +0100 +--- dotlrn-2.3.1~/bin/create-sql-drop-file.pl 2008-04-03 11:27:23.000000000 +0200 ++++ dotlrn-2.3.1/bin/create-sql-drop-file.pl 2008-04-03 11:33:25.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.3.1~/bin/data-dictionary-diff.pl dotlrn-2.3.1/bin/data-dictionary-diff.pl ---- dotlrn-2.3.1~/bin/data-dictionary-diff.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.3.1/bin/data-dictionary-diff.pl 2008-03-28 12:09:45.000000000 +0100 +--- dotlrn-2.3.1~/bin/data-dictionary-diff.pl 2008-04-03 11:27:23.000000000 +0200 ++++ dotlrn-2.3.1/bin/data-dictionary-diff.pl 2008-04-03 11:33:25.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-20 diff -urNad dotlrn-2.3.1~/bin/encode64.pl dotlrn-2.3.1/bin/encode64.pl ---- dotlrn-2.3.1~/bin/encode64.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.3.1/bin/encode64.pl 2008-03-28 12:09:53.000000000 +0100 +--- dotlrn-2.3.1~/bin/encode64.pl 2008-04-03 11:27:23.000000000 +0200 ++++ dotlrn-2.3.1/bin/encode64.pl 2008-04-03 11:33:25.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # # Encode a file from stdin as base64 # diff -urNad dotlrn-2.3.1~/bin/plsql-diff.pl dotlrn-2.3.1/bin/plsql-diff.pl ---- dotlrn-2.3.1~/bin/plsql-diff.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.3.1/bin/plsql-diff.pl 2008-03-28 12:10:04.000000000 +0100 +--- dotlrn-2.3.1~/bin/plsql-diff.pl 2008-04-03 11:27:23.000000000 +0200 ++++ dotlrn-2.3.1/bin/plsql-diff.pl 2008-04-03 11:33:25.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-21 diff -urNad dotlrn-2.3.1~/bin/triggers-diff.pl dotlrn-2.3.1/bin/triggers-diff.pl ---- dotlrn-2.3.1~/bin/triggers-diff.pl 2001-03-13 23:59:26.000000000 +0100 -+++ dotlrn-2.3.1/bin/triggers-diff.pl 2008-03-28 12:10:15.000000000 +0100 +--- dotlrn-2.3.1~/bin/triggers-diff.pl 2008-04-03 11:27:23.000000000 +0200 ++++ dotlrn-2.3.1/bin/triggers-diff.pl 2008-04-03 11:33:25.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # by Jin Choi , 2000-03-26 diff -urNad dotlrn-2.3.1~/etc/deploy.sh dotlrn-2.3.1/etc/deploy.sh ---- dotlrn-2.3.1~/etc/deploy.sh 2004-03-03 14:18:35.000000000 +0100 -+++ dotlrn-2.3.1/etc/deploy.sh 2008-03-28 12:08:48.000000000 +0100 +--- dotlrn-2.3.1~/etc/deploy.sh 2008-04-03 11:27:23.000000000 +0200 ++++ dotlrn-2.3.1/etc/deploy.sh 2008-04-03 11:33:25.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.3.1~/etc/install/functions.sh dotlrn-2.3.1/etc/install/functions.sh +--- dotlrn-2.3.1~/etc/install/functions.sh 2004-04-25 11:32:27.000000000 +0200 ++++ dotlrn-2.3.1/etc/install/functions.sh 2008-04-03 11:33:47.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.3.1~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt dotlrn-2.3.1/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt ---- dotlrn-2.3.1~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2003-06-24 05:19:17.000000000 +0200 -+++ dotlrn-2.3.1/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2008-03-28 12:11:26.000000000 +0100 +--- dotlrn-2.3.1~/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2008-04-03 11:27:23.000000000 +0200 ++++ dotlrn-2.3.1/packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt 2008-04-03 11:33:25.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/sh +#!/bin/sh @@ -84,3 +92,27 @@ -svc -u $1 \ No newline at end of file +svc -u $1 +diff -urNad dotlrn-2.3.1~/packages/acs-lang/bin/functions.sh dotlrn-2.3.1/packages/acs-lang/bin/functions.sh +--- dotlrn-2.3.1~/packages/acs-lang/bin/functions.sh 2003-10-31 13:58:29.000000000 +0100 ++++ dotlrn-2.3.1/packages/acs-lang/bin/functions.sh 2008-04-03 11:34:02.000000000 +0200 +@@ -1,3 +1,4 @@ ++#!/bin/sh + # Functions re-used by scripts in acs-lang/bin + # + # @author Peter Marklund +diff -urNad dotlrn-2.3.1~/packages/theme-selva/www/doc/howto/images.pl dotlrn-2.3.1/packages/theme-selva/www/doc/howto/images.pl +--- dotlrn-2.3.1~/packages/theme-selva/www/doc/howto/images.pl 2005-07-26 16:28:31.000000000 +0200 ++++ dotlrn-2.3.1/packages/theme-selva/www/doc/howto/images.pl 2008-04-03 11:34:44.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.3.1~/packages/theme-selva/www/doc/howto/labels.pl dotlrn-2.3.1/packages/theme-selva/www/doc/howto/labels.pl +--- dotlrn-2.3.1~/packages/theme-selva/www/doc/howto/labels.pl 2005-07-26 16:28:30.000000000 +0200 ++++ dotlrn-2.3.1/packages/theme-selva/www/doc/howto/labels.pl 2008-04-03 11:35:54.000000000 +0200 +@@ -1,3 +1,4 @@ ++#!/usr/bin/perl + # LaTeX2HTML 2002-2-1 (1.70) + # Associate labels original text with physical files. +