r38215 - in /desktop/unstable/libsoup2.4/debian: changelog patches/01_tests_debug_output.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon May 27 23:57:25 UTC 2013


Author: pochu
Date: Mon May 27 23:57:25 2013
New Revision: 38215

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=38215
Log:
* debian/patches/01_tests_debug_output.patch:
  + Make the test suite print debug output.

Added:
    desktop/unstable/libsoup2.4/debian/patches/01_tests_debug_output.patch
Modified:
    desktop/unstable/libsoup2.4/debian/changelog
    desktop/unstable/libsoup2.4/debian/patches/series

Modified: desktop/unstable/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/changelog?rev=38215&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/changelog [utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/changelog [utf-8] Mon May 27 23:57:25 2013
@@ -1,3 +1,10 @@
+libsoup2.4 (2.42.2-4) UNRELEASED; urgency=low
+
+  * debian/patches/01_tests_debug_output.patch:
+    + Make the test suite print debug output.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 28 May 2013 01:10:55 +0200
+
 libsoup2.4 (2.42.2-3) unstable; urgency=low
 
   * Don't run the test-suite via DEB_MAKE_CHECK_TARGET but use a separate make

Added: desktop/unstable/libsoup2.4/debian/patches/01_tests_debug_output.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/patches/01_tests_debug_output.patch?rev=38215&op=file
==============================================================================
--- desktop/unstable/libsoup2.4/debian/patches/01_tests_debug_output.patch (added)
+++ desktop/unstable/libsoup2.4/debian/patches/01_tests_debug_output.patch [utf-8] Mon May 27 23:57:25 2013
@@ -1,0 +1,11 @@
+--- a/tests/test-utils.c
++++ b/tests/test-utils.c
+@@ -13,7 +13,7 @@
+ 
+ static SoupLogger *logger;
+ 
+-int debug_level, errors;
++int debug_level = 3, errors;
+ gboolean parallelize = TRUE;
+ gboolean expect_warning, tls_available;
+ static int http_debug_level;

Modified: desktop/unstable/libsoup2.4/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/patches/series?rev=38215&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/patches/series [utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/patches/series [utf-8] Mon May 27 23:57:25 2013
@@ -1,0 +1,1 @@
+01_tests_debug_output.patch




More information about the pkg-gnome-commits mailing list