r40152 - in /desktop/unstable/pango1.0/debian: changelog rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Mon Oct 28 15:25:46 UTC 2013
Author: pochu
Date: Mon Oct 28 15:25:46 2013
New Revision: 40152
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40152
Log:
* debian/rules:
+ Set VERBOSE so we get more information about test failures.
Modified:
desktop/unstable/pango1.0/debian/changelog
desktop/unstable/pango1.0/debian/rules
Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=40152&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/changelog [utf-8] Mon Oct 28 15:25:46 2013
@@ -1,3 +1,10 @@
+pango1.0 (1.36.0-2) UNRELEASED; urgency=low
+
+ * debian/rules:
+ + Set VERBOSE so we get more information about test failures.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Mon, 28 Oct 2013 16:25:08 +0100
+
pango1.0 (1.36.0-1) unstable; urgency=low
[ Michael Biebl ]
Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=40152&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/rules [utf-8] Mon Oct 28 15:25:46 2013
@@ -62,6 +62,9 @@
--libdir=/$(LIBDIR_UDEB) \
--disable-debug
+# Get failing tests' stdout/err so we have some information when a build fails
+export VERBOSE=1
+
DEB_MAKE_CHECK_TARGET = check
DEB_DH_STRIP_ARGS_DEFAULT = --dbg-package=libpango$(APIVER)-$(SONAME)-dbg
DEB_DH_STRIP_ARGS_$(UDEB_PKG) =
More information about the pkg-gnome-commits
mailing list