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 <[EMAIL PROTECTED]>  Mon,  6 Mar 2006 13:31:29 +0100
+ -- Norbert Preining <[EMAIL PROTECTED]>  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)) {


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to