r52392 - 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 13:03:32 UTC 2017


Author: jbicha-guest
Date: Fri May  5 13:03:32 2017
New Revision: 52392

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52392
Log:
Use dbus instead of dbus-x11 (dbus-run-session instead of dbus-launch)

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=52392&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/changelog	[utf-8] Fri May  5 13:03:32 2017
@@ -6,7 +6,7 @@
   * Convert to automatic dbgsym package
   * Add autopkgtest to run clutter-1.0-tests
   * debian/control.in:
-    - Build-depend on dbus-x11 for build tests
+    - Build-depend on dbus 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=52392&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/control	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/control	[utf-8] Fri May  5 13:03:32 2017
@@ -9,7 +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>,
+               dbus <!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=52392&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 13:03:32 2017
@@ -5,7 +5,7 @@
 Uploaders: @GNOME_TEAM@, Rico Tzschichholz <ricotz at ubuntu.com>
 Build-Depends: debhelper (>= 10),
                autopoint,
-               dbus-x11 <!nocheck>,
+               dbus <!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=52392&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/rules	[utf-8] Fri May  5 13:03:32 2017
@@ -45,7 +45,7 @@
 	dh_makeshlibs -V -- -c4
 
 override_dh_auto_test:
-	xvfb-run -a dbus-launch --exit-with-session dh_auto_test
+	dbus-run-session -- xvfb-run -a 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