Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Closes: #768771 (Severity: serious; RC)

diff -Nru globus-simple-ca-4.14/debian/changelog globus-simple-ca-4.14/debian/changelog
--- globus-simple-ca-4.14/debian/changelog	2014-10-29 05:35:25.000000000 +0100
+++ globus-simple-ca-4.14/debian/changelog	2014-11-09 12:02:35.000000000 +0100
@@ -1,3 +1,10 @@
+globus-simple-ca (4.14-3) unstable; urgency=medium
+
+  * Don't try to write to $HOME/.rnd during make check (Closes: #768771)
+  * Enable verbose tests
+
+ -- Mattias Ellert <mattias.ell...@fysast.uu.se>  Sun, 09 Nov 2014 10:35:42 +0100
+
 globus-simple-ca (4.14-2) unstable; urgency=medium
 
   * Move make check to build target (Closes: #765145)
diff -Nru globus-simple-ca-4.14/debian/patches/globus-simple-ca-rnd.patch globus-simple-ca-4.14/debian/patches/globus-simple-ca-rnd.patch
--- globus-simple-ca-4.14/debian/patches/globus-simple-ca-rnd.patch	1970-01-01 01:00:00.000000000 +0100
+++ globus-simple-ca-4.14/debian/patches/globus-simple-ca-rnd.patch	2014-11-09 11:48:29.000000000 +0100
@@ -0,0 +1,18 @@
+diff --git a/test/Makefile.am b/test/Makefile.am
+index 4ec92d2..0576f5c 100644
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -6,7 +6,11 @@ test_scripts = $(check_SCRIPTS)
+ 
+ TESTS = $(test_scripts)
+ 
+-TEST_PATH=$(abs_top_builddir):$(GLOBUS_COMMON_PATH):$${PATH}
++TEST_PATH = $(abs_top_builddir):$(GLOBUS_COMMON_PATH):$${PATH}
+ 
+ EXTRA_DIST = $(check_SCRIPTS)
+-TESTS_ENVIRONMENT=export PATH=$(TEST_PATH);
++TESTS_ENVIRONMENT = export \
++    PATH=$(TEST_PATH) \
++    RANDFILE=$(abs_top_builddir)/test/.rnd;
++
++CLEANFILES = .rnd
diff -Nru globus-simple-ca-4.14/debian/patches/series globus-simple-ca-4.14/debian/patches/series
--- globus-simple-ca-4.14/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ globus-simple-ca-4.14/debian/patches/series	2014-11-09 11:40:51.000000000 +0100
@@ -0,0 +1,2 @@
+# Don't try to write to ${HOME}/.rnd during make check
+globus-simple-ca-rnd.patch
diff -Nru globus-simple-ca-4.14/debian/rules globus-simple-ca-4.14/debian/rules
--- globus-simple-ca-4.14/debian/rules	2014-10-27 16:14:50.000000000 +0100
+++ globus-simple-ca-4.14/debian/rules	2014-11-09 11:58:11.000000000 +0100
@@ -18,6 +18,9 @@
 configure-stamp:
 	dh_testdir
 
+	# Avoid regenerating man page due to bad timestamps
+	touch -r grid-ca-create.xml grid-ca-create.1
+
 	dh_autoreconf
 
 	./configure \
@@ -43,7 +46,7 @@
 	dh_testdir
 
 	$(MAKE)
-	$(MAKE) check
+	$(MAKE) check VERBOSE=1
 
 	touch $@
 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to