[subversion-commit] SVN tetex commit + diffs: r426 - in tex-common/trunk: debian scripts

Norbert Preining preining-guest at costa.debian.org
Thu Dec 22 08:36:48 UTC 2005


Author: preining-guest
Date: 2005-12-22 08:36:46 +0000 (Thu, 22 Dec 2005)
New Revision: 426

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/dh_installtexfonts
Log:
fix dvips config file syntax


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2005-12-21 16:24:28 UTC (rev 425)
+++ tex-common/trunk/debian/changelog	2005-12-22 08:36:46 UTC (rev 426)
@@ -3,8 +3,9 @@
   * Bump standards version to 3.6.2 (no changes needed)
   * Move debiandoc-sgml from Build-Dep to Build-Dep-Indep
   * Fix a couple of lintian errors and warnings
+  * Fix dvips config syntax, thanks to Danai SAE-HAN [preining]
 
- -- Frank Küster <frank at debian.org>  Wed, 21 Dec 2005 12:26:57 +0100
+ -- Norbert Preining <preining at logic.at>  Thu, 22 Dec 2005 09:33:57 +0100
 
 tex-common (0.13) unstable; urgency=low
 

Modified: tex-common/trunk/scripts/dh_installtexfonts
===================================================================
--- tex-common/trunk/scripts/dh_installtexfonts	2005-12-21 16:24:28 UTC (rev 425)
+++ tex-common/trunk/scripts/dh_installtexfonts	2005-12-22 08:36:46 UTC (rev 426)
@@ -298,7 +298,7 @@
 		open(CNFFILE, ">$tmp/usr/share/texmf/dvips/config/config.$f") ||
 			error("Cannot open $tmp/usr/share/texmf/dvips/config/config.$f for writing!");
 		verbose_print("Writing $tmp/usr/share/texmf/dvips/config/config.$f");
-		print CNFFILE "Map +$m\n";
+		print CNFFILE "p +$m\n";
 		close(CNFFILE);
 	}
 	if (! $dh{NOSCRIPTS}) {




More information about the Pkg-tetex-commits mailing list