On Mon, May 07, 2007 at 12:47:06PM +0200, Michael Ablassmeier wrote:
> Package: dictionaries-common
> Version: 0.80.1
> Severity: serious
> Justification: policy violation
> 
> hi, 
> 
> Lucas has rebuild the archive on i386 and your package Failed to Build
> from Source with the following error:
> 
>  jade:policy/dsdt-policy.xml:39:0:E: cannot find 
> "dtd/docbook-xml/docbookx.dtd"; 
>  [..]
>  jade:I: maximum number of errors (200) reached; change with -E option
>  [..]
>  make[1]: *** [policy/dsdt-policy.html] Error 1

Thanks for the info.

This seems caused by docbook-xml no longer including 3.1,

---------------------
docbook-xml (4.5-1) unstable; urgency=low ( Sat, 14 Apr 2007 )

  * New upstream release DocBook XML 4.5 added (closes: #413167).
  * DocBook XML 3.1.7 was dropped from the package.
---------------------

Something like attached patch seems enough, but I prefer to hear first
from somebody more fluent with the docbook-xml world.

As a curiosity, using 3.1 is what the debian sgml/xml HOWTO still uses
as an example,

http://www.debian.org/doc/manuals/sgml-howto/x165.html

as well as some other documents around. Bad thing, since these will no
longer work.

-- 
Agustin
diff -Nru /tmp/xl1G5jpjVX/dictionaries-common-0.80.1/policy/dsdt-policy.xml.in /tmp/4VA5hqonea/dictionaries-common-0.80.0.test.1/policy/dsdt-policy.xml.in
--- /tmp/xl1G5jpjVX/dictionaries-common-0.80.1/policy/dsdt-policy.xml.in	2007-04-10 16:52:47.000000000 +0200
+++ /tmp/4VA5hqonea/dictionaries-common-0.80.0.test.1/policy/dsdt-policy.xml.in	2007-05-07 16:56:13.000000000 +0200
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE article PUBLIC "-//Norman Walsh//DTD DocBk XML V3.1//EN"
+<!DOCTYPE article PUBLIC "-//Norman Walsh//DTD DocBk XML V4.0//EN"
      "dtd/docbook-xml/docbookx.dtd" [
 <!ENTITY doc-prefix "/usr/share/doc/dictionaries-common">
 <!ENTITY autoscript-prefix "/usr/share/debhelper/autoscripts">
@@ -51,7 +51,7 @@
 
 
 <article>
-  <artheader>
+  <articleinfo>
     <title>
       Debian Spelling Dictionaries and Tools Policy
     </title>
@@ -134,7 +134,7 @@
 	</ulink>.
       </para>
     </legalnotice>
-  </artheader>
+  </articleinfo>
 
   <warning>
     <para>

Reply via email to