r51759 - in /packages/unstable/libgda5/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Nov 20 20:07:26 UTC 2016


Author: pochu
Date: Sun Nov 20 20:07:26 2016
New Revision: 51759

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51759
Log:
debian/rules: If the test suite fails, print the actual errors.

Modified:
    packages/unstable/libgda5/debian/changelog
    packages/unstable/libgda5/debian/rules

Modified: packages/unstable/libgda5/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/changelog?rev=51759&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/changelog	[utf-8] (original)
+++ packages/unstable/libgda5/debian/changelog	[utf-8] Sun Nov 20 20:07:26 2016
@@ -1,3 +1,9 @@
+libgda5 (5.2.4-4) UNRELEASED; urgency=medium
+
+  * debian/rules: If the test suite fails, print the actual errors.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 20 Nov 2016 21:07:10 +0100
+
 libgda5 (5.2.4-3) unstable; urgency=medium
 
   * Build-depend on default-libmysqlclient-dev instead of libmysqlclient-dev.

Modified: packages/unstable/libgda5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/rules?rev=51759&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/rules	[utf-8] (original)
+++ packages/unstable/libgda5/debian/rules	[utf-8] Sun Nov 20 20:07:26 2016
@@ -23,6 +23,8 @@
 # Parallel builds break the test suite, see
 # https://bugzilla.gnome.org/show_bug.cgi?id=723038
 DEB_MAKE_CHECK_TARGET = -j1 check
+# If the test suite fails, print the actual errors
+export VERBOSE=1
 
 DEB_CONFIGURE_EXTRA_FLAGS +=	--with-postgres		\
 				--with-mysql		\




More information about the pkg-gnome-commits mailing list