r50497 - in /desktop/unstable/glibmm2.4/debian: changelog patches/01-disable-tls-test.patch
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Sep 13 23:48:44 UTC 2016
Author: biebl
Date: Tue Sep 13 23:48:44 2016
New Revision: 50497
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50497
Log:
Refresh debian/patches/01-disable-tls-test.patch.
Modified:
desktop/unstable/glibmm2.4/debian/changelog
desktop/unstable/glibmm2.4/debian/patches/01-disable-tls-test.patch
Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=50497&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/changelog [utf-8] Tue Sep 13 23:48:44 2016
@@ -1,6 +1,7 @@
glibmm2.4 (2.49.5-1) UNRELEASED; urgency=medium
* New upstream development release
+ * Refresh debian/patches/01-disable-tls-test.patch.
-- Michael Biebl <biebl at debian.org> Wed, 14 Sep 2016 01:47:19 +0200
Modified: 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=50497&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/patches/01-disable-tls-test.patch [utf-8] (original)
+++ desktop/unstable/glibmm2.4/debian/patches/01-disable-tls-test.patch [utf-8] Tue Sep 13 23:48:44 2016
@@ -1,25 +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.46.1/tests/Makefile.am
+Index: glibmm-2.49.5/tests/Makefile.am
===================================================================
---- glibmm-2.46.1.orig/tests/Makefile.am 2015-09-24 17:02:10.385275519 +0200
-+++ glibmm-2.46.1/tests/Makefile.am 2015-09-24 17:02:10.381275555 +0200
+--- glibmm-2.49.5.orig/tests/Makefile.am 2016-09-13 06:48:03.983990159 +0200
++++ glibmm-2.49.5/tests/Makefile.am 2016-09-13 06:48:22.312279308 +0200
@@ -23,7 +23,6 @@
giomm_memoryinputstream/test \
giomm_simple/test \
giomm_asyncresult_sourceobject/test \
- giomm_tls_client/test \
+ giomm_listmodel/test \
glibmm_btree/test \
glibmm_base64/test \
- glibmm_date/test \
-@@ -80,9 +79,6 @@
+@@ -81,9 +80,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
+ giomm_listmodel_test_SOURCES = giomm_listmodel/main.cc
+ giomm_listmodel_test_LDADD = $(giomm_ldadd)
+
More information about the pkg-gnome-commits
mailing list