Your message dated Sun, 09 Nov 2014 14:19:44 +0000
with message-id <[email protected]>
and subject line Re: Bug#768811: unblock: globus-simple-ca/4.14-3
has caused the Debian Bug report #768811,
regarding unblock: globus-simple-ca/4.14-3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
768811: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768811
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]> 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 $@
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
On 2014-11-09 13:13, Mattias Ellert wrote:
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Closes: #768771 (Severity: serious; RC)
Done.
Regards,
Adam
--- End Message ---