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

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Apr 3 17:45:50 UTC 2014


Author: pochu
Date: Thu Apr  3 17:45:50 2014
New Revision: 41225

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41225
Log:
Build-depend on gnome-icon-theme-symbolic and make test suite errors
fatal again.

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=41225&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Thu Apr  3 17:45:50 2014
@@ -1,3 +1,10 @@
+gtk+3.0 (3.12.0-4) UNRELEASED; urgency=medium
+
+  * Build-depend on gnome-icon-theme-symbolic and make test suite errors
+    fatal again.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Thu, 03 Apr 2014 19:44:43 +0200
+
 gtk+3.0 (3.12.0-3) unstable; urgency=medium
 
   * debian/control.in:

Modified: desktop/unstable/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/control?rev=41225&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control	[utf-8] Thu Apr  3 17:45:50 2014
@@ -14,7 +14,7 @@
                autotools-dev,
                dbus-x11,
                gsettings-desktop-schemas,
-#               gnome-icon-theme-symbolic,
+               gnome-icon-theme-symbolic,
                at-spi2-core,
                libglib2.0-dev (>= 2.39.5),
                libgdk-pixbuf2.0-dev (>= 2.27.1),

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=41225&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/control.in	[utf-8] Thu Apr  3 17:45:50 2014
@@ -14,7 +14,7 @@
                autotools-dev,
                dbus-x11,
                gsettings-desktop-schemas,
-#               gnome-icon-theme-symbolic,
+               gnome-icon-theme-symbolic,
                at-spi2-core,
                libglib2.0-dev (>= 2.39.5),
                libgdk-pixbuf2.0-dev (>= 2.27.1),

Modified: desktop/unstable/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/rules?rev=41225&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/rules	[utf-8] Thu Apr  3 17:45:50 2014
@@ -105,7 +105,7 @@
 # Get failing tests' stdout/err so we have some information when a build fails
 export VERBOSE=1
 
-DEB_MAKE_CHECK_TARGET = -k check || true
+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