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

Norbert Preining preining-guest at costa.debian.org
Thu Mar 9 05:46:22 UTC 2006


Author: preining-guest
Date: 2006-03-09 05:46:20 +0000 (Thu, 09 Mar 2006)
New Revision: 1017

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/dh_installtex
Log:
fix an error in dh_installtex wrt usage of falvors config files


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2006-03-07 17:50:10 UTC (rev 1016)
+++ tex-common/trunk/debian/changelog	2006-03-09 05:46:20 UTC (rev 1017)
@@ -25,8 +25,10 @@
   * add --check option to update-fontlang and to the man pages, but
     state that it should not be used in maintainer scripts
     (Closes: #354517) [preining]
+  * Fix copying error in dh_installtex that created dvips config files
+    with an additional comma [preining]
 
- -- Norbert Preining <preining at logic.at>  Mon,  6 Mar 2006 13:31:29 +0100
+ -- Norbert Preining <preining at logic.at>  Thu,  9 Mar 2006 06:44:55 +0100
 
 tex-common (0.18) unstable; urgency=low
 

Modified: tex-common/trunk/scripts/dh_installtex
===================================================================
--- tex-common/trunk/scripts/dh_installtex	2006-03-07 17:50:10 UTC (rev 1016)
+++ tex-common/trunk/scripts/dh_installtex	2006-03-09 05:46:20 UTC (rev 1017)
@@ -239,7 +239,7 @@
 sub extract_map {
 	my ($line,$mapdoconfig) = @_;
 	if ($mapdoconfig == 0) { return ""; }
-	if ($_ =~ m/^[[:space:]]*([#[:space:]]*)[[:space:]]*(Mixed)?Map[[:space:]]*(.*\.map)[[:space:]]*(#.*)?$/) {
+	if ($line =~ m/^[[:space:]]*([#[:space:]]*)[[:space:]]*(Mixed)?Map[[:space:]]*(.*\.map)[[:space:]]*(#.*)?$/) {
 		my $comment = $1;
 		my $map = $3;
 		if (($comment eq "") || ($mapdoconfig == 2)) {




More information about the Pkg-tetex-commits mailing list