r40137 - in /desktop/experimental/glib2.0/debian: changelog control rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Oct 27 20:55:32 UTC 2013


Author: pochu
Date: Sun Oct 27 20:55:32 2013
New Revision: 40137

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40137
Log:
* debian/rules:
  + Set VERBOSE so we get failing tests' stdout and stderr. This will
    help us debug the various build failures in different arches.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/control
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=40137&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Sun Oct 27 20:55:32 2013
@@ -1,3 +1,11 @@
+glib2.0 (2.38.1-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Set VERBOSE so we get failing tests' stdout and stderr. This will
+      help us debug the various build failures in different arches.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 27 Oct 2013 21:53:27 +0100
+
 glib2.0 (2.38.1-1) experimental; urgency=low
 
   * Build-Depend on python:any. python is Multi-Arch: allowed; this BD allows

Modified: desktop/experimental/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/control?rev=40137&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/control	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/control	[utf-8] Sun Oct 27 20:55:32 2013
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
                dh-autoreconf,

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=40137&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules	[utf-8] Sun Oct 27 20:55:32 2013
@@ -65,6 +65,9 @@
 
 # The tests assume this directory exists and is writable
 export XDG_RUNTIME_DIR=$(CURDIR)/debian/tmp-xdg-runtime-dir
+# Let's get failing tests' stdout and stderr so we have some information when
+# a build fails
+export VERBOSE=1
 
 # configure flags
 DEB_CONFIGURE_EXTRA_FLAGS := \




More information about the pkg-gnome-commits mailing list