[subversion-commit] SVN tetex-bin commit + diffs: r1551 - tetex-bin/trunk/debian

Florent Rougon frn at costa.debian.org
Tue Aug 8 09:37:03 UTC 2006


Author: frn
Date: 2006-08-08 09:37:01 +0000 (Tue, 08 Aug 2006)
New Revision: 1551

Modified:
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/postinst.in
Log:
Replace a double backslash (\\) with a single one in postinst (closes:
#381792).


Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog	2006-08-07 16:07:30 UTC (rev 1550)
+++ tetex-bin/trunk/debian/changelog	2006-08-08 09:37:01 UTC (rev 1551)
@@ -14,6 +14,8 @@
       XOrg 
     - Use debchange with the new -b option instead of sed to update the
       changelog.  I hope this will make the backports people happy.
+  * Replace a double backslash (\\) with a single one in postinst, thanks to
+    Chung-chieh Shan (closes: #381792). [florent]
 
  -- Frank Küster <frank at debian.org>  Wed,  2 Aug 2006 17:44:28 +0200
 

Modified: tetex-bin/trunk/debian/postinst.in
===================================================================
--- tetex-bin/trunk/debian/postinst.in	2006-08-07 16:07:30 UTC (rev 1550)
+++ tetex-bin/trunk/debian/postinst.in	2006-08-08 09:37:01 UTC (rev 1551)
@@ -140,7 +140,7 @@
     # now we have to check whether there are user-added lines, create a local 
     # configuration file, and run the update program once more if yes.
     if [ -f $ETC_MAPCFG ]; then
-      create_localconf $ETC_MAPCFG $VAR_MAPCFG \\
+      create_localconf $ETC_MAPCFG $VAR_MAPCFG \
 	/etc/texmf/updmap.d/99postinst.cfg update-updmap \
 	&& update-updmap --quiet
     fi




More information about the Pkg-tetex-commits mailing list