[Debian-tex-commits] SVN tetex-base commit + diffs: r2878 - tetex-base/branches/etch/debian

Frank Küster frank at alioth.debian.org
Tue May 22 15:40:13 UTC 2007


Author: frank
Date: 2007-05-22 15:40:13 +0000 (Tue, 22 May 2007)
New Revision: 2878

Modified:
   tetex-base/branches/etch/debian/changelog
   tetex-base/branches/etch/debian/postrm.in
Log:
fix the tetex-base postrm bug in etch


Modified: tetex-base/branches/etch/debian/changelog
===================================================================
--- tetex-base/branches/etch/debian/changelog	2007-05-22 14:53:48 UTC (rev 2877)
+++ tetex-base/branches/etch/debian/changelog	2007-05-22 15:40:13 UTC (rev 2878)
@@ -1,3 +1,12 @@
+tetex-base (3.0.dfsg.3-5etch1) stable; urgency=low
+
+  * The postrm script does no longer remove lots of supposedly obsolete
+    files upon purge.  These files are now again needed for texlive
+    (closes: #420390)
+  * Upload to stable-proposed-updates
+
+ -- Frank Küster <frank at debian.org>  Tue, 22 May 2007 17:40:52 +0200
+
 tetex-base (3.0.dfsg.3-5) unstable; urgency=low
 
   * Fix a syntax error in the code that removes the obsolete conffile of

Modified: tetex-base/branches/etch/debian/postrm.in
===================================================================
--- tetex-base/branches/etch/debian/postrm.in	2007-05-22 14:53:48 UTC (rev 2877)
+++ tetex-base/branches/etch/debian/postrm.in	2007-05-22 15:40:13 UTC (rev 2878)
@@ -14,11 +14,8 @@
 BASE_UCF_FILES="/etc/texdoctk/texdocrc"
 DPKG_EXT="<:=$PURGE_EXTENSIONS:>"
 
-UNUSED_CONFFILES="<:=$UNUSED_CONFFILES_BASE:>"
 PREINST_MOVE_EXT=<:=$PREINST_MOVE_EXT:>
-FORMER_UCF="<:=$BASE_UCF:>"
 
-UNUSED_CONFDIRS="<:=$UNUSED_CONFDIRS_BASE:>"
 
 ## Variables needed for upgrading
 generated="download35.map builtin35.map psfonts_t1.map psfonts_pk.map \
@@ -70,13 +67,6 @@
     for oldconffile in /etc/texmf/pdftex/pdftex.cfg /etc/texmf/updmap.d/10tetex-base.cfg /etc/X11/app-defaults/XDvi; do
       remove_with_backups $oldconffile
     done
-    for oldconffile in $UNUSED_CONFFILES $FORMER_UCF; do
-      newname=`get_newfilename $oldconffile`
-      remove_with_backups /etc/texmf/$newname
-    done
-    for oldconfdir in $UNUSED_CONFDIRS; do
-      rmdir /etc/texmf/$oldconfdir 2>/dev/null || true
-    done
     
     ucf_purge $BASE_UCF_FILES
     ;;




More information about the Debian-tex-commits mailing list