r52389 - in /desktop/experimental/mutter/debian: changelog control control.in rules

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


Author: jbicha-guest
Date: Fri May  5 12:24:35 2017
New Revision: 52389

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52389
Log:
Build-depend on xauth and xfvb for build tests

and run build tests

Modified:
    desktop/experimental/mutter/debian/changelog
    desktop/experimental/mutter/debian/control
    desktop/experimental/mutter/debian/control.in
    desktop/experimental/mutter/debian/rules

Modified: desktop/experimental/mutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/mutter/debian/changelog?rev=52389&op=diff
==============================================================================
--- desktop/experimental/mutter/debian/changelog	[utf-8] (original)
+++ desktop/experimental/mutter/debian/changelog	[utf-8] Fri May  5 12:24:35 2017
@@ -9,10 +9,12 @@
     - Drop obsolete Conflicts/Replaces now that the library
       uses different file names
     - Loosen dependency on -common package
+    - Build-depend on xauth and xfvb for build tests
   * debian/rules:
     - Build with --enable-egl-device (LP: #1666664)
       This enables experimental support for using NVIDIA proprietary
       drivers with GNOME on Wayland
+    - Run build tests
   * Add git_revert_call_threaded_swap.patch:
     - Revert patch that caused Budgie to crash (LP: #1669584)
   * Drop patches applied in new release:

Modified: desktop/experimental/mutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/mutter/debian/control?rev=52389&op=diff
==============================================================================
--- desktop/experimental/mutter/debian/control	[utf-8] (original)
+++ desktop/experimental/mutter/debian/control	[utf-8] Fri May  5 12:24:35 2017
@@ -53,6 +53,8 @@
                libwayland-dev (>= 1.5.90) [linux-any],
                wayland-protocols (>= 1.7) [linux-any],
                xkb-data,
+               xvfb <!nocheck>,
+               xauth <!nocheck>,
                zenity
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/mutter

Modified: desktop/experimental/mutter/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/mutter/debian/control.in?rev=52389&op=diff
==============================================================================
--- desktop/experimental/mutter/debian/control.in	[utf-8] (original)
+++ desktop/experimental/mutter/debian/control.in	[utf-8] Fri May  5 12:24:35 2017
@@ -49,6 +49,8 @@
                libwayland-dev (>= 1.5.90) [linux-any],
                wayland-protocols (>= 1.7) [linux-any],
                xkb-data,
+               xvfb <!nocheck>,
+               xauth <!nocheck>,
                zenity
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/mutter

Modified: desktop/experimental/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/mutter/debian/rules?rev=52389&op=diff
==============================================================================
--- desktop/experimental/mutter/debian/rules	[utf-8] (original)
+++ desktop/experimental/mutter/debian/rules	[utf-8] Fri May  5 12:24:35 2017
@@ -31,6 +31,9 @@
 		--enable-compile-warnings \
 		$(CONFFLAGS)
 
+override_dh_auto_test:
+	xvfb-run dh_auto_test
+
 override_dh_install:
 	dh_install --list-missing
 




More information about the pkg-gnome-commits mailing list