summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-11-06 08:40:27 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-11-06 08:40:27 +0100
commitbe58d062f2711f70b2ab4a9ecfca1f9bb901a8e1 (patch)
tree86373d0afb1c9bce30078d615e3b35e23ee52603
parente34e74dada84209c77a2004a59cb08c5a9f3d290 (diff)
release 0.0.6-1debian/0.0.6-1
-rw-r--r--debian/changelog2
-rw-r--r--debian/libpsocksxx-doc.lintian-overrides4
-rw-r--r--debian/patches/10_test_network.patch12
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 <debian@jff-webhosting.net> 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 );