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

Frank Küster frank at costa.debian.org
Fri Mar 31 07:39:32 UTC 2006


Author: frank
Date: 2006-03-31 07:39:32 +0000 (Fri, 31 Mar 2006)
New Revision: 1149

Modified:
   tex-common/trunk/debian/config.in
Log:
do it even more foolproof

Modified: tex-common/trunk/debian/config.in
===================================================================
--- tex-common/trunk/debian/config.in	2006-03-31 07:37:39 UTC (rev 1148)
+++ tex-common/trunk/debian/config.in	2006-03-31 07:39:32 UTC (rev 1149)
@@ -93,12 +93,13 @@
       db_set tex-common/managecache false || true
     fi
   fi
-  db_input medium tex-common/managecache || true
+  cache_debconf_priority=medium
+  db_input $cache_debconf_priority tex-common/managecache || true
   db_go
 
   db_get tex-common/managecache || true
   if [ "$RET" = true ]; then
-    db_input medium tex-common/groupname || true
+    db_input $cache_debconf_priority tex-common/groupname || true
     db_go
   fi
 fi




More information about the Pkg-tetex-commits mailing list