Index: installers/debian/dotlrn/TODO =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/Attic/TODO,v diff -u -r1.8 -r1.9 --- installers/debian/dotlrn/TODO 28 Mar 2008 10:33:16 -0000 1.8 +++ installers/debian/dotlrn/TODO 28 Mar 2008 11:46:18 -0000 1.9 @@ -6,7 +6,6 @@ [X] Remove and purge logic (postrm). [ ] Lintian errors and warnings. [ ] Fix control file adding tdom (when there is a tdom debian package) -[ ] Fix control file adding postgresql-contrib as a dependance (for tsearch), and setting all the package in contrib. [X] Debian libthread not loading properly [ ] Add some docs Fisheye: Tag 1.2 refers to a dead (removed) revision in file `installers/debian/dotlrn/conffiles'. Fisheye: No comparison available. Pass `N' to diff? Index: installers/debian/dotlrn/patches/00list =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/patches/00list,v diff -u -r1.1 -r1.2 --- installers/debian/dotlrn/patches/00list 13 Mar 2008 13:22:13 -0000 1.1 +++ installers/debian/dotlrn/patches/00list 28 Mar 2008 11:46:18 -0000 1.2 @@ -1 +1,2 @@ config.dpatch +interpreters-path.dpatch Index: installers/debian/dotlrn/patches/interpreters-path.dpatch =================================================================== RCS file: /usr/local/cvsroot/installers/debian/dotlrn/patches/interpreters-path.dpatch,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ installers/debian/dotlrn/patches/interpreters-path.dpatch 28 Mar 2008 11:47:52 -0000 1.1 @@ -0,0 +1,86 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## interpreters-path.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@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 +@@ -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 +@@ -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 +@@ -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 +@@ -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 +@@ -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 +@@ -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 +@@ -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~/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 +@@ -1,4 +1,4 @@ +-#!/usr/sh ++#!/bin/sh + # Restarts an AOLserver (daemontools version). + # Takes as its only argument the name of the server to kill. + # joela 06/23/2003 +@@ -19,4 +19,4 @@ + # meanwhile, this works: + + svc -d $1 +-svc -u $1 +\ No newline at end of file ++svc -u $1