r49370 - in /desktop/unstable/gjs/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Jul 28 18:13:20 UTC 2016


Author: biebl
Date: Thu Jul 28 18:13:20 2016
New Revision: 49370

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49370
Log:
Explicitly enable tests which require dbus and Xvfb.

Modified:
    desktop/unstable/gjs/debian/changelog
    desktop/unstable/gjs/debian/rules

Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=49370&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog	[utf-8] Thu Jul 28 18:13:20 2016
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Replace Build-Depends on uuid-runtime with dbus (for dbus-uuidgen).
+  * Explicitly enable tests which require dbus and Xvfb.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 28 Jul 2016 19:57:18 +0200
 

Modified: desktop/unstable/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/rules?rev=49370&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/rules	[utf-8] (original)
+++ desktop/unstable/gjs/debian/rules	[utf-8] Thu Jul 28 18:13:20 2016
@@ -8,7 +8,9 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 # configure flags
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-installed-tests
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-installed-tests \
+                             --with-xvfb-tests \
+                             --with-dbus-tests
 
 # Use recursive variables since this variable must not be expanded until 
 # files have been installed.




More information about the pkg-gnome-commits mailing list