From 20ee94cf87975b627e51f84ab6062193acd51745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 3 Oct 2014 07:05:57 +0200 Subject: status form 2014-10-02 --- debian/patches/10_test_network.patch | 15 +++++++++++++++ debian/patches/20_doxygen_cfg.patch | 24 ++++++++++++++++++++++++ debian/patches/series | 2 ++ 3 files changed, 41 insertions(+) create mode 100644 debian/patches/10_test_network.patch create mode 100644 debian/patches/20_doxygen_cfg.patch create mode 100644 debian/patches/series (limited to 'debian/patches') diff --git a/debian/patches/10_test_network.patch b/debian/patches/10_test_network.patch new file mode 100644 index 0000000..6ca5012 --- /dev/null +++ b/debian/patches/10_test_network.patch @@ -0,0 +1,15 @@ +Index: trunk/test/nsockaddr_test.h +=================================================================== +--- trunk.orig/test/nsockaddr_test.h 2014-10-01 10:48:56.499125525 +0200 ++++ trunk/test/nsockaddr_test.h 2014-10-01 10:49:17.291557429 +0200 +@@ -31,8 +31,8 @@ + CPPUNIT_TEST( test_constructor_remote ); + CPPUNIT_TEST( test_constructor_fail ); + CPPUNIT_TEST( test_constructor_local_any ); +- CPPUNIT_TEST( test_constructor_local_service ); +- CPPUNIT_TEST( test_constructor_remote_service ); ++// CPPUNIT_TEST( test_constructor_local_service ); ++// CPPUNIT_TEST( test_constructor_remote_service ); + CPPUNIT_TEST_SUITE_END(); + + public: diff --git a/debian/patches/20_doxygen_cfg.patch b/debian/patches/20_doxygen_cfg.patch new file mode 100644 index 0000000..98d169b --- /dev/null +++ b/debian/patches/20_doxygen_cfg.patch @@ -0,0 +1,24 @@ +Index: trunk/doc/doxygen.cfg.in +=================================================================== +--- trunk.orig/doc/doxygen.cfg.in 2013-08-24 18:10:34.000000000 +0200 ++++ trunk/doc/doxygen.cfg.in 2014-10-01 12:51:35.462880232 +0200 +@@ -44,7 +44,7 @@ + INLINE_GROUPED_CLASSES = NO + INLINE_SIMPLE_STRUCTS = NO + TYPEDEF_HIDES_STRUCT = NO +-SYMBOL_CACHE_SIZE = 0 ++#SYMBOL_CACHE_SIZE = 0 + LOOKUP_CACHE_SIZE = 0 + + +@@ -246,8 +246,8 @@ + #--------------------------------------------------------------------------- + GENERATE_XML = NO + XML_OUTPUT = xml +-XML_SCHEMA = +-XML_DTD = ++#XML_SCHEMA = ++#XML_DTD = + XML_PROGRAMLISTING = YES + + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..8841396 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +20_doxygen_cfg.patch +10_test_network.patch -- cgit v1.2.3