+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@fifthhorseman.net> Fri, 15 Oct 2010 13:42:18 -0400
+
monkeysphere (0.31-1) unstable; urgency=low
* New Upstream Release
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
--- /dev/null
+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))