r2955 - in /unstable/evolution-data-server/debian: changelog control rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 15 14:35:14 UTC 2016


Author: biebl
Date: Fri Jul 15 14:35:14 2016
New Revision: 2955

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2955
Log:
Use dbus-run-session to run the test-suite.

Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/control
    unstable/evolution-data-server/debian/rules

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=2955&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Fri Jul 15 14:35:14 2016
@@ -7,6 +7,7 @@
   * Convert from cdbs to dh.
   * Don't make test-suite failures fatal. Dump the contents of the
     test-suite.log files to stdout in case of an error.
+  * Use dbus-run-session to run the test-suite.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 07 Jun 2016 19:28:42 +0200
 

Modified: unstable/evolution-data-server/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/control?rev=2955&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/control	(original)
+++ unstable/evolution-data-server/debian/control	Fri Jul 15 14:35:14 2016
@@ -13,7 +13,7 @@
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-evolution/unstable/evolution-data-server
 Build-Depends: debhelper (>= 9.20160114~),
                dh-autoreconf,
-               dpkg-dev (>= 1.16.1),
+               dpkg-dev (>= 1.17.14),
                libtool,
                intltool (>= 0.35.5),
                libdb-dev,
@@ -47,6 +47,7 @@
                valac (>= 0.22),
                gnome-common (>= 3.6.0),
                libphonenumber-dev [linux-any kfreebsd-any],
+               dbus <!nocheck>,
 
 Package: evolution-data-server
 Architecture: any

Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=2955&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules	(original)
+++ unstable/evolution-data-server/debian/rules	Fri Jul 15 14:35:14 2016
@@ -58,5 +58,5 @@
 
 override_dh_auto_test:
 ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
-	$(MAKE) -k check || ( find . -name test-suite.log -exec cat {} \;; exit 0; )
+	dbus-run-session -- $(MAKE) -k check || ( find . -name test-suite.log -exec cat {} \;; exit 0; )
 endif




More information about the pkg-evolution-commits mailing list