r41313 - in /desktop/unstable/glibmm2.4/debian: changelog patches/ patches/01-disable-tls-test.patch patches/series
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Apr 13 23:40:24 UTC 2014
Author: biebl
Date: Sun Apr 13 23:40:24 2014
New Revision: 41313
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41313
Log:
debian/patches/01-disable-tls-test.patch: Don't run giomm_tls_client on
"make check" since this test requires network access which is not
guaranteed to be available on buildds.
Added:
desktop/unstable/glibmm2.4/debian/patches/
desktop/unstable/glibmm2.4/debian/patches/01-disable-tls-test.patch
desktop/unstable/glibmm2.4/debian/patches/series
Modified:
desktop/unstable/glibmm2.4/debian/changelog
Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=41313&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/changelog [utf-8] Sun Apr 13 23:40:24 2014
@@ -6,6 +6,9 @@
* Bump Build-Depends on debhelper to (>= 9) to match debian/compat.
* Bump Standards-Version to 3.9.5.
* Bump SHVER to 2.40.0.
+ * debian/patches/01-disable-tls-test.patch: Don't run giomm_tls_client on
+ "make check" since this test requires network access which is not
+ guaranteed to be available on buildds.
-- Michael Biebl <biebl at debian.org> Mon, 14 Apr 2014 00:58:37 +0200
Added: desktop/unstable/glibmm2.4/debian/patches/01-disable-tls-test.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/patches/01-disable-tls-test.patch?rev=41313&op=file
==============================================================================
--- desktop/unstable/glibmm2.4/debian/patches/01-disable-tls-test.patch (added)
+++ desktop/unstable/glibmm2.4/debian/patches/01-disable-tls-test.patch [utf-8] Sun Apr 13 23:40:24 2014
@@ -0,0 +1,25 @@
+Description: Disable giomm_tls_client test
+ This test requires network access which is not guaranteed on buildds.
+Author: Michael Biebl <biebl at debian.org>
+Index: glibmm-2.40.0/tests/Makefile.am
+===================================================================
+--- glibmm-2.40.0.orig/tests/Makefile.am 2014-03-05 13:14:51.000000000 +0100
++++ glibmm-2.40.0/tests/Makefile.am 2014-04-14 01:34:06.473303077 +0200
+@@ -23,7 +23,6 @@
+ giomm_memoryinputstream/test \
+ giomm_simple/test \
+ giomm_asyncresult_sourceobject/test \
+- giomm_tls_client/test \
+ glibmm_btree/test \
+ glibmm_base64/test \
+ glibmm_date/test \
+@@ -75,9 +74,6 @@
+ giomm_asyncresult_sourceobject_test_SOURCES = giomm_asyncresult_sourceobject/main.cc
+ giomm_asyncresult_sourceobject_test_LDADD = $(giomm_ldadd)
+
+-giomm_tls_client_test_SOURCES = giomm_tls_client/main.cc
+-giomm_tls_client_test_LDADD = $(giomm_ldadd)
+-
+ glibmm_base64_test_SOURCES = glibmm_base64/main.cc
+ glibmm_btree_test_SOURCES = glibmm_btree/main.cc
+ glibmm_buildfilename_test_SOURCES = glibmm_buildfilename/main.cc
Added: desktop/unstable/glibmm2.4/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/patches/series?rev=41313&op=file
==============================================================================
--- desktop/unstable/glibmm2.4/debian/patches/series (added)
+++ desktop/unstable/glibmm2.4/debian/patches/series [utf-8] Sun Apr 13 23:40:24 2014
@@ -0,0 +1 @@
+01-disable-tls-test.patch
More information about the pkg-gnome-commits
mailing list