[subversion-commit] SVN tex-common commit + diffs: r931 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Fri Feb 24 09:03:18 UTC 2006


Author: frank
Date: 2006-02-24 09:03:17 +0000 (Fri, 24 Feb 2006)
New Revision: 931

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/config.in
   tex-common/trunk/debian/postinst.functions
   tex-common/trunk/debian/postinst.in
Log:
* Remove "set -x" from config.in, a leftover from debugging.  Sorry.
  (closes: #354181) [frank]
* echo "Exiting." only once in postinst

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-02-23 17:52:35 UTC (rev 930)
+++ tex-common/trunk/debian/changelog	2006-02-24 09:03:17 UTC (rev 931)
@@ -4,8 +4,10 @@
     after the first failure
   * Call debconf-updatepo in the clean and build targets, thanks to Thomas
     Huriaux <thomas.huriaux at gmail.com> (closes: #354138) [frank]
+  * Remove "set -x" from config.in, a leftover from debugging.  Sorry.
+    (closes: #354181) [frank]
 
- -- Frank Küster <frank at debian.org>  Thu, 23 Feb 2006 18:54:07 +0100
+ -- Frank Küster <frank at debian.org>  Fri, 24 Feb 2006 10:03:58 +0100
 
 tex-common (0.17) unstable; urgency=low
 

Modified: tex-common/trunk/debian/config.in
===================================================================
--- tex-common/trunk/debian/config.in	2006-02-23 17:52:35 UTC (rev 930)
+++ tex-common/trunk/debian/config.in	2006-02-24 09:03:17 UTC (rev 931)
@@ -1,5 +1,5 @@
 #include variables
-#!/bin/sh -ex
+#!/bin/sh -e
 # 
 # config maintainer script for the Debian <:=${PACKAGE}:> package.
 # $Id: config.in 114 2005-08-04 15:04:01Z frn $

Modified: tex-common/trunk/debian/postinst.functions
===================================================================
--- tex-common/trunk/debian/postinst.functions	2006-02-23 17:52:35 UTC (rev 930)
+++ tex-common/trunk/debian/postinst.functions	2006-02-24 09:03:17 UTC (rev 931)
@@ -51,6 +51,7 @@
       echo "files.  The version of $file that is provided by the package"
       echo "should be available as ${file}.dpkg-dist"
       echo
+      echo "Exiting."
       checkfailed=true
     fi
     if [ "$variable" = TEXFONTMAPS ]; then
@@ -65,6 +66,7 @@
 	echo "files.  The version of $file that is provided by the package"
 	echo "should be available as ${file}.dpkg-dist"
 	echo
+	echo "Exiting."
 	checkfailed=true
       fi
     fi

Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in	2006-02-23 17:52:35 UTC (rev 930)
+++ tex-common/trunk/debian/postinst.in	2006-02-24 09:03:17 UTC (rev 931)
@@ -109,7 +109,6 @@
     check_texmf /etc/texmf/texmf.cnf 'TEXMF( |=)' TEXMFDIST
 
     if [ $checkfailed = true ]; then
-      echo "Exiting."
       exit 1
     fi
 




More information about the Pkg-tetex-commits mailing list