~ubuntu-branches/ubuntu/trusty/libupnp4/trusty

« back to all changes in this revision

Viewing changes to debian/patches/09-update-doc.patch

  • Committer: Bazaar Package Importer
  • Author(s): Nick Leverton
  • Date: 2010-03-08 18:26:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100308182614-y3j47t5ddhrza6be
Tags: 1.8.0~svn20090313-1
* ACK NMU (thanks to gregor herrmann and Stefan Potyra).
* Pull from svn, see upstream changes.gz for details
  (Closes: #492160, FTBFS on GNU/kFreeBSD, thanks to Petr Salinger).
* Update Sections and general Policy to 3.8.4
* Use debhelper 7 dh instead of dbs
* Generate and update symbols file
* Rename libs to libupnp4, libixml4 and libthreadutil4, to allow
  co-installing libupnp3 and libupnp4.
* New patch 04-string-access-functions.patch: add _strget_ accessors
  to API, to avoid remembering to call UpnpString_get_String in clients.
* New patch 05-const-tidyup.patch for a few constness fixes.
* Upstream patch 06-patch-statevar-query.patch for missing CRNL.
* New patch 07-neaten-debug.patch to improve debug readability
* New patch 08-renewals-sid.patch to fix autorenewals.
* New patch 09-update-doc.patch to generate up to date -doc package.
* New patch 10-upnpinit-ntoa.patch to replace inet_ntoa by inet_ntop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Mung the upstream Doxyfile to generate meaningful documentation for Debian
 
2
Author: Nick Leverton <nick@leverton.org>
 
3
 
 
4
Index: libupnp4-1.8.0~svn20090313/Doxyfile
 
5
===================================================================
 
6
--- libupnp4-1.8.0~svn20090313.orig/Doxyfile    2010-03-05 19:43:13.000000000 +0000
 
7
+++ libupnp4-1.8.0~svn20090313/Doxyfile 2010-03-05 19:43:35.000000000 +0000
 
8
@@ -409,7 +409,7 @@
 
9
 # The QUIET tag can be used to turn on/off the messages that are generated 
 
10
 # by doxygen. Possible values are YES and NO. If left blank NO is used.
 
11
 
 
12
-QUIET                  = NO
 
13
+QUIET                  = YES
 
14
 
 
15
 # The WARNINGS tag can be used to turn on/off the warning messages that are 
 
16
 # generated by doxygen. Possible values are YES and NO. If left blank 
 
17
@@ -421,14 +421,14 @@
 
18
 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
 
19
 # automatically be disabled.
 
20
 
 
21
-WARN_IF_UNDOCUMENTED   = YES
 
22
+WARN_IF_UNDOCUMENTED   = NO
 
23
 
 
24
 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
 
25
 # potential errors in the documentation, such as not documenting some 
 
26
 # parameters in a documented function, or documenting parameters that 
 
27
 # don't exist or using markup commands wrongly.
 
28
 
 
29
-WARN_IF_DOC_ERROR      = YES
 
30
+WARN_IF_DOC_ERROR      = NO
 
31
 
 
32
 # This WARN_NO_PARAMDOC option can be abled to get warnings for 
 
33
 # functions that are documented, but have no documentation for their parameters 
 
34
@@ -603,7 +603,7 @@
 
35
 # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
 
36
 # link to the source code.  Otherwise they will link to the documentstion.
 
37
 
 
38
-REFERENCES_LINK_SOURCE = YES
 
39
+REFERENCES_LINK_SOURCE = NO
 
40
 
 
41
 # If the USE_HTAGS tag is set to YES then the references to source code 
 
42
 # will point to the HTML generated by the htags(1) tool instead of doxygen 
 
43
@@ -761,7 +761,7 @@
 
44
 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
 
45
 # generate Latex output.
 
46
 
 
47
-GENERATE_LATEX         = YES
 
48
+GENERATE_LATEX         = NO
 
49
 
 
50
 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
 
51
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be 
 
52
@@ -1029,7 +1029,7 @@
 
53
 # undefined via #undef or recursively expanded use the := operator 
 
54
 # instead of the = operator.
 
55
 
 
56
-PREDEFINED             = DEBUG UPNP_HAVE_TOOLS INCLUDE_DEVICE_APIS INCLUDE_CLIENT_APIS EXCLUDE_GENA=0 EXCLUDE_DOM=0
 
57
+PREDEFINED             = DEBUG UPNP_HAVE_TOOLS INCLUDE_DEVICE_APIS INCLUDE_CLIENT_APIS EXCLUDE_GENA=0 EXCLUDE_DOM=0 EXPORT_SPEC=
 
58
 
 
59
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
 
60
 # this tag can be used to specify a list of macro names that should be expanded.