r39520 - in /desktop/experimental/gtk+3.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Sep 9 18:40:22 UTC 2013


Author: pochu
Date: Mon Sep  9 18:40:20 2013
New Revision: 39520

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39520
Log:
Make the test suite fatal again.

Modified:
    desktop/experimental/gtk+3.0/debian/changelog
    desktop/experimental/gtk+3.0/debian/rules

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=39520&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog	[utf-8] Mon Sep  9 18:40:20 2013
@@ -52,6 +52,7 @@
     + Set XDG_DATA_DIRS and copy and copile the gsettings schemas so that
       gsettings can find them. Makes the test suite happy.
     + Set XDG_RUNTIME_DIR, makes the test suite even happier.
+    + Make the test suite fatal again.
 
  -- Sjoerd Simons <sjoerd at debian.org>  Mon, 26 Aug 2013 17:39:02 +0200
 

Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=39520&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules	[utf-8] Mon Sep  9 18:40:20 2013
@@ -88,7 +88,7 @@
 # So that gsettings can find the (uninstalled) gtk schemas
 export XDG_DATA_DIRS=/usr/share:$(CURDIR)/debian/build
 
-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