r48850 - in /desktop/unstable/gtk+3.0/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun May 22 23:01:25 UTC 2016


Author: biebl
Date: Sun May 22 23:01:25 2016
New Revision: 48850

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48850
Log:
Temporarily disable the test suite (and its build-dependencies) to allow
building the new gtk-update-icon-cache package. Our buildds don't support
build profiles yet, so we'll have to bootstrap manually for now.

Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/control
    desktop/unstable/gtk+3.0/debian/control.in
    desktop/unstable/gtk+3.0/debian/rules

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=48850&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Sun May 22 23:01:25 2016
@@ -5,6 +5,9 @@
     (Closes: #747392)
   * Bump Build-Depends on debhelper to (>= 9.20141010) and dpkg-dev to
     (>= 1.17.14) for build dependency restrictions support.
+  * Temporarily disable the test suite (and its build-dependencies) to allow
+    building the new gtk-update-icon-cache package. Our buildds don't support
+    build profiles yet, so we'll have to bootstrap manually for now.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 22 May 2016 10:11:46 +0200
 

Modified: desktop/unstable/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/control?rev=48850&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control	[utf-8] Sun May 22 23:01:25 2016
@@ -12,10 +12,10 @@
                gettext,
                pkg-config,
                autotools-dev,
-               dbus-x11 <!nocheck>,
-               gsettings-desktop-schemas <!nocheck>,
-               adwaita-icon-theme <!nocheck>,
-               at-spi2-core <!nocheck>,
+#               dbus-x11 <!nocheck>,
+#               gsettings-desktop-schemas <!nocheck>,
+#               adwaita-icon-theme <!nocheck>,
+#               at-spi2-core <!nocheck>,
                libglib2.0-dev (>= 2.45.8),
                libgdk-pixbuf2.0-dev (>= 2.30.0),
                libpango1.0-dev (>= 1.37.3),
@@ -48,7 +48,7 @@
                libjson-glib-dev,
                gobject-introspection (>= 1.41.3),
                libgirepository1.0-dev (>= 1.39.0),
-               xvfb <!nocheck>
+#               xvfb <!nocheck>
 Build-Depends-Indep: docbook-xml,
                      docbook-utils,
                      libglib2.0-doc,

Modified: desktop/unstable/gtk+3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/control.in?rev=48850&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control.in	[utf-8] Sun May 22 23:01:25 2016
@@ -12,10 +12,10 @@
                gettext,
                pkg-config,
                autotools-dev,
-               dbus-x11 <!nocheck>,
-               gsettings-desktop-schemas <!nocheck>,
-               adwaita-icon-theme <!nocheck>,
-               at-spi2-core <!nocheck>,
+#               dbus-x11 <!nocheck>,
+#               gsettings-desktop-schemas <!nocheck>,
+#               adwaita-icon-theme <!nocheck>,
+#               at-spi2-core <!nocheck>,
                libglib2.0-dev (>= 2.45.8),
                libgdk-pixbuf2.0-dev (>= 2.30.0),
                libpango1.0-dev (>= 1.37.3),
@@ -48,7 +48,7 @@
                libjson-glib-dev,
                gobject-introspection (>= 1.41.3),
                libgirepository1.0-dev (>= 1.39.0),
-               xvfb <!nocheck>
+#               xvfb <!nocheck>
 Build-Depends-Indep: docbook-xml,
                      docbook-utils,
                      libglib2.0-doc,

Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=48850&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules	[utf-8] Sun May 22 23:01:25 2016
@@ -111,7 +111,7 @@
 # Get failing tests' stdout/err so we have some information when a build fails
 export VERBOSE=1
 
-DEB_MAKE_CHECK_TARGET = -k check
+#DEB_MAKE_CHECK_TARGET = -k check
 DEB_INSTALL_DOCS_ALL = AUTHORS
 DEB_INSTALL_DOCS_$(COMMON_PKG) = README NEWS
 DEB_INSTALL_DOCS_$(DOC_PKG) += -X.in




More information about the pkg-gnome-commits mailing list