Package: logidee-tools Version: 1.2.10 Severity: minor /usr/share/logidee-tools/vim/syntax.xml file refers to /usr/share/vim/vim61/syntax/dtd.vim which does not exist on Lenny. This generates a warning when trying to open an XML document using vim.
I suggest the following patch. --- current/syntax.vim 2009-03-05 17:09:01.000000000 +0100 +++ patch/syntax.vim 2009-03-05 17:08:44.000000000 +0100 @@ -61,7 +61,7 @@ syn region xmlDocType matchgroup=xmlDocTypeDecl start="<!DOCTYPE"he=s+2,rs=s+2 end=">" contains=xmlDocTypeKeyword,xmlInlineDTD,xmlString syn keyword xmlDocTypeKeyword contained DOCTYPE PUBLIC SYSTEM syn region xmlInlineDTD contained start="\[" end="]" contai...@xmldtd -syn include @xmlDTD /usr/share/vim/vim61/syntax/dtd.vim +syn include @xmlDTD /usr/share/vim/vim71/syntax/dtd.vim " Processing instructions " This allows "?>" inside strings -- good idea? -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages logidee-tools depends on: ii ghostscript 8.62.dfsg.1-3.2lenny0 The GPL Ghostscript PostScript/PDF ii imagemagick 7:6.3.7.9.dfsg1-3~lenny1 image manipulation programs ii libxml2 2.6.32.dfsg-5 GNOME XML library ii psutils 1.17-26 A collection of PostScript documen ii tetex-extra 2007.dfsg.1-5 TeX Live: teTeX transitional packa ii texlive-fonts-r 2007.dfsg.1-5 TeX Live: Recommended fonts ii texlive-latex-e 2007.dfsg.16-1 TeX Live: LaTeX supplementary pack ii texlive-latex-r 2007.dfsg.1-5 TeX Live: LaTeX recommended packag ii texlive-pstrick 2007.dfsg.16-1 TeX Live: PSTricks packages ii xsltproc 1.1.24-2 XSLT command line processor logidee-tools recommends no packages. logidee-tools suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

