r42337 - in /desktop/unstable/gnome-keyring/debian: changelog rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Fri Aug 29 05:56:27 UTC 2014


Author: ah
Date: Fri Aug 29 05:56:27 2014
New Revision: 42337

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42337
Log:
* Disable tests on kfreebsd for now.
  - see corresponding change in libgnome-keyring (need kfreebsd-10).

Modified:
    desktop/unstable/gnome-keyring/debian/changelog
    desktop/unstable/gnome-keyring/debian/rules

Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=42337&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/changelog	[utf-8] Fri Aug 29 05:56:27 2014
@@ -1,4 +1,4 @@
-gnome-keyring (3.12.2-1) UNRELEASED; urgency=medium
+gnome-keyring (3.12.2-1) unstable; urgency=medium
 
   [ Andreas Henriksson ]
   * New upstream release.
@@ -11,7 +11,11 @@
   * Build-depend on libtasn1-6-dev/libtasn1-bin instead of
     libtasn1-3-dev/libtasn1-3-bin transitional packages. Closes: #743806
 
- -- Andreas Henriksson <andreas at fatal.se>  Fri, 16 May 2014 11:20:27 +0200
+  [ Andreas Henriksson ]
+  * Disable tests on kfreebsd for now.
+    - see corresponding change in libgnome-keyring (need kfreebsd-10).
+
+ -- Andreas Henriksson <andreas at fatal.se>  Thu, 28 Aug 2014 22:47:23 -0700
 
 gnome-keyring (3.12.0-2) unstable; urgency=medium
 

Modified: desktop/unstable/gnome-keyring/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/rules?rev=42337&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-keyring/debian/rules	[utf-8] Fri Aug 29 05:56:27 2014
@@ -10,7 +10,9 @@
 export DEB_LDFLAGS_MAINT_APPEND := -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
 include /usr/share/dpkg/buildflags.mk
 
+ifeq (,$(filter $(DEB_BUILD_ARCH),kfreebsd-i386 kfreebsd-amd64))
 DEB_MAKE_CHECK_TARGET := -k check || true
+endif
 
 DEB_CONFIGURE_EXTRA_FLAGS += --with-pam-dir=/lib/security \
                              --enable-gtk-doc \




More information about the pkg-gnome-commits mailing list