From be58d062f2711f70b2ab4a9ecfca1f9bb901a8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 6 Nov 2014 08:40:27 +0100 Subject: release 0.0.6-1 --- debian/changelog | 2 +- debian/libpsocksxx-doc.lintian-overrides | 4 ++-- debian/patches/10_test_network.patch | 12 ++++++++---- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index dfb485e..bea6658 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ psocksxx (0.0.6-1) unstable; urgency=low - * Initial release (Closes: #763432) + * Initial release (Closes: #763432). -- Jörg Frings-Fürst Sat, 04 Oct 2014 12:40:08 +0200 diff --git a/debian/libpsocksxx-doc.lintian-overrides b/debian/libpsocksxx-doc.lintian-overrides index 92e4f8c..fa402e9 100644 --- a/debian/libpsocksxx-doc.lintian-overrides +++ b/debian/libpsocksxx-doc.lintian-overrides @@ -1,7 +1,7 @@ # The lintian warning "libpsocksxx-dev: embedded-javascript-library # usr/share/doc/libpsocksxx-dev/docs/jquery.js please use libjs-jquery" # was overridden. -# The file jquery.js comes from the with doxygen generated documentation. -# The buildin jquery.js in doxygen would not removed (see Debian bug #736432). +# The file jquery.js comes from the with doxygen-generated documentation. +# The built-in jquery.js in doxygen is not going to be removed (see Debian bug #736432). # libpsocksxx-doc binary: embedded-javascript-library diff --git a/debian/patches/10_test_network.patch b/debian/patches/10_test_network.patch index 63a8dec..bfdcc56 100644 --- a/debian/patches/10_test_network.patch +++ b/debian/patches/10_test_network.patch @@ -7,10 +7,14 @@ Last-Update: 2014-10-03 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/test/nsockaddr_test.h =================================================================== ---- trunk.orig/test/nsockaddr_test.h 2014-10-03 13:02:17.703450593 +0200 -+++ trunk/test/nsockaddr_test.h 2014-10-03 13:02:17.699450515 +0200 -@@ -31,8 +31,8 @@ - CPPUNIT_TEST( test_constructor_remote ); +--- trunk.orig/test/nsockaddr_test.h ++++ trunk/test/nsockaddr_test.h +@@ -28,11 +28,11 @@ class nsockaddr_test : public CppUnit::T + // setup the test suite + CPPUNIT_TEST_SUITE( nsockaddr_test ); + CPPUNIT_TEST( test_constructor_localhost ); +- CPPUNIT_TEST( test_constructor_remote ); ++// CPPUNIT_TEST( test_constructor_remote ); CPPUNIT_TEST( test_constructor_fail ); CPPUNIT_TEST( test_constructor_local_any ); - CPPUNIT_TEST( test_constructor_local_service ); -- cgit v1.2.3