r29865 - in /desktop/unstable/libgnome-keyring/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Sep 29 16:11:54 UTC 2011
Author: biebl
Date: Thu Sep 29 16:11:53 2011
New Revision: 29865
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29865
Log:
Don't make test-suite failure fatal as long as kfreebsd hasn't been fixed.
Modified:
desktop/unstable/libgnome-keyring/debian/changelog
desktop/unstable/libgnome-keyring/debian/rules
Modified: desktop/unstable/libgnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-keyring/debian/changelog?rev=29865&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/changelog [utf-8] Thu Sep 29 16:11:53 2011
@@ -1,3 +1,9 @@
+libgnome-keyring (3.2.0-2) UNRELEASED; urgency=low
+
+ * Don't make test-suite failure fatal as long as kfreebsd hasn't been fixed.
+
+ -- Michael Biebl <biebl at debian.org> Thu, 29 Sep 2011 18:08:08 +0200
+
libgnome-keyring (3.2.0-1) unstable; urgency=low
* New upstream release.
Modified: desktop/unstable/libgnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-keyring/debian/rules?rev=29865&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/rules [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/rules [utf-8] Thu Sep 29 16:11:53 2011
@@ -10,4 +10,4 @@
DEB_CONFIGURE_EXTRA_FLAGS += --enable-static \
--enable-gtk-doc
-DEB_MAKE_CHECK_TARGET = check
+DEB_MAKE_CHECK_TARGET := check || true
More information about the pkg-gnome-commits
mailing list