r32314 - in /packages/unstable/libgda5/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jan 4 00:27:47 UTC 2012


Author: biebl
Date: Wed Jan  4 00:27:45 2012
New Revision: 32314

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32314
Log:
Make test-suite failures fatal. It should pass on all archs now and we
want to catch any regressions.

Modified:
    packages/unstable/libgda5/debian/changelog
    packages/unstable/libgda5/debian/rules

Modified: packages/unstable/libgda5/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/changelog?rev=32314&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/changelog [utf-8] (original)
+++ packages/unstable/libgda5/debian/changelog [utf-8] Wed Jan  4 00:27:45 2012
@@ -8,8 +8,10 @@
   * Update all references to use /usr/share/doc/libgda-5.0-doc.
   * Suggest devhelp instead of depending on lynx | www-browser for
     libgda-5.0-doc.
-
- -- Michael Biebl <biebl at debian.org>  Tue, 03 Jan 2012 23:28:08 +0100
+  * Make test-suite failures fatal. It should pass on all archs now and we
+    want to catch any regressions.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 04 Jan 2012 01:25:59 +0100
 
 libgda5 (5.0.2-1) unstable; urgency=low
 

Modified: packages/unstable/libgda5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/rules?rev=32314&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/rules [utf-8] (original)
+++ packages/unstable/libgda5/debian/rules [utf-8] Wed Jan  4 00:27:45 2012
@@ -16,7 +16,7 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL += -X /usr/lib/libgda-5.0/providers
 DEB_DH_MAKESHLIBS_ARGS_libgda-5.0-$(SONAME) += -V 'libgda-5.0-$(SONAME) (>= 5.0.2)'
 
-DEB_MAKE_CHECK_TARGET = check || true
+DEB_MAKE_CHECK_TARGET = check
 
 DEB_CONFIGURE_EXTRA_FLAGS +=	--with-postgres		\
 				--with-mysql		\




More information about the pkg-gnome-commits mailing list