r53977 - in /desktop/unstable/gtk-doc/debian: changelog patches/0001-tests-label-parts-with-decimals-not-roman-numerals.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Sep 16 10:07:25 UTC 2017


Author: pochu
Date: Sat Sep 16 10:07:25 2017
New Revision: 53977

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53977
Log:
* d/patches/0001-tests-label-parts-with-decimals-not-roman-numerals.patch:
  + New patch from upstream git, fix some test cases.

Added:
    desktop/unstable/gtk-doc/debian/patches/0001-tests-label-parts-with-decimals-not-roman-numerals.patch
Modified:
    desktop/unstable/gtk-doc/debian/changelog
    desktop/unstable/gtk-doc/debian/patches/series

Modified: desktop/unstable/gtk-doc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/changelog?rev=53977&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/changelog	[utf-8] Sat Sep 16 10:07:25 2017
@@ -4,6 +4,8 @@
   * Update (build-)dependencies as upstream switched from Perl to Python.
   * debian/patches/0001-mkpdf-fix-exitcode.patch:
     + Dropped, obsolete.
+  * d/patches/0001-tests-label-parts-with-decimals-not-roman-numerals.patch:
+    + New patch from upstream git, fix some test cases.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 12 Sep 2017 19:01:31 +0200
 

Added: desktop/unstable/gtk-doc/debian/patches/0001-tests-label-parts-with-decimals-not-roman-numerals.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/patches/0001-tests-label-parts-with-decimals-not-roman-numerals.patch?rev=53977&op=file
==============================================================================
--- desktop/unstable/gtk-doc/debian/patches/0001-tests-label-parts-with-decimals-not-roman-numerals.patch	(added)
+++ desktop/unstable/gtk-doc/debian/patches/0001-tests-label-parts-with-decimals-not-roman-numerals.patch	[utf-8] Sat Sep 16 10:07:25 2017
@@ -0,0 +1,76 @@
+From a8475278880270a3bf682d9552e26651081330ce Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens at gmail.com>
+Date: Fri, 11 Aug 2017 21:19:28 +0200
+Subject: tests: Label parts with decimals, not roman numerals
+
+dblatex (via gtkdoc-mkpdf) warns that labels must be integers:
+
+    Warning: only an integer in @label can be processed: 'I'
+    Warning: only an integer in @label can be processed: 'II'
+    Warning: only an integer in @label can be processed: 'III'
+
+Make the labels decimal to placate dblatex. I'm not sure this is
+actually the best solution, though.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=786174
+---
+ tests/annotations/docs/tester-docs.xml | 4 ++--
+ tests/gobject/docs/tester-docs.xml     | 6 +++---
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/tests/annotations/docs/tester-docs.xml b/tests/annotations/docs/tester-docs.xml
+index e2abf74..7d80f9d 100644
+--- a/tests/annotations/docs/tester-docs.xml
++++ b/tests/annotations/docs/tester-docs.xml
+@@ -16,7 +16,7 @@
+     </releaseinfo>
+   </bookinfo>
+ 
+-  <reference label="II">
++  <reference label="2">
+     <title>API Reference</title>
+     <chapter id="main-api">
+       <title>Tests</title>
+@@ -24,7 +24,7 @@
+     </chapter>
+   </reference>
+ 
+-  <part label="III">
++  <part label="3">
+     <title>Appendix</title>
+ 
+     <index id="api-index">
+diff --git a/tests/gobject/docs/tester-docs.xml b/tests/gobject/docs/tester-docs.xml
+index a534c55..05117ef 100644
+--- a/tests/gobject/docs/tester-docs.xml
++++ b/tests/gobject/docs/tester-docs.xml
+@@ -37,7 +37,7 @@
+     </para>
+   </preface>
+   
+-  <part label="I" id="part.i">
++  <part label="1" id="part.i">
+     <title>Overview</title>
+     <chapter id="Overview-building">
+       <title>How to build the library</title>
+@@ -45,7 +45,7 @@
+     </chapter>
+   </part>
+ 
+-  <reference label="II" id="part.ii">
++  <reference label="2" id="part.ii">
+     <title>API Reference</title>
+     <chapter id="main-api">
+       <title>Tests</title>
+@@ -58,7 +58,7 @@
+     </chapter>
+   </reference>
+ 
+-  <part label="III" id="part.iii">
++  <part label="3" id="part.iii">
+     <title>Appendix</title>
+ 
+     <chapter id="object-tree">
+-- 
+cgit v0.12
+

Modified: desktop/unstable/gtk-doc/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/patches/series?rev=53977&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/patches/series	[utf-8] Sat Sep 16 10:07:25 2017
@@ -1 +1,2 @@
+0001-tests-label-parts-with-decimals-not-roman-numerals.patch
 0002-Fix-installation-of-HTML-images.patch




More information about the pkg-gnome-commits mailing list