[xml/sgml-commit] [SCM] linuxdoc-tools package for Debian. branch, experimental, updated. debian/0.9.60-23-g4a9b87a

Agustin Martin Domingo agmartin at debian.org
Tue May 12 20:43:11 UTC 2009


The following commit has been merged in the experimental branch:
commit 022e76bb8d78fce5b11ac7cf39a5d1c7bb0be244
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Tue May 12 01:53:00 2009 +0200

    fmt_info.pl: Better use $global->{file}. Fix replacement size.
    
    We better use $global->{file} to be displayed in the resulting file.
    That is the file that was actually processed, even if the original
    string did not contain a sgml suffix.
    
    We also try to make files before and after final changes match in size.
    Seems that otherwise we sometimes get mesages about corrupt references.

diff --git a/lib/fmt/fmt_info.pl b/lib/fmt/fmt_info.pl
index 1350159..1288b75 100644
--- a/lib/fmt/fmt_info.pl
+++ b/lib/fmt/fmt_info.pl
@@ -111,7 +111,7 @@ $info->{postASP} = sub {
   my $INFILE    = shift;
   my $OUTFILE;
   my $msgheader = "fmt_info::postASP";
-  my $fileinfo  = "info file generated after $global->{origfile} by means of linuxdoc-tools";
+  my $fileinfo  = "info file generated from $global->{file} by means of linuxdoc-tools";
 
   my $rawtexi   = "$global->{tmpbase}.1.texi0";
   my $texifile  = "$global->{tmpbase}.2.texi";

-- 
linuxdoc-tools package for Debian.



More information about the debian-xml-sgml-commit mailing list