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

Frank Küster frank at costa.debian.org
Sun Feb 12 20:19:51 UTC 2006


Author: frank
Date: 2006-02-12 20:19:51 +0000 (Sun, 12 Feb 2006)
New Revision: 502

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/common.functions.in
Log:
add md5sum for microtype.cfg, which was a conffile only in the early teTeX 3.0 packages. 

Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-02-12 09:40:24 UTC (rev 501)
+++ tex-common/trunk/debian/changelog	2006-02-12 20:19:51 UTC (rev 502)
@@ -2,9 +2,9 @@
 
   * Add dh_installtex for public perusal. [preining]
   * Add md5sums for tetex-extra's former configuration files (closes:
-    #351649) [frank]
+    #351649, #352486) [frank]
 
- -- Frank Küster <frank at debian.org>  Mon,  6 Feb 2006 15:09:04 +0100
+ -- Frank Küster <frank at debian.org>  Sun, 12 Feb 2006 21:20:37 +0100
 
 tex-common (0.15) unstable; urgency=high
 

Modified: tex-common/trunk/debian/common.functions.in
===================================================================
--- tex-common/trunk/debian/common.functions.in	2006-02-12 09:40:24 UTC (rev 501)
+++ tex-common/trunk/debian/common.functions.in	2006-02-12 20:19:51 UTC (rev 502)
@@ -435,9 +435,13 @@
  /etc/texmf/varfontdirs.debian 7a37da968bb865bde339fb44818ba44a
 "
 
+teTeX3_md5sumlist="
+ /etc/texmf/latex/microtype.cfg 649944bb5f193e75dba7604b9515317f
+"
+
 get_sarge_md5sum_from_list(){
   file=$1
-  set $sarge_md5sum_list $woody_md5sum_list
+  set $sarge_md5sum_list $woody_md5sum_list $teTeX3_md5sumlist
   while [ $# -gt 0 ]; do
     if [ $file = $1 ]; then
       echo $2




More information about the Pkg-tetex-commits mailing list