This is an automated email from the git hooks/post-receive script. olek-guest pushed a commit to branch updates in repository eris.
commit 72faa22c41b9fbcd6c895dddcd4356147b1d8245 Author: Olek Wojnar <[email protected]> Date: Mon Jul 4 15:43:01 2016 -0400 Disable additional network-related test --- debian/changelog | 6 ++++++ ...ction-unittest.patch => 02-disable-two-network-tests.patch} | 10 ++++++---- debian/patches/series | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index c984876..5d9b994 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +eris (1.3.23-2) unstable; urgency=medium + + * Disable additional network-related test + + -- Olek Wojnar <[email protected]> Mon, 04 Jul 2016 15:34:22 -0400 + eris (1.3.23-1) unstable; urgency=medium * New upstream release (Closes: #799749) diff --git a/debian/patches/02-disable-BaseConnection-unittest.patch b/debian/patches/02-disable-two-network-tests.patch similarity index 67% rename from debian/patches/02-disable-BaseConnection-unittest.patch rename to debian/patches/02-disable-two-network-tests.patch index 11cad9c..7de7a89 100644 --- a/debian/patches/02-disable-BaseConnection-unittest.patch +++ b/debian/patches/02-disable-two-network-tests.patch @@ -1,16 +1,18 @@ -Description: Disable BaseConnection_unittest +Description: Disable two network tests Due to buildd network limitations Forwarded: not-needed Author: Olek Wojnar <[email protected]> -Last-Update: 2016-06-25 +Last-Update: 2016-07-04 --- a/test/Makefile.am +++ b/test/Makefile.am -@@ -3,7 +3,7 @@ +@@ -3,8 +3,8 @@ noinst_PROGRAMS = metaquery eris-connect check_PROGRAMS = Entity_unittest Account_unittest Alarm_unittest \ - Avatar_unittest BaseConnection_unittest Calendar_unittest \ + Avatar_unittest Calendar_unittest \ - Connection_unittest DeleteLater_unittest Entity_unittest \ +- Connection_unittest DeleteLater_unittest Entity_unittest \ ++ DeleteLater_unittest Entity_unittest \ EntityRef_unittest EntityRouter_unittest Exceptions_unittest \ Factory_unittest IGRouter_unittest Lobby_unittest \ + Log_unittest LogStream_unittest MetaQuery_unittest \ diff --git a/debian/patches/series b/debian/patches/series index 20db2d8..b4d4831 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ 01-disable-silent-rules.patch -02-disable-BaseConnection-unittest.patch +02-disable-two-network-tests.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/eris.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

