[Pkg-privacy-commits] [monkeysphere] 01/03: closing debian #591118

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:38:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian_0.31
in repository monkeysphere.

commit 273029bfc5ab1e141520fce5735a3bc23b9757eb
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Fri Oct 15 13:44:58 2010 -0400

    closing debian #591118
---
 debian/changelog           |  8 ++++++++
 debian/control             |  2 +-
 debian/patches/591118.diff | 17 +++++++++++++++++
 debian/patches/series      |  1 +
 4 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a3cc235..aa9b05a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+monkeysphere (0.31-2) unstable; urgency=low
+
+  * sleep a bit in keytrans suite to ensure that at least a full second
+    passes before using $keytrans + 1 (Closes: #591118)
+  * bumped Standards-Version to 3.9.1 (no changes needed)
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Fri, 15 Oct 2010 13:42:18 -0400
+
 monkeysphere (0.31-1) unstable; urgency=low
 
   * New Upstream Release
diff --git a/debian/control b/debian/control
index 1c3e347..d604c16 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 7.0.50~),
  lockfile-progs | procmail,
  openssl,
  bash (>= 3.2)
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Homepage: http://web.monkeysphere.info/
 Vcs-Git: git://git.monkeysphere.info/monkeysphere
 Dm-Upload-Allowed: yes
diff --git a/debian/patches/591118.diff b/debian/patches/591118.diff
new file mode 100644
index 0000000..4550990
--- /dev/null
+++ b/debian/patches/591118.diff
@@ -0,0 +1,17 @@
+diff --git a/tests/keytrans b/tests/keytrans
+index 411b42e..3aaed50 100755
+--- a/tests/keytrans
++++ b/tests/keytrans
+@@ -138,6 +138,12 @@ EOF
+ diff -u "$TEMPDIR"/expectedout <(gpg --check-sigs --with-colons --fixed-list-mode | grep -v ^tru)
+ 
+ echo "##################################################"
++echo "### sleeping to avoid test suite breakage on fast"
++echo "### processors (see http://bugs.debian.org/591118)"
++
++sleep 2
++
++echo "##################################################"
+ echo "### test User ID revocation ... "
+ 
+ revtime=$(($timestamp + 1))
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..101870b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+591118.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/monkeysphere.git



More information about the Pkg-privacy-commits mailing list