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

Frank Küster frank at costa.debian.org
Mon Sep 25 16:09:32 UTC 2006


Author: frank
Date: 2006-09-25 16:09:31 +0000 (Mon, 25 Sep 2006)
New Revision: 1632

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/config.in
   tex-common/trunk/debian/templates
Log:
 * Remove the medium-priority debconf note without replacement; anybody
   who really runs into the problem will be able to find the information
   in tetex-bin's README.Debian (closes: #388973) [frank]


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-09-25 16:03:08 UTC (rev 1631)
+++ tex-common/trunk/debian/changelog	2006-09-25 16:09:31 UTC (rev 1632)
@@ -1,3 +1,11 @@
+tex-common (0.30~1) unstable; urgency=low
+
+  * Remove the medium-priority debconf note without replacement; anybody
+    who really runs into the problem will be able to find the information
+    in tetex-bin's README.Debian (closes: #388973) [frank]
+
+ -- Frank Küster <frank at debian.org>  Mon, 25 Sep 2006 18:08:21 +0200
+
 tex-common (0.29) unstable; urgency=medium
 
   * Add missing function and variable declarations to preinst, thanks to

Modified: tex-common/trunk/debian/config.in
===================================================================
--- tex-common/trunk/debian/config.in	2006-09-25 16:03:08 UTC (rev 1631)
+++ tex-common/trunk/debian/config.in	2006-09-25 16:09:31 UTC (rev 1632)
@@ -23,16 +23,6 @@
 ## do the things we have to do for upgraders from old versions
 # it does not harm to do the checks also when $action is reconfigure.
 
-# suggest a user to rename old cnf files (copyright Atsuhito?)
-# (upgrade from woody, keep for etch?)
-if [ -d /etc/texmf/texmf.d ]; then
-    if ls /etc/texmf/texmf.d 2> /dev/null | egrep -vq '(\.cnf|\.dpkg-.*|~)$'; then
-	db_input medium tex-common/cnf_name || true
-	db_go || true
-    fi
-fi
-
-
 # we also unregister the tetex-bin/lsr-perms
 db_unregister tetex-bin/lsr-perms || true
 
@@ -40,6 +30,7 @@
 db_unregister tex-common/groupperm || true
 db_unregister tex-common/userperm || true
 db_unregister tex-common/managedlsr || true
+db_unregister tex-common/cnf_name || true
 
 # now we can also unregister the managecache questions
 db_unregister tex-common/groupname || true

Modified: tex-common/trunk/debian/templates
===================================================================
--- tex-common/trunk/debian/templates	2006-09-25 16:03:08 UTC (rev 1631)
+++ tex-common/trunk/debian/templates	2006-09-25 16:09:31 UTC (rev 1632)
@@ -1,13 +1,3 @@
-Template: tex-common/cnf_name
-Type: note
-_Description: Change of name of files in /etc/texmf/texmf.d/
- texmf.cnf has previously been generated by update-texmf from all files in
- /etc/texmf/texmf.d/. Now update-texmf is changed and only reads files with
- extension '.cnf'.
- .
- So if you had any private file in /etc/texmf/texmf.d/, then you should add
- '.cnf' to its name; for example, 22mymacro => 22mymacro.cnf.
-
 Template: tex-common/check_texmf_missing
 Type: error
 _Description: Essential entry missing in ${filename}




More information about the Pkg-tetex-commits mailing list