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

Frank Küster frank at costa.debian.org
Wed Aug 24 15:20:03 UTC 2005


Author: frank
Date: 2005-08-24 15:20:01 +0000 (Wed, 24 Aug 2005)
New Revision: 165

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/postinst.in
   tex-common/trunk/debian/postrm.in
Log:
- fix syntax error in postinst.in
- remove ls-R-LOCAL in postrm
- final version number in changelog

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2005-08-24 14:55:57 UTC (rev 164)
+++ tex-common/trunk/debian/changelog	2005-08-24 15:20:01 UTC (rev 165)
@@ -1,4 +1,4 @@
-tex-common (0.7) UNRELEASED; urgency=low
+tex-common (0.7) unstable; urgency=low
 
   * take over installation of /var/cache/fonts/*, /usr/local/share/texmf
     and the ls-R links from tetex (and texlive). [preining]
@@ -6,7 +6,7 @@
   * move old config files in /usr/share/texmf/web2c out of the way [preining]
   * remove old formats in /usr/share/texmf/web2c [preining]
 
- -- Norbert Preining <preining at logic.at>  Wed, 24 Aug 2005 13:35:40 +0200
+ -- Frank Küster <frank at debian.org>  Wed, 24 Aug 2005 17:18:34 +0200
 
 tex-common (0.6) unstable; urgency=low
 

Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in	2005-08-24 14:55:57 UTC (rev 164)
+++ tex-common/trunk/debian/postinst.in	2005-08-24 15:20:01 UTC (rev 165)
@@ -84,8 +84,8 @@
       rm -rf /usr/share/texmf/web2c/*.base
       rm -rf /usr/share/texmf/web2c/*.log
       for cfgfile in fmtutil.cnf updmap.cfg ; do
-        $oldname = /usr/share/texmf/web2c/$cfgfile
-	$newname = /usr/share/texmf/web2c/$cfgfile.pre-upgrade
+        oldname=/usr/share/texmf/web2c/$cfgfile
+	newname=/usr/share/texmf/web2c/$cfgfile.pre-upgrade
         if [ -r $oldname ] ; then
 	  cat - > $newname <<EOF
 # This file conflicts with the new configuration location.

Modified: tex-common/trunk/debian/postrm.in
===================================================================
--- tex-common/trunk/debian/postrm.in	2005-08-24 14:55:57 UTC (rev 164)
+++ tex-common/trunk/debian/postrm.in	2005-08-24 15:20:01 UTC (rev 165)
@@ -2,7 +2,7 @@
 #!/bin/sh -e
 # 
 # postrm maintainer script for the Debian <:=${PACKAGE}:> package.
-# $Id: postrm.in,v 1.2 2005/07/07 08:53:12 frank Exp $
+# $Id$
 <:=@COPYRIGHT:>//
 
 ## variables
@@ -22,6 +22,7 @@
     # remove /var/lib/texmf/web2c/*
     rm -f $TEXMFSYSVAR/web2c/* 
     rm -f $TEXMFSYSVAR/tex/generic/config/language.dat
+    rm -f $TEXMFSYSVAR/ls-R-LOCAL
 
     # now remove the directory
     # (if we were installed with an old version of tetex-base, the other package




More information about the Pkg-tetex-commits mailing list