~ubuntu-branches/ubuntu/utopic/libcrypto++/utopic-security

« back to all changes in this revision

Viewing changes to debian/patches/doxygen-setup.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2010-06-16 23:50:50 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100616235050-w24uza9d8zkgfgdb
Tags: 5.6.0-6
* Fix sha256 assembly problem with signed address comparison, thanks to
  Ken Raeburn.
  (Closes: #585930)
* Converted to dpkg-source format 3.0 (quilt).
* Use mercurial-buildpackage for repository maintenance, so old
  repository does not exist any more.
* Bumped Standards-Version to 3.8.4, no change.
* Use misc:Depends debhelper macro for all packages.
* Introduced a realclean target in debian/rules for cleaning up an
  interrupted build.
* Build-depend on a proper quilt-handling version of dpkg-source instead
  of quilt itself.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
Index: libcrypto++/Doxyfile
7
7
===================================================================
8
 
--- libcrypto++.orig/Doxyfile   2009-04-07 02:48:55.000000000 +0200
9
 
+++ libcrypto++/Doxyfile        2009-04-07 03:01:55.000000000 +0200
 
8
--- libcrypto++.orig/Doxyfile   2010-07-25 10:12:23.000000000 +0200
 
9
+++ libcrypto++/Doxyfile        2010-07-25 14:27:01.000000000 +0200
10
10
@@ -159,7 +159,7 @@
11
11
 # The TAB_SIZE tag can be used to set the number of spaces in a tab. 
12
12
 # Doxygen uses this value to replace tabs by spaces in code fragments.
16
16
 
17
17
 # This tag can be used to specify a number of aliases that acts 
18
18
 # as commands in the documentation. An alias has the form "name=value". 
 
19
@@ -369,13 +369,13 @@
 
20
 # generated by doxygen. Possible values are YES and NO. If left blank 
 
21
 # NO is used.
 
22
 
 
23
-WARNINGS               = No
 
24
+WARNINGS               = NO
 
25
 
 
26
 # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
 
27
 # for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
 
28
 # automatically be disabled.
 
29
 
 
30
-WARN_IF_UNDOCUMENTED   = No
 
31
+WARN_IF_UNDOCUMENTED   = NO
 
32
 
 
33
 # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
 
34
 # potential errors in the documentation, such as not documenting some 
19
35
@@ -415,8 +415,7 @@
20
36
 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp 
21
37
 # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm