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

Frank Küster frank at alioth.debian.org
Fri Jan 26 18:10:56 CET 2007


Author: frank
Date: 2007-01-26 18:10:56 +0100 (Fri, 26 Jan 2007)
New Revision: 2399

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/postinst.in
Log:
Use full pathname when registering files with ucf (closes: #408263)


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2007-01-26 11:14:29 UTC (rev 2398)
+++ tex-common/trunk/debian/changelog	2007-01-26 17:10:56 UTC (rev 2399)
@@ -1,9 +1,10 @@
-tex-common (0.44) unstable; urgency=low
+tex-common (0.44~1) unreleased; urgency=low
 
+  * Use full pathname when registering files with ucf (closes: #408263) 
   * New and updated debconf translations:
     - Galician by Jacobo Tarrio <jtarrio at trasno.net> (closes: #408122)
 
- -- Frank Küster <frank at debian.org>  Wed, 24 Jan 2007 11:20:57 +0100
+ -- Frank Küster <frank at debian.org>  Fri, 26 Jan 2007 18:10:23 +0100
 
 tex-common (0.43) unstable; urgency=low
 

Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in	2007-01-26 11:14:29 UTC (rev 2398)
+++ tex-common/trunk/debian/postinst.in	2007-01-26 17:10:56 UTC (rev 2399)
@@ -61,7 +61,7 @@
     # handle ucf-managed configuration files
     for file in $UCF_FILES; do
       $UCF /usr/share/tex-common/`basename $file` /etc/texmf/$file
-      test -x "`which ucfr`" && ucfr tex-common $file || true
+      test -x "`which ucfr`" && ucfr tex-common /etc/texmf/$file || true
     done
 
 # remove left over fmt/efmt/log files in /usr/share/texmf/web2c/.  If they are




More information about the Debian-tex-commits mailing list