r52387 - in /desktop/experimental/clutter-1.0/debian: changelog control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Fri May 5 12:10:23 UTC 2017


Author: jbicha-guest
Date: Fri May  5 12:10:22 2017
New Revision: 52387

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52387
Log:
Build-depend on dbus-x11 for build tests

Modified:
    desktop/experimental/clutter-1.0/debian/changelog
    desktop/experimental/clutter-1.0/debian/control
    desktop/experimental/clutter-1.0/debian/control.in
    desktop/experimental/clutter-1.0/debian/rules

Modified: desktop/experimental/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/changelog?rev=52387&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/changelog	[utf-8] Fri May  5 12:10:22 2017
@@ -4,6 +4,8 @@
   * Bump debhelper compat to 10
   * Add debian/libclutter-1.0-0.docs to install NEWS and README
   * Convert to automatic dbgsym package
+  * debian/control.in:
+    - Build-depend on dbus-x11 for build tests
   * Add debian/patches/skip-failing-tests.patch:
     - Skip failing test so that we can run all the other tests
 

Modified: desktop/experimental/clutter-1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control?rev=52387&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control	[utf-8] Fri May  5 12:10:22 2017
@@ -9,6 +9,7 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>, Rico Tzschichholz <ricotz at ubuntu.com>
 Build-Depends: debhelper (>= 10),
                autopoint,
+               dbus-x11 <!nocheck>,
                gnome-pkg-tools,
                libgl1-mesa-dev (>= 7.1~rc3-1~),
                libcairo2-dev (>= 1.14.0),

Modified: desktop/experimental/clutter-1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/control.in?rev=52387&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control.in	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control.in	[utf-8] Fri May  5 12:10:22 2017
@@ -5,6 +5,7 @@
 Uploaders: @GNOME_TEAM@, Rico Tzschichholz <ricotz at ubuntu.com>
 Build-Depends: debhelper (>= 10),
                autopoint,
+               dbus-x11 <!nocheck>,
                gnome-pkg-tools,
                libgl1-mesa-dev (>= 7.1~rc3-1~),
                libcairo2-dev (>= 1.14.0),

Modified: desktop/experimental/clutter-1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/rules?rev=52387&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/rules	[utf-8] Fri May  5 12:10:22 2017
@@ -45,7 +45,7 @@
 	dh_makeshlibs -V -- -c4
 
 override_dh_auto_test:
-	-xvfb-run dh_auto_test
+	xvfb-run -a dbus-launch --exit-with-session dh_auto_test
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='libclutter-1.0-dbg (<< 1.26.0+dfsg-3~)'




More information about the pkg-gnome-commits mailing list