File: 0002-Stop-referencing-empty-Object-Hierarchy.patch

package info (click to toggle)
brasero 3.12.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,832 kB
  • sloc: ansic: 104,363; sh: 4,144; makefile: 1,609; xml: 108
file content (48 lines) | stat: -rw-r--r-- 1,845 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
From: Andreas Henriksson <andreas@fatal.se>
Date: Sat, 7 Sep 2019 17:53:18 +0200
Subject: Stop referencing empty Object Hierarchy

Newer versions of gtk-doc apparently now only create the
tree_index.sgml file if it's not empty.

The brasero one seems to have been empty for a while atleast, see eg.
https://developer.gnome.org/libbrasero-media/3.12/object-tree.html

This fixes build with gtk-doc-tools 1.32

Bug-Debian: https://bugs.debian.org/939591
---
 docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml   | 4 ----
 docs/reference/libbrasero-media/libbrasero-media-docs.sgml | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml b/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
index 612491f..873a549 100644
--- a/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
+++ b/docs/reference/libbrasero-burn/libbrasero-burn-docs.sgml
@@ -39,10 +39,6 @@
     <xi:include href="xml/brasero-blank-dialog.xml"/>
 
 
-  </chapter>
-  <chapter id="object-tree">
-    <title>Object Hierarchy</title>
-     <xi:include href="xml/tree_index.sgml"/>
   </chapter>
   <index id="api-index-full">
     <title>API Index</title>
diff --git a/docs/reference/libbrasero-media/libbrasero-media-docs.sgml b/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
index c7ec48c..a89de72 100644
--- a/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
+++ b/docs/reference/libbrasero-media/libbrasero-media-docs.sgml
@@ -24,10 +24,6 @@
     <xi:include href="xml/brasero-drive-selection.xml"/>
 
   </chapter>
-  <chapter id="object-tree">
-    <title>Object Hierarchy</title>
-     <xi:include href="xml/tree_index.sgml"/>
-  </chapter>
   <index id="api-index-full">
     <title>API Index</title>
     <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>