Your message dated Thu, 27 Apr 2017 21:14:00 +0000 with message-id <f734683d-f09b-5bf5-8e28-302cae2c5d2f@thykier.net> and subject line Re: Bug#861355: unblock: golang-google-cloud/0.5.0-2 has caused the Debian Bug report #861355, regarding unblock: golang-google-cloud/0.5.0-2 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 owner@bugs.debian.org immediately.) -- 861355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861355 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: golang-google-cloud/0.5.0-2
- From: "Dr. Tobias Quathamer" <toddy@debian.org>
- Date: Thu, 27 Apr 2017 22:47:09 +0200
- Message-id: <[🔎] 8cdd7480-20f7-84de-7499-ac1fac7f26db@debian.org>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package golang-google-cloud The package FTBFS on 32 bit architectures (#860699), detected by Lucas Nussbaum. I've just uploaded a fixed version. unblock golang-google-cloud/0.5.0-2 Regards, Tobiasdiff -Nru golang-google-cloud-0.5.0/debian/changelog golang-google-cloud-0.5.0/debian/changelog --- golang-google-cloud-0.5.0/debian/changelog 2016-12-16 19:32:29.000000000 +0100 +++ golang-google-cloud-0.5.0/debian/changelog 2017-04-27 22:30:57.000000000 +0200 @@ -1,3 +1,10 @@ +golang-google-cloud (0.5.0-2) unstable; urgency=medium + + * Team upload. + * Fix FTBFS on 32 bit. (Closes: #860699) + + -- Dr. Tobias Quathamer <toddy@debian.org> Thu, 27 Apr 2017 22:30:57 +0200 + golang-google-cloud (0.5.0-1) unstable; urgency=medium * Start following upstream history (branch upstream-ng), using the new diff -Nru golang-google-cloud-0.5.0/debian/patches/0004-Fix_FTBFS_on_32_bit.patch golang-google-cloud-0.5.0/debian/patches/0004-Fix_FTBFS_on_32_bit.patch --- golang-google-cloud-0.5.0/debian/patches/0004-Fix_FTBFS_on_32_bit.patch 1970-01-01 01:00:00.000000000 +0100 +++ golang-google-cloud-0.5.0/debian/patches/0004-Fix_FTBFS_on_32_bit.patch 2017-04-27 22:27:12.000000000 +0200 @@ -0,0 +1,11 @@ +--- a/pubsub/endtoend_test.go ++++ b/pubsub/endtoend_test.go +@@ -66,7 +66,7 @@ + // Simulate time taken to process m, while continuing to process more messages. + go func() { + // Some messages will need to have their ack deadline extended due to this delay. +- delay := rand.Intn(int(ackDeadline * 3)) ++ delay := rand.Int63n(int64(ackDeadline * 3)) + time.After(time.Duration(delay)) + m.Done(true) + }() diff -Nru golang-google-cloud-0.5.0/debian/patches/series golang-google-cloud-0.5.0/debian/patches/series --- golang-google-cloud-0.5.0/debian/patches/series 2016-12-16 19:32:29.000000000 +0100 +++ golang-google-cloud-0.5.0/debian/patches/series 2017-04-27 22:27:57.000000000 +0200 @@ -1,3 +1,4 @@ 0001-Bug#840311-fix-test-timeouts.patch 0002-Failing_test.patch 0003-Network_accessing_tests.patch +0004-Fix_FTBFS_on_32_bit.patchAttachment: signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
- To: "Dr. Tobias Quathamer" <toddy@debian.org>, 861355-done@bugs.debian.org
- Subject: Re: Bug#861355: unblock: golang-google-cloud/0.5.0-2
- From: Niels Thykier <niels@thykier.net>
- Date: Thu, 27 Apr 2017 21:14:00 +0000
- Message-id: <f734683d-f09b-5bf5-8e28-302cae2c5d2f@thykier.net>
- In-reply-to: <[🔎] 8cdd7480-20f7-84de-7499-ac1fac7f26db@debian.org>
- References: <[🔎] 8cdd7480-20f7-84de-7499-ac1fac7f26db@debian.org>
Dr. Tobias Quathamer: > Package: release.debian.org > Severity: normal > User: release.debian.org@packages.debian.org > Usertags: unblock > > Please unblock package golang-google-cloud > > The package FTBFS on 32 bit architectures (#860699), detected by Lucas > Nussbaum. I've just uploaded a fixed version. > > unblock golang-google-cloud/0.5.0-2 > > Regards, > Tobias Unblocked, thanks. ~Niels
--- End Message ---