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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_debian.dpatch by <msp@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: New patch generated from libcommoncpp2 1.3.25-3 diff.gz
@DPATCH@
diff -urNad libcommoncpp2-1.5.9~/doc/Doxyfile.in libcommoncpp2-1.5.9/doc/Doxyfile.in
--- libcommoncpp2-1.5.9~/doc/Doxyfile.in 2007-08-11 13:39:55.000000000 +0200
+++ libcommoncpp2-1.5.9/doc/Doxyfile.in 2007-10-02 09:19:12.000000000 +0200
@@ -184,6 +184,19 @@
SUBGROUPING = YES
+# The GENERATE_TODOLIST tag can be used to enable (YES) or
+# disable (NO) the todo list. This list is created by putting \todo
+# commands in the documentation.
+
+GENERATE_TODOLIST = NO
+
+# If the sources in your project are distributed over multiple directories
+# then setting the SHOW_DIRECTORIES tag to YES will show the directory
+# hierarchy in the documentation.
+
+SHOW_DIRECTORIES = NO
+
+
#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------
@@ -300,7 +313,7 @@
# disable (NO) the todo list. This list is created by putting \todo
# commands in the documentation.
-GENERATE_TODOLIST = YES
+GENERATE_TODOLIST = NO
# The GENERATE_TESTLIST tag can be used to enable (YES) or
# disable (NO) the test list. This list is created by putting \test
@@ -649,7 +662,7 @@
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
# generate Latex output.
-GENERATE_LATEX = YES
+GENERATE_LATEX = NO
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
@@ -767,7 +780,7 @@
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
# generate man pages
-GENERATE_MAN = NO
+GENERATE_MAN = YES
# The MAN_OUTPUT tag is used to specify where the man pages will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
diff -urNad libcommoncpp2-1.5.9~/src/ccgnu2-config.in libcommoncpp2-1.5.9/src/ccgnu2-config.in
--- libcommoncpp2-1.5.9~/src/ccgnu2-config.in 2007-08-11 13:39:54.000000000 +0200
+++ libcommoncpp2-1.5.9/src/ccgnu2-config.in 2007-10-02 09:19:12.000000000 +0200
@@ -79,6 +79,9 @@
--modflags | --module)
echo $modflags
;;
+ --help)
+ usage 0
+ ;;
*)
usage 1 1>&2
;;
|