[pkg-go] Bug#859360: Bug#859360: New version of golang-github-azure-azure-sdk-for-go-dev available upstream: 9.0.0-beta

2017-04-02 Thread Martín Ferrari
On 02/04/17 20:15, Jeffrey Cliff wrote:
> Package: golang-github-azure-azure-sdk-for-go-dev
> Version: 2.1.1~beta-3
> 
> Upstream at github ( https://github.com/Azure/azure-sdk-for-go/releases
> ) there's been quite a bit of development activity (950+ commits) on the
> azure sdk and in particular ethereum has upgraded their required version
> to version 6.0.

Wow, they sure seem to like to make major releases! :)

We will have to see how to do this update without breaking stuff. I
can't imagine this will be API-compatible with 2.x?


-- 
Martín Ferrari (Tincho)

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#859360: New version of golang-github-azure-azure-sdk-for-go-dev available upstream: 9.0.0-beta

2017-04-02 Thread Jeffrey Cliff
Package: golang-github-azure-azure-sdk-for-go-dev
Version: 2.1.1~beta-3

Upstream at github ( https://github.com/Azure/azure-sdk-for-go/releases )
there's been quite a bit of development activity (950+ commits) on the
azure sdk and in particular ethereum has upgraded their required version to
version 6.0.
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] a randomly failing test in packer (RC)

2017-04-02 Thread Daniel Stender
Hi,

I've got a randomly failing test in Packer here:


=== RUN   TestPostProcessorRPC
panic: Fail in goroutine after TestMuxBroker has completed

goroutine 308 [running]:
panic(0x87a720, 0xc4201436a0)
/usr/lib/go-1.7/src/runtime/panic.go:500 +0x1a1
testing.(*common).Fail(0xc42016c900)
/usr/lib/go-1.7/src/testing/testing.go:412 +0x11f
testing.(*common).FailNow(0xc42016c900)
/usr/lib/go-1.7/src/testing/testing.go:431 +0x2b
testing.(*common).Fatalf(0xc42016c900, 0x9442f3, 0x7, 0xc42019bf70, 0x1, 0x1)
/usr/lib/go-1.7/src/testing/testing.go:496 +0x83
github.com/mitchellh/packer/packer/rpc.TestMuxBroker.func1(0xc420344a40, 
0xc42016c900)

/<>/packer-0.10.2+dfsg/obj-x86_64-linux-gnu/src/github.com/mitchellh/packer/packer/rpc/
mux_broker_test.go:27 +0x140
created by github.com/mitchellh/packer/packer/rpc.TestMuxBroker

/<>/packer-0.10.2+dfsg/obj-x86_64-linux-gnu/src/github.com/mitchellh/packer/packer/rpc/
mux_broker_test.go:29 +0x281
exit status 2
FAILgithub.com/mitchellh/packer/packer/rpc  0.124s


The bug report is #858018. I've reported that upstream 
(https://github.com/mitchellh/packer/issues/4750),
but the issue was already closed (not concerning to master seems to be a 
non-issue).

Does anybody has a hint what is going wrong here? A build log where this 
appears is:
https://buildd.debian.org/status/fetch.php?pkg=packer=armhf=0.10.2%2Bdfsg-3%2Bb1=1489747066=0

Best,
DS

-- 
4096R/DF5182C8
Debian Developer (sten...@debian.org)
http://www.danielstender.com/

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#859256: marked as done (golang-github-lunny-log: please make the build reproducible)

2017-04-02 Thread Debian Bug Tracking System
Your message dated Sun, 02 Apr 2017 14:48:40 +
with message-id 
and subject line Bug#859256: fixed in golang-github-lunny-log 
0.0~git20160921.0.7887c61-2
has caused the Debian Bug report #859256,
regarding golang-github-lunny-log: please make the build reproducible
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 ow...@bugs.debian.org
immediately.)


-- 
859256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: golang-github-lunny-log
Version: 0.0~git20160921.0.7887c61-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that golang-github-lunny-log could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
--- a/debian/rules  2017-04-01 08:28:38.262075187 +0100
--- b/debian/rules  2017-04-01 09:03:25.157797089 +0100
@@ -1,4 +1,10 @@
 #!/usr/bin/make -f
 
+PREFIX = 
debian/golang-github-lunny-log-dev/usr/share/gocode/src/github.com/lunny
+
 %:
dh $@ --buildsystem=golang --with=golang
+
+override_dh_auto_install:
+   dh_auto_install
+   rm -rf $(PREFIX)/log/logs/ $(PREFIX)/log/log.db
--- End Message ---
--- Begin Message ---
Source: golang-github-lunny-log
Source-Version: 0.0~git20160921.0.7887c61-2

We believe that the bug you reported is fixed in the latest version of
golang-github-lunny-log, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 859...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Lustfield  (supplier of updated 
golang-github-lunny-log package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 Apr 2017 08:44:45 -0500
Source: golang-github-lunny-log
Binary: golang-github-lunny-log-dev
Architecture: source all
Version: 0.0~git20160921.0.7887c61-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Michael Lustfield 
Description:
 golang-github-lunny-log-dev - Logging library with sqlite support for Go
Closes: 859256
Changes:
 golang-github-lunny-log (0.0~git20160921.0.7887c61-2) unstable; urgency=medium
 .
   * Remove log file from build test (Closes: #859256)
Checksums-Sha1:
 50dbbdc74651a9b5e238e0efdd78d92c7bf8480f 2367 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.dsc
 be6c46e7a4998f60256292ec01972954263af622 2348 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.debian.tar.xz
 6b67b2e31b66af76938d51187e9daa28b1beb869 8130 
golang-github-lunny-log-dev_0.0~git20160921.0.7887c61-2_all.deb
 ad06cde2128c0a986517f09fded45349de293561 5923 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2_amd64.buildinfo
Checksums-Sha256:
 f7c31d9f49d0ad518203b5f96bb3ec10287f69b4c6fcc55a1836aecd5cf62a8e 2367 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.dsc
 b0f4cefba5e69065d38253a405ec81d5f363e5bc5a7b62c700c5b88376c74bff 2348 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.debian.tar.xz
 e5d4d03ff463f12124d158cfbb666f6ac313b03169af446f391ee3e8486d6307 8130 
golang-github-lunny-log-dev_0.0~git20160921.0.7887c61-2_all.deb
 37b8fb2bd56f9edbd442af9561108acd653648a9cd85d177ba2678d7f9da0524 5923 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2_amd64.buildinfo
Files:
 ca93a21ad9250e71a6a5fb83a46ddab0 2367 devel extra 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.dsc
 242fb9cabe1cfb09f2286e881e6ad58f 2348 devel extra 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.debian.tar.xz
 39406ef0d32cee932a4836e278bf8128 8130 devel extra 
golang-github-lunny-log-dev_0.0~git20160921.0.7887c61-2_all.deb
 eec6ca6c874cdca7e6d21a1777bd50e1 5923 devel extra 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJKBAEBCAA0FiEEBs1j101ZjEpH5CyWA6iJGnZa0IUFAljhAGUWHG1pY2hhZWxA

[pkg-go] golang-github-lunny-log_0.0~git20160921.0.7887c61-2_amd64.changes ACCEPTED into unstable

2017-04-02 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 02 Apr 2017 08:44:45 -0500
Source: golang-github-lunny-log
Binary: golang-github-lunny-log-dev
Architecture: source all
Version: 0.0~git20160921.0.7887c61-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Michael Lustfield 
Description:
 golang-github-lunny-log-dev - Logging library with sqlite support for Go
Closes: 859256
Changes:
 golang-github-lunny-log (0.0~git20160921.0.7887c61-2) unstable; urgency=medium
 .
   * Remove log file from build test (Closes: #859256)
Checksums-Sha1:
 50dbbdc74651a9b5e238e0efdd78d92c7bf8480f 2367 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.dsc
 be6c46e7a4998f60256292ec01972954263af622 2348 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.debian.tar.xz
 6b67b2e31b66af76938d51187e9daa28b1beb869 8130 
golang-github-lunny-log-dev_0.0~git20160921.0.7887c61-2_all.deb
 ad06cde2128c0a986517f09fded45349de293561 5923 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2_amd64.buildinfo
Checksums-Sha256:
 f7c31d9f49d0ad518203b5f96bb3ec10287f69b4c6fcc55a1836aecd5cf62a8e 2367 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.dsc
 b0f4cefba5e69065d38253a405ec81d5f363e5bc5a7b62c700c5b88376c74bff 2348 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.debian.tar.xz
 e5d4d03ff463f12124d158cfbb666f6ac313b03169af446f391ee3e8486d6307 8130 
golang-github-lunny-log-dev_0.0~git20160921.0.7887c61-2_all.deb
 37b8fb2bd56f9edbd442af9561108acd653648a9cd85d177ba2678d7f9da0524 5923 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2_amd64.buildinfo
Files:
 ca93a21ad9250e71a6a5fb83a46ddab0 2367 devel extra 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.dsc
 242fb9cabe1cfb09f2286e881e6ad58f 2348 devel extra 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2.debian.tar.xz
 39406ef0d32cee932a4836e278bf8128 8130 devel extra 
golang-github-lunny-log-dev_0.0~git20160921.0.7887c61-2_all.deb
 eec6ca6c874cdca7e6d21a1777bd50e1 5923 devel extra 
golang-github-lunny-log_0.0~git20160921.0.7887c61-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJKBAEBCAA0FiEEBs1j101ZjEpH5CyWA6iJGnZa0IUFAljhAGUWHG1pY2hhZWxA
bHVzdGZpZWxkLm5ldAAKCRADqIkadlrQhbEjD/4/YSeUwglSgPFkri++EWmyIZyB
SVPcF7RGwyfeh9WQFsqnJsLW3kKBcT4smpG7Q6dzw1pHQjW2NAj3spJOWIqPoYuu
Z1fRi9cU+iprA1SpigqXKHqcQ58ii1cLFx2mhJMtVEP5xN6L46bRDA7x9zKiQ8hv
nMn5ZLHdSNs7k7SS6kVqC+AqdzM34TaYH6NI207rrRLyu26YtjoV2L1HMCnD2jcW
wpNg6v9q48YPIIgvFI6ZFVwAV7gx05/5Dv2wXr9VxsewsX3UfQ+jMWHiqzATX8RI
ZzYCYTPnucEoqzR7KCEX/01TuGiviuc+P0gIFZydXv4hlaTC/roj4vOpksFvHQwV
efERyguftkNuJbfXNhRLtmWMe8Dqmk0o7dt8gzEpWgeQmjXMCJAT8T6x8lZkc6MO
ONbJkDu4YpS8H6Mt1y/miPWO+PHb7L0Y0A2npXrp0odi1X4PaTtukjhSkmbDLhlu
m6FuIFpxvrCX0hS7ZxShZXs2Xfs793n7db6Aq35apAY4tGMm0OmI7krxca8jPC7J
yrjEpeuFoLEbWRU1GoazZFltRMP2CiJUeBTk0m/9cvMe05bzJi9E4WyFLpAAnxkU
oPIcVvvZJK+zpbmxEkKFho+dJ/o5Nh+whUTMuE5NGL+LzN1sC6XGgjY+FRFwhLCN
AQSZLONXvayw40JkYA==
=i1j1
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Processing of golang-github-lunny-log_0.0~git20160921.0.7887c61-2_amd64.changes

2017-04-02 Thread Debian FTP Masters
golang-github-lunny-log_0.0~git20160921.0.7887c61-2_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-github-lunny-log_0.0~git20160921.0.7887c61-2.dsc
  golang-github-lunny-log_0.0~git20160921.0.7887c61-2.debian.tar.xz
  golang-github-lunny-log-dev_0.0~git20160921.0.7887c61-2_all.deb
  golang-github-lunny-log_0.0~git20160921.0.7887c61-2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#859256: Thanks!

2017-04-02 Thread Michael Lustfield
Thanks for reporting this and providing a patch!
Fixing now...

-- 
Michael Lustfield

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers