r3029 - in /experimental/evolution-data-server/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 20:30:28 UTC 2016


Author: biebl
Date: Wed Sep 21 20:30:28 2016
New Revision: 3029

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3029
Log:
Simplify dh_auto_test override by using VERBOSE=1.

Modified:
    experimental/evolution-data-server/debian/changelog
    experimental/evolution-data-server/debian/rules

Modified: experimental/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/changelog?rev=3029&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/changelog	(original)
+++ experimental/evolution-data-server/debian/changelog	Wed Sep 21 20:30:28 2016
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Update debian/libedataserver-1.2-22.symbols.
+  * Simplify dh_auto_test override by using VERBOSE=1.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 21 Sep 2016 22:00:54 +0200
 

Modified: experimental/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/rules?rev=3029&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/rules	(original)
+++ experimental/evolution-data-server/debian/rules	Wed Sep 21 20:30:28 2016
@@ -58,5 +58,5 @@
 
 override_dh_auto_test:
 ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
-	dbus-run-session -- $(MAKE) -k check || ( find . -name test-suite.log -exec cat {} \;; exit 0; )
+	dbus-run-session -- $(MAKE) -k check VERBOSE=1 || true
 endif




More information about the pkg-evolution-commits mailing list