r40149 - in /desktop/experimental/gtk+3.0/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Mon Oct 28 01:08:14 UTC 2013
Author: pochu
Date: Mon Oct 28 01:08:14 2013
New Revision: 40149
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40149
Log:
* debian/rules:
+ Set VERBOSE so we get more information about test failures.
Modified:
desktop/experimental/gtk+3.0/debian/changelog
desktop/experimental/gtk+3.0/debian/rules
Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=40149&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog [utf-8] Mon Oct 28 01:08:14 2013
@@ -6,6 +6,8 @@
+ debian/libgtk-3-0.symbols:
- Removed a couple of private structs that shouldn't have been
exported.
+ * debian/rules:
+ + Set VERBOSE so we get more information about test failures.
-- Emilio Pozuelo Monfort <pochu at debian.org> Mon, 14 Oct 2013 16:56:20 +0200
Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=40149&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules [utf-8] Mon Oct 28 01:08:14 2013
@@ -92,6 +92,8 @@
export XDG_RUNTIME_DIR=$(HOME)
# So that gsettings can find the (uninstalled) gtk schemas
export XDG_DATA_DIRS=/usr/share:$(CURDIR)/debian/build
+# Get failing tests' stdout/err so we have some information when a build fails
+export VERBOSE=1
DEB_MAKE_CHECK_TARGET = -k check
DEB_INSTALL_DOCS_ALL = AUTHORS
More information about the pkg-gnome-commits
mailing list