r55022 - in /desktop/experimental/gnome-settings-daemon/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Mon Feb 19 19:23:05 UTC 2018


Author: jbicha
Date: Mon Feb 19 19:23:05 2018
New Revision: 55022

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=55022
Log:
Add note about build tests being disabled now

Modified:
    desktop/experimental/gnome-settings-daemon/debian/changelog
    desktop/experimental/gnome-settings-daemon/debian/rules

Modified: desktop/experimental/gnome-settings-daemon/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/changelog?rev=55022&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/changelog	[utf-8] Mon Feb 19 19:23:05 2018
@@ -2,6 +2,8 @@
 
   * New upstream development release
   * Build with meson
+  * Make build tests non-fatal since the tests need to be updated
+    after the meson conversion. See upstream issue 7
   * A11yKeyboard plugin has been dropped, update some of the Breaks
     for this
 

Modified: desktop/experimental/gnome-settings-daemon/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-settings-daemon/debian/rules?rev=55022&op=diff
==============================================================================
--- desktop/experimental/gnome-settings-daemon/debian/rules	[utf-8] (original)
+++ desktop/experimental/gnome-settings-daemon/debian/rules	[utf-8] Mon Feb 19 19:23:05 2018
@@ -24,6 +24,9 @@
 override_dh_missing:
 	dh_missing --fail-missing
 
+# Require installed gsettings schemas
+# https://gitlab.gnome.org/GNOME/gnome-settings-daemon/issues/7
+# Also the tests will require a Build-Dependency on mutter >> 3.27.90
 override_dh_auto_test:
 ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS)))
 # The tests are not fatal on non-linux architectures




More information about the pkg-gnome-commits mailing list