tags 516237 + patch
thanks

I've prepared a patch to validate doc/en/dia.xml and now it should fix
the FTBFS using the new xmlto tool.

Regards.

-- 
Mehdi Dogguy
http://www.pps.jussieu.fr/~dogguy/
diff -u dia-0.96.1/doc/en/usage-layers.xml dia-0.96.1/doc/en/usage-layers.xml
--- dia-0.96.1/doc/en/usage-layers.xml
+++ dia-0.96.1/doc/en/usage-layers.xml
@@ -33,7 +33,13 @@
       layer and manipulating which layers are visible. If you want to automate
       post processing such slide show, you can use --show-layers command line switch.
       For example: 
-      <tt>dia --show-layers=Background,Slide3 --filter=eps-builtin --export=foo.eps foo.dia</tt>
+      <cmdsynopsis>
+	<command>dia</command>
+	<arg choice='plain'>--show-layers=Background,Slide3</arg>
+	<arg choice='plain'>--filter=eps-builtin</arg>
+	<arg choice='plain'>--export=foo.eps</arg>
+	<arg choice='plain'>foo.dia</arg>
+      </cmdsynopsis>
       will export the Background and Slide3 layers, i.e. the eps output has only these
       two layers and none others. You would then repeat the export for each
       combination of layers you need to produce your slides. Using this switch
diff -u dia-0.96.1/debian/changelog dia-0.96.1/debian/changelog
--- dia-0.96.1/debian/changelog
+++ dia-0.96.1/debian/changelog
@@ -1,3 +1,10 @@
+dia (0.96.1-7.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix doc/en/dia.xml validation errors, closes: #516237.
+
+ -- Mehdi Dogguy <dog...@pps.jussieu.fr>  Tue, 28 Apr 2009 15:05:21 +0200
+
 dia (0.96.1-7.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- dia-0.96.1.orig/doc/en/usage-objects.xml
+++ dia-0.96.1/doc/en/usage-objects.xml
@@ -90,7 +90,6 @@
      will appear to indicate the object is selected.  
      From the menus choose Edit, Delete.  
     </para>
-   </sect2>
    <sect3 id="aligning-objects">
    <title>Aligning Objects</title>
     <para>
@@ -110,6 +109,7 @@
        Object, Group to group them.  
     </para>
    </sect3>
+   </sect2>
   <sect2 id="line-properties">
    <title>Line Properties</title>
     <para>

Reply via email to