Hi Pascal,

I'm going to prepare the current TeXMaker version for Debian.  While doing
so I found that there is a patch for version 1.6 available that fixes a
problem with file inclusion.  This patch was created by Ubuntu maintainers
and is available at

    https://bugs.launchpad.net/ubuntu/+source/texmaker/+bug/186137

I'm not sure whether this solution was forewarded to you because the current
Debian maintainer seems to have lost interest in this package and has ignored
this patch.  When I tried to apply the patch to version 1.7.1 I noticed that
you replaced the cruxial line

  InsertTag("\\includegraphics[scale=1]{"+fi.baseName()+"."+fi.completeSuffix()+"} 
",26,0);

by

  InsertTag("\\includegraphics[scale=1]{"+fi.completeBaseName()+"."+fi.suffix()+"} 
",26,0);

and you did so in replacing the other two occurences of fi.baseName() by
fi.completeBaseName() which somehow smells like you noticed the problem yourself
and fixed the problem by other means.  Could you confirm that this problem
is fixed in version 1.7.1?

Moreover I would like you to know that there is some minor issue with your 
desktop
file.  Our policy checker lintian says:

-----------------------------------------------------------------------------------
desktop-entry-contains-deprecated-key 
/usr/share/applications/texmaker.desktop:12 MiniIcon

   The key on this line of the desktop entry has been deprecated in the
   FreeDesktop specification.

   Refer to
   http://standards.freedesktop.org/desktop-entry-spec/1.0/apc.html for
   details.
-----------------------------------------------------------------------------------

You might like to remove this line.

BTW, you can find the Debian packaging stuff that was prepared to build
packages of version 1.7.1 at

    svn://svn.debian.org/svn/debian-science/packages/texmaker/trunk/

Kind regards and thanks for working on TeXMaker which is very helpful for
my colleagues to learn LaTeX

       Andreas.

PS: Joseph, if I do not hear something from you until begin of next week
    I will upload on behalf of the Debian Science Team.

--
http://fam-tille.de



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to