r50557 - in /desktop/unstable/gtkmm3.0/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 14 14:03:42 UTC 2016


Author: biebl
Date: Wed Sep 14 14:03:41 2016
New Revision: 50557

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50557
Log:
Run the testsuite under xvfb-run as the tests need a $DISPLAY.

Modified:
    desktop/unstable/gtkmm3.0/debian/changelog
    desktop/unstable/gtkmm3.0/debian/control
    desktop/unstable/gtkmm3.0/debian/control.in
    desktop/unstable/gtkmm3.0/debian/rules

Modified: desktop/unstable/gtkmm3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/changelog?rev=50557&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/changelog	[utf-8] Wed Sep 14 14:03:41 2016
@@ -5,6 +5,7 @@
     - Bump libgtk-3-dev to (>= 3.21.6).
     - Bump libgdk-pixbuf2.0-dev to (>= 2.35.5).
   * Bump SHVER to 3.21.6.
+  * Run the testsuite under xvfb-run as the tests need a $DISPLAY.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 14 Sep 2016 15:02:17 +0200
 

Modified: desktop/unstable/gtkmm3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/control?rev=50557&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/control	[utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/control	[utf-8] Wed Sep 14 14:03:41 2016
@@ -18,7 +18,9 @@
                libpangomm-1.4-dev (>= 2.38.2),
                libatkmm-1.6-dev (>= 2.24.2),
                libgdk-pixbuf2.0-dev (>= 2.35.5),
-               mm-common (>= 0.9.10)
+               mm-common (>= 0.9.10),
+               xauth <!nocheck>,
+               xvfb <!nocheck>
 Standards-Version: 3.9.8
 
 Package: libgtkmm-3.0-dev

Modified: desktop/unstable/gtkmm3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/control.in?rev=50557&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/control.in	[utf-8] Wed Sep 14 14:03:41 2016
@@ -14,7 +14,9 @@
                libpangomm-1.4-dev (>= 2.38.2),
                libatkmm-1.6-dev (>= 2.24.2),
                libgdk-pixbuf2.0-dev (>= 2.35.5),
-               mm-common (>= 0.9.10)
+               mm-common (>= 0.9.10),
+               xauth <!nocheck>,
+               xvfb <!nocheck>
 Standards-Version: 3.9.8
 
 Package: libgtkmm-3.0-dev

Modified: desktop/unstable/gtkmm3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm3.0/debian/rules?rev=50557&op=diff
==============================================================================
--- desktop/unstable/gtkmm3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtkmm3.0/debian/rules	[utf-8] Wed Sep 14 14:03:41 2016
@@ -28,3 +28,8 @@
 override_dh_installexamples:
 	$(MAKE) -C demos distclean
 	dh_installexamples -XMakefile
+
+override_dh_auto_test:
+ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
+	xvfb-run $(MAKE) check VERBOSE=1
+endif




More information about the pkg-gnome-commits mailing list