r42335 - in /desktop/unstable/libgnome-keyring/debian: changelog rules
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Fri Aug 29 05:43:57 UTC 2014
Author: ah
Date: Fri Aug 29 05:43:57 2014
New Revision: 42335
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42335
Log:
* Disable tests on kfreebsd for now.
- this should be reverted once kfreebsd buildds has been upgraded to
kfreebsd-10 kernel which has working mlock.
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=42335&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/changelog [utf-8] Fri Aug 29 05:43:57 2014
@@ -1,4 +1,4 @@
-libgnome-keyring (3.12.0-1) UNRELEASED; urgency=low
+libgnome-keyring (3.12.0-1) unstable; urgency=low
[ Jeremy Bicha ]
* Update homepage
@@ -10,7 +10,12 @@
[ Jackson Doak ]
* New upstream release
- -- Jackson Doak <noskcaj at ubuntu.com> Tue, 15 Apr 2014 11:23:01 +1000
+ [ Andreas Henriksson ]
+ * Disable tests on kfreebsd for now.
+ - this should be reverted once kfreebsd buildds has been upgraded to
+ kfreebsd-10 kernel which has working mlock.
+
+ -- Andreas Henriksson <andreas at fatal.se> Thu, 28 Aug 2014 22:36:08 -0700
libgnome-keyring (3.8.0-2) unstable; urgency=low
Modified: desktop/unstable/libgnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-keyring/debian/rules?rev=42335&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/rules [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/rules [utf-8] Fri Aug 29 05:43:57 2014
@@ -16,4 +16,8 @@
DEB_DH_MAKESHLIBS_ARGS_libgnome-keyring0 += -V -- -c4
+# Note: remove the condition when kfreebsd buildds has been upgraded to
+# kfreebsd-10 kernel which has working mlock.
+ifeq (,$(filter $(DEB_BUILD_ARCH),kfreebsd-i386 kfreebsd-amd64))
DEB_MAKE_CHECK_TARGET := check
+endif
More information about the pkg-gnome-commits
mailing list