[med-svn] [ball] 01/01: Rebuild for jessie-backports. Really ignore errors (one occures on build machine

Andreas Tille tille at debian.org
Fri Mar 17 20:34:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to tag debian/1.4.3_beta1-3_bpo8+1
in repository ball.

commit 56baaa129e70b4f0f0e1817c4090e01ead042725
Author: Andreas Tille <tille at debian.org>
Date:   Fri Mar 17 21:34:08 2017 +0100

    Rebuild for jessie-backports. Really ignore errors (one occures on build machine
---
 debian/README.source | 23 +++++++++++++++++++++++
 debian/changelog     |  7 +++++++
 debian/rules         |  2 +-
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/debian/README.source b/debian/README.source
index 6ade335..047716d 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -5,3 +5,26 @@ administrators to provide homogeneous distributed environments.
 For scientific computing such reliability is essential.
 
  -- Steffen Moeller <moeller at debian.org>  Tue, 21 Jul 2009 22:40:21 +0200
+
+
+This test failed on build machine of Jessie backports upload:
+
+...
+        Start 326: Socket_test
+326/333 Test #326: Socket_test ..................................***Failed    0.13 sec
+Version: 1.4.79
+checking [EXTRA] simple asynchronous socket transmission to/from threaded server... 
+    (line 66 TEST_NOT_EQUAL(port, 0): got 0, forbidden is 0)  - 
+    FAILED
+checking [EXTRA] simple synchronous socket transmission to/from threaded server... passed
+FAILED
+...
+99% tests passed, 1 tests failed out of 333
+
+Total Test time (real) =  81.48 sec
+
+The following tests FAILED:
+        326 - Socket_test (Failed)
+Errors while running CTest
+
+ -- Andreas Tille <tille at debian.org>  Fri, 17 Mar 2017 15:16:42 +0100
diff --git a/debian/changelog b/debian/changelog
index bd7727a..2b0d8c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ball (1.4.3~beta1-3~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+  * Really ignore errors (one occures on build machine
+
+ -- Andreas Tille <tille at debian.org>  Fri, 17 Mar 2017 15:16:42 +0100
+
 ball (1.4.3~beta1-3) unstable; urgency=medium
 
   * Ignore test suite result on non-amd64
diff --git a/debian/rules b/debian/rules
index eb206a6..3dd7ea0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ We will run the test suite, but ignore any errors to prevent FTBFS.  \
 See Debian bug #830894 for the discussion and how you can help.\
 )
 override_dh_auto_test-arch:
-	-dh_auto_test --
+	dh_auto_test || true
 endif
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ball.git



More information about the debian-med-commit mailing list