r53285 - in /desktop/experimental/gnome-shell/debian: changelog control control.in rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Thu Aug 31 22:51:37 UTC 2017


Author: jbicha
Date: Thu Aug 31 22:51:36 2017
New Revision: 53285

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53285
Log:
Don't fail the build for test failures

Modified:
    desktop/experimental/gnome-shell/debian/changelog
    desktop/experimental/gnome-shell/debian/control
    desktop/experimental/gnome-shell/debian/control.in
    desktop/experimental/gnome-shell/debian/rules

Modified: desktop/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/changelog?rev=53285&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/changelog	[utf-8] Thu Aug 31 22:51:36 2017
@@ -1,3 +1,9 @@
+gnome-shell (3.25.91-3) UNRELEASED; urgency=medium
+
+  * Don't fail the build for test failures
+
+ -- Jeremy Bicha <jbicha at debian.org>  Thu, 31 Aug 2017 18:51:01 -0400
+
 gnome-shell (3.25.91-2) experimental; urgency=medium
 
   * Build-Depend on libgl1-mesa-dri for build tests since

Modified: desktop/experimental/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/control?rev=53285&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/control	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/control	[utf-8] Thu Aug 31 22:51:36 2017
@@ -78,7 +78,7 @@
          gir1.2-gdesktopenums-3.0 (>= 3.12),
          gir1.2-geoclue-2.0,
          gir1.2-gcr-3 (>= 3.7.5),
-         gir1.2-glib-2.0 (>= 2.53.0),
+         gir1.2-glib-2.0 (>= 1.53.0),
          gir1.2-gnomebluetooth-1.0 (>= 3.12.0) [linux-any],
          gir1.2-gnomedesktop-3.0 (>= 3.12.0),
          gir1.2-gtk-3.0 (>= 3.16),

Modified: desktop/experimental/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/control.in?rev=53285&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/control.in	[utf-8] Thu Aug 31 22:51:36 2017
@@ -74,7 +74,7 @@
          gir1.2-gdesktopenums-3.0 (>= 3.12),
          gir1.2-geoclue-2.0,
          gir1.2-gcr-3 (>= 3.7.5),
-         gir1.2-glib-2.0 (>= 2.53.0),
+         gir1.2-glib-2.0 (>= 1.53.0),
          gir1.2-gnomebluetooth-1.0 (>= 3.12.0) [linux-any],
          gir1.2-gnomedesktop-3.0 (>= 3.12.0),
          gir1.2-gtk-3.0 (>= 3.16),

Modified: desktop/experimental/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/rules?rev=53285&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/rules	[utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/rules	[utf-8] Thu Aug 31 22:51:36 2017
@@ -36,4 +36,4 @@
 	dh_strip --dbgsym-migration='gnome-shell-dbg (<< 3.20.2-2~)'
 
 override_dh_auto_test:
-	xvfb-run dh_auto_test
+	-xvfb-run dh_auto_test




More information about the pkg-gnome-commits mailing list