[Pkg-gnutls-commits] r175 - in /packages/libgcrypt11/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Mon Sep 4 17:55:09 UTC 2006


Author: ametzler
Date: Mon Sep  4 17:55:09 2006
New Revision: 175

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=175
Log:
Disable running pubkey test on arm, s390 and sparc; Re-enable keygen on s390. (385805)

Modified:
    packages/libgcrypt11/trunk/debian/changelog
    packages/libgcrypt11/trunk/debian/rules

Modified: packages/libgcrypt11/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/changelog?rev=175&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/changelog (original)
+++ packages/libgcrypt11/trunk/debian/changelog Mon Sep  4 17:55:09 2006
@@ -1,8 +1,12 @@
 libgcrypt11 (1.2.3-2) UNRELEASED; urgency=low
 
+  [ Andreas Metzler ]
   * NOT RELEASED YET
-
- -- Andreas Metzler <ametzler at debian.org>  Sat,  2 Sep 2006 15:51:51 +0200
+  * Actually the keygen test does not access /dev/random, the pubkey test is
+    the entropy expensive one. Disable running pubkey test on arm, s390 and
+    sparc where it caused FTBFS. Re-enable keygen on s390. (closes: #385805)
+
+ -- Andreas Metzler <ametzler at debian.org>  Mon,  4 Sep 2006 19:44:50 +0200
 
 libgcrypt11 (1.2.3-1) unstable; urgency=low
 

Modified: packages/libgcrypt11/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/libgcrypt11/trunk/debian/rules?rev=175&op=diff
==============================================================================
--- packages/libgcrypt11/trunk/debian/rules (original)
+++ packages/libgcrypt11/trunk/debian/rules Mon Sep  4 17:55:09 2006
@@ -8,8 +8,14 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-noexecstack --enable-ld-version-script
 DEB_MAKE_CHECK_TARGET = check
+ifeq ($(DEB_BUILD_ARCH),arm)
+DEB_MAKE_CHECK_TARGET = check TESTS="prime register ac basic tsexp keygen benchmark random t-mpi-bit"
+endif
+ifeq ($(DEB_BUILD_ARCH),sparc)
+DEB_MAKE_CHECK_TARGET = check TESTS="prime register ac basic tsexp keygen benchmark random t-mpi-bit"
+endif
 ifeq ($(DEB_BUILD_ARCH),s390)
-DEB_MAKE_CHECK_TARGET = check TESTS="prime register ac basic tsexp pubkey benchmark random t-mpi-bit"
+DEB_MAKE_CHECK_TARGET = check TESTS="prime register ac basic tsexp keygen benchmark random t-mpi-bit"
 endif
 DEB_DH_STRIP_ARGS = --dbg-package=libgcrypt11
 DEB_DH_MAKESHLIBS_ARGS := -V 'libgcrypt11 (>=1.2.2)'




More information about the Pkg-gnutls-commits mailing list