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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun May 22 18:25:30 UTC 2016


Author: biebl
Date: Sun May 22 18:25:30 2016
New Revision: 48822

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48822
Log:
Make it simpler to bootstrap the package by marking the build dependencies
which are required to run the test-suite with <!nocheck>.
(Closes: #747392)

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

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=48822&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Sun May 22 18:25:30 2016
@@ -1,3 +1,11 @@
+gtk+3.0 (3.20.5-3) UNRELEASED; urgency=medium
+
+  * Make it simpler to bootstrap the package by marking the build dependencies
+    which are required to run the test-suite with <!nocheck>.
+    (Closes: #747392)
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 22 May 2016 10:11:46 +0200
+
 gtk+3.0 (3.20.5-2) unstable; urgency=medium
 
   * Split gtk-update-icon-cache utility out of libgtk-3-bin into a separate

Modified: desktop/unstable/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/control?rev=48822&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control	[utf-8] Sun May 22 18:25:30 2016
@@ -12,10 +12,10 @@
                gettext,
                pkg-config,
                autotools-dev,
-               dbus-x11,
-               gsettings-desktop-schemas,
-               adwaita-icon-theme,
-               at-spi2-core,
+               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
+               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=48822&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 18:25:30 2016
@@ -12,10 +12,10 @@
                gettext,
                pkg-config,
                autotools-dev,
-               dbus-x11,
-               gsettings-desktop-schemas,
-               adwaita-icon-theme,
-               at-spi2-core,
+               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
+               xvfb <!nocheck>
 Build-Depends-Indep: docbook-xml,
                      docbook-utils,
                      libglib2.0-doc,




More information about the pkg-gnome-commits mailing list