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

Frank Küster frank at costa.debian.org
Wed Oct 25 15:16:02 UTC 2006


Author: frank
Date: 2006-10-25 15:16:01 +0000 (Wed, 25 Oct 2006)
New Revision: 1908

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/debian/postinst.functions
   tex-common/trunk/debian/templates
Log:
make pattern displayed nicer, and correct template


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-10-25 14:22:44 UTC (rev 1907)
+++ tex-common/trunk/debian/changelog	2006-10-25 15:16:01 UTC (rev 1908)
@@ -1,4 +1,4 @@
-tex-common (0.35.1) UNRELEASED; urgency=medium
+tex-common (0.35.2) UNRELEASED; urgency=medium
 
   * Depend on debconf (>= 1.4.69), which introduced the error template
     type (closes: #395032).  This broke upgrades, hence the urgency

Modified: tex-common/trunk/debian/postinst.functions
===================================================================
--- tex-common/trunk/debian/postinst.functions	2006-10-25 14:22:44 UTC (rev 1907)
+++ tex-common/trunk/debian/postinst.functions	2006-10-25 15:16:01 UTC (rev 1908)
@@ -43,6 +43,7 @@
   else
     if ! echo "$line" | egrep -q "$pattern"; then
       variable=${variable%$removepattern}
+      pattern=${pattern//\\/} # remove the slashes that escape the $ signs
       db_subst tex-common/check_texmf_wrong filename $file || true
       db_subst tex-common/check_texmf_wrong variable $variable || true
       db_subst tex-common/check_texmf_wrong pattern $pattern || true

Modified: tex-common/trunk/debian/templates
===================================================================
--- tex-common/trunk/debian/templates	2006-10-25 14:22:44 UTC (rev 1907)
+++ tex-common/trunk/debian/templates	2006-10-25 15:16:01 UTC (rev 1908)
@@ -7,7 +7,7 @@
  .
  TeX will not work without it, you need to fix your configuration
  files.  The version of ${filename} that is provided by the package
- should be available as ${filename}.dpkg-dist.
+ should be available as ${filename}.ucf-dist.
  .
  Exiting.
 
@@ -21,6 +21,6 @@
  .
  TeX will not work without it, you need to fix your configuration
  files.  The version of ${filename} that is provided by the package
- should be available as ${filename}.dpkg-dist.
+ should be available as ${filename}.ucf-dist.
  .
  Exiting.




More information about the Debian-tex-commits mailing list