[pkg-go] golang-github-fsouza-go-dockerclient is marked for autoremoval from testing

2016-06-13 Thread Debian testing autoremoval watch
golang-github-fsouza-go-dockerclient 0.0+git20160316-1 is marked for 
autoremoval from testing on 2016-06-18

It (build-)depends on packages with these RC bugs:
820149: docker.io: FTBFS in stretch


___
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#827219: Bug#827219: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-13 Thread Michael Hudson-Doyle
Oh, sorry, I see that the failure is when building something that
depends on golang-google-cloud. I don't have time to test it now, but
I have pushed a proposed fix to
https://anonscm.debian.org/cgit/pkg-go/packages/dh-golang.git/log/?h=bug-827219.
I'd be interested to hear if it helps!

___
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#827219: Bug#827219: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-13 Thread Michael Hudson-Doyle
While this bug report makes sense, I can't reproduce the problem. Does
it only fail on some version of golang-google-cloud in git that you
haven't pushed to alioth or something? I'll try to code up a fix but
it would be nice to test that it actually helps.

___
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#827226: Bug#827226: incorrect preparation of build directory when pre-installed package is re-built

2016-06-13 Thread Michael Hudson-Doyle
On 14 June 2016 at 10:11, Dmitry Smirnov  wrote:
> Package: dh-golang
> Version: 1.17
> Severity: normal
>
> --buildsystem=golang does a nice job preparing build directory in
> `dh_auto_configure` by symlinking source packages from under
> "/usr/share/gocode/src" to directory specified with "--builddirectory"
> argument.
>
> However it works incorrectly when $(DH_GOPKG) package (i.e. current package
> to build) is pre-installed because in such case installed and new version of
> the package are merged in build directory.
>
> Suppose you are building a "golang-github-foo-bar" package which no longer
> provides "github.com/foo/bar/obsolete-feature". If previous version of the
> package is installed then dh_golang incorrectly symlink
> "/usr/share/gocode/src/github.com/foo/bar/obsolete-feature" into build
> directory.

Ah heh, yes I can see how this would be very confusing to debug.

> This problem should be easy to detect and avoid as dh_golang already knows
> which package not to link from $(DH_GOPKG) or XS-Go-Import-Path header.
> I suppose we just need to ignore/skip pre-installed package which is build.

Should be easy enough.

> Also it would be nice to produce a warning to notify maintainer about
> potential problem.

If the problem is fixed as you describe, I'm not sure what the point
of the warning would be?

Cheers,
mwh

> Arguably circular dependencies are not in scope of what dh_golang should be
> doing but there are cases when package can be re-built (staged) on
> maintainer's machine in presence of previous version of the same package.
> Correct handling of such situations would be useful.
>
> Thanks.
>
> --
> Regards,
>  Dmitry Smirnov
>  GPG key : 4096R/53968D1B
>
> ---
>
> Truth — Something somehow discreditable to someone.
> -- H. L. Mencken, 1949
>
> ___
> 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-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#827226: incorrect preparation of build directory when pre-installed package is re-built

2016-06-13 Thread Dmitry Smirnov
Package: dh-golang
Version: 1.17
Severity: normal

--buildsystem=golang does a nice job preparing build directory in 
`dh_auto_configure` by symlinking source packages from under
"/usr/share/gocode/src" to directory specified with "--builddirectory" 
argument.

However it works incorrectly when $(DH_GOPKG) package (i.e. current package 
to build) is pre-installed because in such case installed and new version of 
the package are merged in build directory.

Suppose you are building a "golang-github-foo-bar" package which no longer 
provides "github.com/foo/bar/obsolete-feature". If previous version of the 
package is installed then dh_golang incorrectly symlink
"/usr/share/gocode/src/github.com/foo/bar/obsolete-feature" into build 
directory.

This problem should be easy to detect and avoid as dh_golang already knows 
which package not to link from $(DH_GOPKG) or XS-Go-Import-Path header.
I suppose we just need to ignore/skip pre-installed package which is build.

Also it would be nice to produce a warning to notify maintainer about 
potential problem.

Arguably circular dependencies are not in scope of what dh_golang should be 
doing but there are cases when package can be re-built (staged) on 
maintainer's machine in presence of previous version of the same package. 
Correct handling of such situations would be useful.

Thanks.

-- 
Regards,
 Dmitry Smirnov
 GPG key : 4096R/53968D1B

---

Truth — Something somehow discreditable to someone.
-- H. L. Mencken, 1949


signature.asc
Description: This is a digitally signed message part.
___
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] Processed: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-13 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 docker.io
Bug #827219 [dh-golang] dh-golang: Built-Using calculation crashes on 
"golang-google-cloud"
Added indication that 827219 affects docker.io

-- 
827219: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=827219
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
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#827219: dh-golang: Built-Using calculation crashes on "golang-google-cloud"

2016-06-13 Thread Dmitry Smirnov
Package: dh-golang
Version: 1.17
Severity: normal
Control: affects -1 docker.io

dh_golang invocation fails on "golang-google-cloud" as follows:


dpkg-query: no packages found matching 
golang-google-cloud-compute-metadata-dev, 
dpkg-query -W failed with code 31488,  at /usr/bin/dh_golang line 72. 


because it tries to process the following data:


golang-google-cloud-compute-metadata-dev, golang-google-cloud-dev: 
/usr/share/gocode/src/google.golang.org/cloud 
golang-google-cloud-compute-metadata-dev: 
/usr/share/gocode/src/google.golang.org/cloud/compute/metadata 
golang-google-cloud-compute-metadata-dev, golang-google-cloud-dev: 
/usr/share/gocode/src/google.golang.org/cloud/internal 


Assuming only one package per directory instead of a list.

Also I wish troubleshooting could be improved to print command
and/or the data (or possibly leave temporary file behind on abort).

Thanks.

-- 
Regards,
 Dmitry Smirnov
 GPG key : 4096R/53968D1B


signature.asc
Description: This is a digitally signed message part.
___
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] golang-toml 0.2.0-3 MIGRATED to testing

2016-06-13 Thread Debian testing watch
FYI: The status of the golang-toml source package
in Debian's testing distribution has changed.

  Previous version: 0.2.0-1
  Current version:  0.2.0-3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
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] golang-github-dgrijalva-jwt-go_2.6.0-1~bpo8+1_amd64.changes ACCEPTED into jessie-backports

2016-06-13 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Jun 2016 13:04:46 +0200
Source: golang-github-dgrijalva-jwt-go
Binary: golang-github-dgrijalva-jwt-go-dev
Architecture: source all
Version: 2.6.0-1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Martín Ferrari 
Description:
 golang-github-dgrijalva-jwt-go-dev - Golang implementation of JSON Web Tokens 
(JWT)
Changes:
 golang-github-dgrijalva-jwt-go (2.6.0-1~bpo8+1) jessie-backports; 
urgency=medium
 .
   * Team upload.
   * Rebuild for jessie-backports.
Checksums-Sha1:
 d5ad1742f08ae9b7d8e4b7aa456558dfee03f9f8 2253 
golang-github-dgrijalva-jwt-go_2.6.0-1~bpo8+1.dsc
 8183ed3a4d4ca804101f1a2e086bd864bdaf6e44 2176 
golang-github-dgrijalva-jwt-go_2.6.0-1~bpo8+1.debian.tar.xz
 7ffccf764e4950716647c51be54bfbacffc5b88c 22752 
golang-github-dgrijalva-jwt-go-dev_2.6.0-1~bpo8+1_all.deb
Checksums-Sha256:
 c06a37bb000185e1456f3f032fd31c1ce8e01808de7701091730ae7cd03f3837 2253 
golang-github-dgrijalva-jwt-go_2.6.0-1~bpo8+1.dsc
 9af8977dd724b92e1cc60678beff058e166453690fd26628a3524f29c8ed08e2 2176 
golang-github-dgrijalva-jwt-go_2.6.0-1~bpo8+1.debian.tar.xz
 535728cd5f08e674fb23f6f7c7f09e483207a7960aa0065af37b35a1ef2134c1 22752 
golang-github-dgrijalva-jwt-go-dev_2.6.0-1~bpo8+1_all.deb
Files:
 bec799cfd56bded173a97ac3bc08d2c4 2253 devel extra 
golang-github-dgrijalva-jwt-go_2.6.0-1~bpo8+1.dsc
 bde388ce6efcfc69a364d7e8c8344e86 2176 devel extra 
golang-github-dgrijalva-jwt-go_2.6.0-1~bpo8+1.debian.tar.xz
 83f498b9df2206d5822b47538589e754 22752 devel extra 
golang-github-dgrijalva-jwt-go-dev_2.6.0-1~bpo8+1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJXXpOaAAoJEF3Y4L+Ro9PaXxAP/2hRDmXWN4dzJ0eXQOc5Bh6r
MHGySbbGw8O4XcDNaS/PZwR/aWux0+gY4Yq6bzTx8FWzl2GJeq9qKwdc3a99iP5n
catjbSvz20D6AFqPbo6Z3sZAhf4I1erqXFeTuEysMF0ACXjLYoKeL/kE56tjmsUZ
knErXu1Xw9OVzqRG+11aPhx5r9Th/8NU9T6y2frvLBHplG0eLxnM3qJqyeGdoSGq
T2tr+BlnN7iGI9TgcmmJ37XzJEaC/lXJB+s+L2k6u7vU7JLMJIRH9sD9K+u+wALE
i5hOQbcsdpDHYH3OPCCQkVwccBlEw33hHlTHhFW5Y5JgDqagT83bWu64vdGdB0SH
fPspn0Cs5VnhAp2mnRNBIKYWTiNLkgLIreDs3sL/5L80pwCcpXPXrAqZVbzm/nPQ
5zvgp8REjdFos/i9XdHPZGIOst3fdJghRW7cfr1SXhLonCbNTHNoBqmDWY5Xu/1V
q5v5wwpDzt2s15//EK3J1+F05kWbeXEtMulOTRyomzMXHItwIzU3VypQ0LzaTs4Z
JKfkR79HkeeBMO35hCuVu7Mhx4w0IKL59Mt8pEmpekGYpqxp8/l8ABFEXe6SsmWb
I96ftlbY4IWZZ73f/DdKbUug59Om3wGS6q3yux0bl7i31mdcGyORJAidGiOEkiHe
bWHR8irGb9qtKuwZFktO
=6NU4
-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] golang-fsnotify_1.3.0-3~bpo8+1_amd64.changes is NEW

2016-06-13 Thread Debian FTP Masters
binary:golang-github-fsnotify-fsnotify-dev is NEW.
binary:golang-github-go-fsnotify-fsnotify-dev is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

___
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] golang-github-asaskevich-govalidator_3-1~bpo8+1_amd64.changes is NEW

2016-06-13 Thread Debian FTP Masters
binary:golang-github-asaskevich-govalidator-dev is NEW.
source:golang-github-asaskevich-govalidator is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

___
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-asaskevich-govalidator_4-1_amd64.changes

2016-06-13 Thread Debian FTP Masters
golang-github-asaskevich-govalidator_4-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  golang-github-asaskevich-govalidator_4-1.dsc
  golang-github-asaskevich-govalidator_4.orig.tar.gz
  golang-github-asaskevich-govalidator_4-1.debian.tar.xz
  golang-github-asaskevich-govalidator-dev_4-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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] Processing of golang-github-asaskevich-govalidator_3-1~bpo8+1_amd64.changes

2016-06-13 Thread Debian FTP Masters
golang-github-asaskevich-govalidator_3-1~bpo8+1_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-github-asaskevich-govalidator_3-1~bpo8+1.dsc
  golang-github-asaskevich-govalidator_3-1~bpo8+1.debian.tar.xz
  golang-github-asaskevich-govalidator-dev_3-1~bpo8+1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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] Processing of golang-fsnotify_1.3.0-3~bpo8+1_amd64.changes

2016-06-13 Thread Debian FTP Masters
golang-fsnotify_1.3.0-3~bpo8+1_amd64.changes uploaded successfully to localhost
along with the files:
  golang-fsnotify_1.3.0-3~bpo8+1.dsc
  golang-fsnotify_1.3.0-3~bpo8+1.debian.tar.xz
  golang-github-fsnotify-fsnotify-dev_1.3.0-3~bpo8+1_all.deb
  golang-fsnotify-dev_1.3.0-3~bpo8+1_all.deb
  golang-github-go-fsnotify-fsnotify-dev_1.3.0-3~bpo8+1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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] Processing of golang-check.v1_0.0+git20160105.0.4f90aea-2~bpo8+1_amd64.changes

2016-06-13 Thread Debian FTP Masters
golang-check.v1_0.0+git20160105.0.4f90aea-2~bpo8+1_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-check.v1_0.0+git20160105.0.4f90aea-2~bpo8+1.dsc
  golang-check.v1_0.0+git20160105.0.4f90aea-2~bpo8+1.debian.tar.xz
  golang-gopkg-check.v1-dev_0.0+git20160105.0.4f90aea-2~bpo8+1_all.deb
  golang-check.v1-dev_0.0+git20160105.0.4f90aea-2~bpo8+1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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] Processing of golang-goleveldb_0+git20150819.1a9d62f-2~bpo8+1_amd64.changes

2016-06-13 Thread Debian FTP Masters
golang-goleveldb_0+git20150819.1a9d62f-2~bpo8+1_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-goleveldb_0+git20150819.1a9d62f-2~bpo8+1.dsc
  golang-goleveldb_0+git20150819.1a9d62f-2~bpo8+1.debian.tar.xz
  golang-goleveldb-dev_0+git20150819.1a9d62f-2~bpo8+1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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