[subversion-commit] SVN tetex-base commit + diffs: r1165 - tetex-base/trunk/debian

Julian Gilbey jdg at costa.debian.org
Tue Apr 4 07:27:19 UTC 2006


Author: jdg
Date: 2006-04-04 07:27:17 +0000 (Tue, 04 Apr 2006)
New Revision: 1165

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/preinst.in
Log:
* Made preinst a /bin/sh script [jdg]

Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2006-04-04 07:25:33 UTC (rev 1164)
+++ tetex-base/trunk/debian/changelog	2006-04-04 07:27:17 UTC (rev 1165)
@@ -4,8 +4,9 @@
     LaTeX source [frank]
   * Improve readability of eperl scripts in debian/ as in tetex-bin [jdg]
   * Fix eperl open commands in maintainer scripts to work with -k [jdg]
+  * Made preinst a /bin/sh script [jdg]
 
- -- Julian Gilbey <jdg at debian.org>  Mon,  3 Apr 2006 19:56:07 +0100
+ -- Julian Gilbey <jdg at debian.org>  Tue,  4 Apr 2006 08:26:12 +0100
 
 tetex-base (3.0-17) unstable; urgency=low
 

Modified: tetex-base/trunk/debian/preinst.in
===================================================================
--- tetex-base/trunk/debian/preinst.in	2006-04-04 07:25:33 UTC (rev 1164)
+++ tetex-base/trunk/debian/preinst.in	2006-04-04 07:27:17 UTC (rev 1165)
@@ -1,4 +1,4 @@
-#!/bin/bash -e
+#!/bin/sh -e
 # 
 # preinst maintainer script for the Debian tetex-base package.
 # $Id$




More information about the Pkg-tetex-commits mailing list