r44298 - in /desktop/unstable/gobject-introspection/debian: changelog rules

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Mon May 4 15:25:24 UTC 2015


Author: smcv
Date: Mon May  4 15:25:23 2015
New Revision: 44298

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44298
Log:
Use "export VERBOSE=1" to get test failures' logs: VERBOSE=1 is
insufficient

Modified:
    desktop/unstable/gobject-introspection/debian/changelog
    desktop/unstable/gobject-introspection/debian/rules

Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=44298&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog	[utf-8] Mon May  4 15:25:23 2015
@@ -1,3 +1,10 @@
+gobject-introspection (1.42.0-3) UNRELEASED; urgency=medium
+
+  * Use "export VERBOSE=1" to get test failures' logs: VERBOSE=1 is
+    insufficient
+
+ -- Simon McVittie <smcv at debian.org>  Mon, 04 May 2015 16:23:39 +0100
+
 gobject-introspection (1.42.0-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.

Modified: desktop/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/rules?rev=44298&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/rules	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/rules	[utf-8] Mon May  4 15:25:23 2015
@@ -19,7 +19,7 @@
 DEB_MAKE_ENVVARS += HOME=$(CURDIR)
 DEB_MAKE_CHECK_TARGET = check
 # To get how the tests failed in case of failures
-VERBOSE=1
+export VERBOSE=1
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --enable-doctool
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4




More information about the pkg-gnome-commits mailing list