r46227 - in /desktop/unstable/libsoup2.4/debian: changelog rules

laney at users.alioth.debian.org laney at users.alioth.debian.org
Fri Oct 2 11:57:53 UTC 2015


Author: laney
Date: Fri Oct  2 11:57:53 2015
New Revision: 46227

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46227
Log:
Run the testsuite verbosely to get info about failures

Modified:
    desktop/unstable/libsoup2.4/debian/changelog
    desktop/unstable/libsoup2.4/debian/rules

Modified: desktop/unstable/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/changelog?rev=46227&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/changelog	[utf-8] Fri Oct  2 11:57:53 2015
@@ -1,3 +1,9 @@
+libsoup2.4 (2.52.0-2) UNRELEASED; urgency=medium
+
+  * Run the testsuite verbosely to get info about failures
+
+ -- Iain Lane <laney at debian.org>  Fri, 02 Oct 2015 12:57:39 +0100
+
 libsoup2.4 (2.52.0-1) unstable; urgency=medium
 
   [ Michael Biebl ]

Modified: desktop/unstable/libsoup2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/rules?rev=46227&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/rules	[utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/rules	[utf-8] Fri Oct  2 11:57:53 2015
@@ -26,7 +26,7 @@
 debian/stamp-makefile-check: debian/stamp-makefile-build
 	mkdir -p $(CHECK_HOME)
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-	env HOME=$(CHECK_HOME) XDG_RUNTIME_DIR=$(CHECK_HOME) xvfb-run -s -noreset $(MAKE) check
+	env HOME=$(CHECK_HOME) XDG_RUNTIME_DIR=$(CHECK_HOME) xvfb-run -s -noreset $(MAKE) check VERBOSE=1
 endif
 	touch $@
 




More information about the pkg-gnome-commits mailing list