[Debian-tex-commits] SVN tex-common commit + diffs: r2922 - tex-common/trunk/debian

Frank Küster frank at alioth.debian.org
Thu May 31 10:37:46 UTC 2007


Author: frank
Date: 2007-05-31 10:37:46 +0000 (Thu, 31 May 2007)
New Revision: 2922

Modified:
   tex-common/trunk/debian/NEWS
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/postinst.functions
   tex-common/trunk/debian/rules
Log:
mktex.cnf isn't strictly necessary: Don't force-install it, but advice
the user to do it


Modified: tex-common/trunk/debian/NEWS
===================================================================
--- tex-common/trunk/debian/NEWS	2007-05-31 08:39:55 UTC (rev 2921)
+++ tex-common/trunk/debian/NEWS	2007-05-31 10:37:46 UTC (rev 2922)
@@ -1,3 +1,16 @@
+tex-common (1.8) unstable; urgency=low
+
+  * Manually reinstalling removed conffiles
+  
+    Due to a bug in the postrm script of tetex-base in etch, purging this
+    package removes essential configuration files of texlive
+    packages. tex-common is also affected, because tetex-base removed
+    /etc/texmf/web2c/mktex.cnf.  This file isn't strictly needed, but it
+    is very much recommended that you reinstall it.  You can find a copy
+    in /usr/share/tex-common/.
+  
+ -- Frank Küster <frank at debian.org>  Thu, 31 May 2007 10:32:21 +0200
+
 tex-common (1.4) unstable; urgency=low
 
   * Filename database in $TEXMFHOME is no longer created and updated

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2007-05-31 08:39:55 UTC (rev 2921)
+++ tex-common/trunk/debian/changelog	2007-05-31 10:37:46 UTC (rev 2922)
@@ -14,9 +14,11 @@
   * add a list of old files from teTeX which can be removed
   * Do not install unused 01tetex.cnf and its md5sum file [fk]
   * dh_installtex: rewrite $engine to metafont if $engine = mf|mf-nowin
+  * Install a copy of mktex.cnf in /usr/share/tex-common, and advice in
+    NEWS.Debian to reinstall it. [fk]
+  
+ -- Frank Küster <frank at debian.org>  Thu, 31 May 2007 12:40:01 +0200
 
- -- Norbert Preining <preining at debian.org>  Mon, 21 May 2007 14:24:31 +0200
-
 tex-common (1.7) unstable; urgency=low
 
   * Undo the changes of the autoscripts snippets ordering, debhelper has

Modified: tex-common/trunk/debian/postinst.functions
===================================================================
--- tex-common/trunk/debian/postinst.functions	2007-05-31 08:39:55 UTC (rev 2921)
+++ tex-common/trunk/debian/postinst.functions	2007-05-31 10:37:46 UTC (rev 2922)
@@ -62,7 +62,6 @@
     kpsewhich --version >/dev/null 2>&1
 }
 
-
 #################################################################
 ##  End of function definitions from file postinst.functions
 #################################################################

Modified: tex-common/trunk/debian/rules
===================================================================
--- tex-common/trunk/debian/rules	2007-05-31 08:39:55 UTC (rev 2921)
+++ tex-common/trunk/debian/rules	2007-05-31 10:37:46 UTC (rev 2922)
@@ -15,7 +15,7 @@
 bin_installfiles=$(foreach script,$(bin_scripts), scripts/$(script))
 bin_manpages=$(foreach script,$(bin_scripts), scripts/$(script).1) 
 
-nonbin_installfiles=$(foreach script,$(nonbin_scripts), scripts/$(script))
+nonbin_installfiles=$(foreach script,$(nonbin_scripts), scripts/$(script)) texmf/web2c/mktex.cnf
 
 # create maintainer scripts etc.
 EPERL_FILES := debian/common.functions debian/postinst debian/postrm debian/config debian/preinst




More information about the Debian-tex-commits mailing list