[pkg-go] docker-registry is marked for autoremoval from testing

2016-10-18 Thread Debian testing autoremoval watch
docker-registry 2.4.1~ds1-1 is marked for autoremoval from testing on 2016-11-14

It (build-)depends on packages with these RC bugs:
835760: golang-golang-x-tools: FTBFS: Tests failures
839474: golang-github-gorilla-handlers: FTBFS: Tests failures
840311: golang-google-cloud: FTBFS in testing (failing tests)


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


Re: [pkg-go] Bug#841120: RFP: golang-github-influxdata-toml -- TOML parser and encoder library for Golang

2016-10-18 Thread Potter, Tim (HPE Linux Support)
On 18 Oct 2016, at 6:00 AM, Guillem Jover  wrote:
> 
> There are two problems to be solved before this can be uploaded:
> 
>  * Uses a pre-built generated PEG output file, should be switched to
>use the newly packaged peg-go.
>  * Upstream has modified directly the pre-built generated PEG output
>file, tracked at ,
>but ITSM those changes could simply be dropped when the pre-generated
>file gets dropped.

I'm not sure that it's absolutely required that this be fixed but it's really
confusing to someone else coming along.  Technically you could document
this in debian/README.source but a better fix would be as you describe.

> Attached a working and tested packaging, where in addition to the above,
> only the ITP bug number needs to be filled in the debian/changelog,
> Maintainer changed, and Vcs fields added.

Uploaded to new package repo and it builds just fine.

I took the liberty of setting the Maintainer to the team and uploaders to
sipwise.  Feel free to revert if that's not what you want.


Tim.

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



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Re: [pkg-go] Bug#841121: RFP: golang-github-influxdata-config -- unified configuration management package

2016-10-18 Thread Potter, Tim (HPE Linux Support)
On 18 Oct 2016, at 6:06 AM, Guillem Jover  wrote:
> 
> The lack of license situation needs to be resolved before this can be
> uploaded (see the link in the License field above).

Yes.  (-:

> Attached a working and tested packaging, where only the ITP bug number
> needs to be filled in the debian/changelog, Maintainer changed, and Vcs
> fields added.

I've uploaded this to a new packaging repo and it builds just fine.

I took the liberty of setting the Maintainer to the team and uploaders to
sipwise.  Feel free to revert if that's not what you want.


Tim.

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



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Re: [pkg-go] ITP Gogs + Dependency Hell

2016-10-18 Thread Potter, Tim (HPE Linux Support)
On 15 Oct 2016, at 5:31 PM, Michael Lustfield  wrote:
> 
> Howdy!
> 
> I'll start off by introducing myself! I'm MTecknology! I'm hear
> because I had a goal, and I haven't lost sight of that, but I need
> some help getting there.
> 
> Gogs [1] is a tool that I personally use heavily. My entire
> infrastructure is deployed and configured by changes in git. Since
> gogs is one of the few tools I use that's not currently packaged in
> Debian, and because I want to be more involved in Debian, this seemed
> like a logical place to start. (I was wrong)

Great!  Welcome to the pkg-go team, such as it is.  (-:

> My first topic of interest should be simple. I feel like pkg-go is an
> interesting group and I'd like to contribute to it. I've played with
> golang packaging up until the point of pushing things to Debian
> servers. Based on my experience...
> 
> I'd like to take on contributing to pkg-go so that the build
> dependencies for gogs will exist in Debian. As part of a team, my
> interests would obviously be inclined to grow. The question here
> becomes, where can I find a list of expectations prior to joining this
> group and how would I do that?

I don't think there's an official list of expectations that you need to read 
through,
but if you're packaging an app like Gogs it would be great if you take the
time to monitor bugs and jump in to fix them when they apply to Gogs.

> The second, and directly related, topic of interest is gogs. I took
> over the abandoned ITP [2] thinking it seemed relatively simple and
> straight forward. I sure as crap jumped in way over my head, so now
> seems like a good time to learn how to swim. :P

Heh.  That's a pretty big dependency list, but if you're lucky it should be able
to be gone through fairly quickly using dh-make-golang.  I've found about 80%
of small Go libraries just work straight off with little extra effort, another 
10%
require some reasonable effort, and the last 10% is usually a nightmare.  (-:

dh-make-golang is definitely your friend though.  There's an annotated example
of usage here:

https://people.debian.org/%7Estapelberg/2015/07/27/dh-make-golang.html

> While I was working through the dependency chain for gogs, I ran into
> quite the clusterfuck. I'd like to assume this is normal exactly
> nowhere. Please, don't tell me if I'm wrong. I've documented the
> "dependency hell" in the ITP [2].

That list does contain a lot of circular dependencies.  Is this something that
upstream is aware of and working on?  It's only a big problem in bootstrapping
the packages into a new archive (e.g first entry into unstable, moving to
backports) as it requires manual intervention.

There are a couple of these loops in Docker and some of the base tools in
Go.  Sometimes there's just nothing you can do about it.

> My first question on this topic becomes, is this even suitable for
> Debian? Based on that list of dependencies, is gogs something we want
> included? If so, I'd love to continue pursuing the endeavor, but I
> would absolutely love to stop now if that's not the case.

Sure - why not.  If it's a package that's useful and other people find it 
something
that solves a problem in their lives then there's no reason why it should not
be in Debian.   In general there doesn't appear to be any official bar for
deciding what goes in and what doesn't.  There are some basic rules though.
It must be distributable by Debian and satisfy the Debian Free Software
Guidelines.  Most sanely-licensed open source packages do this though.

> If it's decided that gogs should be included in Debian, and also
> decided that I get to help push out dependencies, then I could
> /really/ use a little bit of hand holding on the first couple. Some of
> the issues that popped up seem pretty challenging for a novice such as
> myself. Anyone willing? :)

I can help you out.  Grab me (tpot) on IRC on the #debian-golang channel and I
can go through some things with you.


Regards,

Tim.

> I have a few other questions, such as how cyclical and circular
> dependencies should be handled, but those seem like "not now"
> questions.
> 
> [1] https://gogs.io/
> [2] https://bugs.debian.org/792101
> --
> 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



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
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-naoina-toml_0.1.0-2_amd64.changes REJECTED

2016-10-18 Thread Debian FTP Masters


golang-github-naoina-toml_0.1.0-2.dsc: Invalid size hash for 
golang-github-naoina-toml_0.1.0.orig.tar.gz:
According to the control file the size hash should be 33057,
but golang-github-naoina-toml_0.1.0.orig.tar.gz has 33132.

If you did not include golang-github-naoina-toml_0.1.0.orig.tar.gz in your 
upload, a different version
might already be known to the archive software.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


Re: [pkg-go] ITP Gogs + Dependency Hell

2016-10-18 Thread Michael Lustfield
Is this the wrong place to ask for help?

If so, could someone please point me in the right direction?

On Fri, Oct 14, 2016 at 11:31 PM, Michael Lustfield
 wrote:
> Howdy!
>
> I'll start off by introducing myself! I'm MTecknology! I'm hear
> because I had a goal, and I haven't lost sight of that, but I need
> some help getting there.
>
> Gogs [1] is a tool that I personally use heavily. My entire
> infrastructure is deployed and configured by changes in git. Since
> gogs is one of the few tools I use that's not currently packaged in
> Debian, and because I want to be more involved in Debian, this seemed
> like a logical place to start. (I was wrong)
>
> My first topic of interest should be simple. I feel like pkg-go is an
> interesting group and I'd like to contribute to it. I've played with
> golang packaging up until the point of pushing things to Debian
> servers. Based on my experience...
>
> I'd like to take on contributing to pkg-go so that the build
> dependencies for gogs will exist in Debian. As part of a team, my
> interests would obviously be inclined to grow. The question here
> becomes, where can I find a list of expectations prior to joining this
> group and how would I do that?
>
> The second, and directly related, topic of interest is gogs. I took
> over the abandoned ITP [2] thinking it seemed relatively simple and
> straight forward. I sure as crap jumped in way over my head, so now
> seems like a good time to learn how to swim. :P
>
> While I was working through the dependency chain for gogs, I ran into
> quite the clusterfuck. I'd like to assume this is normal exactly
> nowhere. Please, don't tell me if I'm wrong. I've documented the
> "dependency hell" in the ITP [2].
>
> My first question on this topic becomes, is this even suitable for
> Debian? Based on that list of dependencies, is gogs something we want
> included? If so, I'd love to continue pursuing the endeavor, but I
> would absolutely love to stop now if that's not the case.
>
> If it's decided that gogs should be included in Debian, and also
> decided that I get to help push out dependencies, then I could
> /really/ use a little bit of hand holding on the first couple. Some of
> the issues that popped up seem pretty challenging for a novice such as
> myself. Anyone willing? :)
>
> I have a few other questions, such as how cyclical and circular
> dependencies should be handled, but those seem like "not now"
> questions.
>
> [1] https://gogs.io/
> [2] https://bugs.debian.org/792101
> --
> 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


[pkg-go] tendermint-go-logger_0~20161018~0gitcefb3a4-1_amd64.changes is NEW

2016-10-18 Thread Debian FTP Masters
binary:golang-github-tendermint-go-logger-dev is NEW.
source:tendermint-go-logger 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-naoina-toml_0.1.0-2_amd64.changes

2016-10-18 Thread Debian FTP Masters
golang-github-naoina-toml_0.1.0-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  golang-github-naoina-toml_0.1.0-2.dsc
  golang-github-naoina-toml_0.1.0-2.debian.tar.xz
  golang-github-naoina-toml-dev_0.1.0-2_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] golang-github-hlandau-goutils_0.0~git20160722.0.0cdb66a-1_amd64.changes is NEW

2016-10-18 Thread Debian FTP Masters
binary:golang-github-hlandau-goutils-dev is NEW.
source:golang-github-hlandau-goutils 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-hlandau-buildinfo_0.0~git20160722.0.b25d4b0-1_amd64.changes is NEW

2016-10-18 Thread Debian FTP Masters
binary:golang-github-hlandau-buildinfo-dev is NEW.
source:golang-github-hlandau-buildinfo 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] Bug#840953: Removed package(s) from unstable

2016-10-18 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

gitlab-ci-multi-runner | 1.6.0+dfsg-1 | ppc64el

--- Reason ---
ROM; depends on arch-unsupported package
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 840...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/840953

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

Debian distribution maintenance software
pp.
Chris Lamb (the ftpmaster behind the curtain)

___
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 tendermint-go-logger_0~20161018~0gitcefb3a4-1_amd64.changes

2016-10-18 Thread Debian FTP Masters
tendermint-go-logger_0~20161018~0gitcefb3a4-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  tendermint-go-logger_0~20161018~0gitcefb3a4-1.dsc
  tendermint-go-logger_0~20161018~0gitcefb3a4.orig.tar.gz
  tendermint-go-logger_0~20161018~0gitcefb3a4-1.debian.tar.xz
  golang-github-tendermint-go-logger-dev_0~20161018~0gitcefb3a4-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-hlandau-dexlogconfig_0.0~git20160722.0.055e2e3-1_amd64.changes

2016-10-18 Thread Debian FTP Masters
golang-github-hlandau-dexlogconfig_0.0~git20160722.0.055e2e3-1_amd64.changes 
uploaded successfully to localhost
along with the files:
  golang-github-hlandau-dexlogconfig_0.0~git20160722.0.055e2e3-1.dsc
  golang-github-hlandau-dexlogconfig_0.0~git20160722.0.055e2e3.orig.tar.gz
  golang-github-hlandau-dexlogconfig_0.0~git20160722.0.055e2e3-1.debian.tar.xz
  golang-github-hlandau-dexlogconfig-dev_0.0~git20160722.0.055e2e3-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-hlandau-goutils_0.0~git20160722.0.0cdb66a-1_amd64.changes

2016-10-18 Thread Debian FTP Masters
golang-github-hlandau-goutils_0.0~git20160722.0.0cdb66a-1_amd64.changes 
uploaded successfully to localhost
along with the files:
  golang-github-hlandau-goutils_0.0~git20160722.0.0cdb66a-1.dsc
  golang-github-hlandau-goutils_0.0~git20160722.0.0cdb66a.orig.tar.gz
  golang-github-hlandau-goutils_0.0~git20160722.0.0cdb66a-1.debian.tar.xz
  golang-github-hlandau-goutils-dev_0.0~git20160722.0.0cdb66a-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-hlandau-buildinfo_0.0~git20160722.0.b25d4b0-1_amd64.changes

2016-10-18 Thread Debian FTP Masters
golang-github-hlandau-buildinfo_0.0~git20160722.0.b25d4b0-1_amd64.changes 
uploaded successfully to localhost
along with the files:
  golang-github-hlandau-buildinfo_0.0~git20160722.0.b25d4b0-1.dsc
  golang-github-hlandau-buildinfo_0.0~git20160722.0.b25d4b0.orig.tar.gz
  golang-github-hlandau-buildinfo_0.0~git20160722.0.b25d4b0-1.debian.tar.xz
  golang-github-hlandau-buildinfo-dev_0.0~git20160722.0.b25d4b0-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] tendermint-go-common_0~20160919~0git47e0673-1_amd64.changes ACCEPTED into unstable, unstable

2016-10-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 20 Sep 2016 07:51:24 +0100
Source: tendermint-go-common
Binary: golang-github-tendermint-go-common-dev
Architecture: source all
Version: 0~20160919~0git47e0673-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Alessio Treglia 
Description:
 golang-github-tendermint-go-common-dev - Tendermint Go common utilities
Closes: 838341
Changes:
 tendermint-go-common (0~20160919~0git47e0673-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #838341)
Checksums-Sha1:
 a16dcf45f28834fdd6d393075dbbeba7bdb4e0a3 2364 
tendermint-go-common_0~20160919~0git47e0673-1.dsc
 3317845d4339cfbe62271711de729ddcb6df26b7 14914 
tendermint-go-common_0~20160919~0git47e0673.orig.tar.gz
 f1e5d1938bf52e41f01695de32fbe3987b1576b5 2440 
tendermint-go-common_0~20160919~0git47e0673-1.debian.tar.xz
 f553e6d22169b7cb19371c639296f75a8d88e79a 13044 
golang-github-tendermint-go-common-dev_0~20160919~0git47e0673-1_all.deb
Checksums-Sha256:
 fff393742bf9be7ed921b37534e92a2d667fc7b0196a30b88495a48f9528af19 2364 
tendermint-go-common_0~20160919~0git47e0673-1.dsc
 02c749982ddd8f5964f746f8f80618ddee2a843a9b0989a2e8f5cf89193ee068 14914 
tendermint-go-common_0~20160919~0git47e0673.orig.tar.gz
 67ae7febece88b43b8b1d7c8ee8bae02674bd3e9ff4343bdb6822e06a64ae437 2440 
tendermint-go-common_0~20160919~0git47e0673-1.debian.tar.xz
 225074867ce9982889c3452a6accbd5c61009977f7ae8b5de7c4a6f49c7b7c63 13044 
golang-github-tendermint-go-common-dev_0~20160919~0git47e0673-1_all.deb
Files:
 4a322bb39f52b212561c81dc1cfa4a61 2364 devel extra 
tendermint-go-common_0~20160919~0git47e0673-1.dsc
 ac87a0218a1b0b51061d3105a7ebeae2 14914 devel extra 
tendermint-go-common_0~20160919~0git47e0673.orig.tar.gz
 073fbe99edce2fc747fa990d4930ba75 2440 devel extra 
tendermint-go-common_0~20160919~0git47e0673-1.debian.tar.xz
 d79c2ab74e68f042208cf063f040c8f2 13044 devel extra 
golang-github-tendermint-go-common-dev_0~20160919~0git47e0673-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJX+NdLAAoJEOikiuUxHXZa4/cP/RAA1rzIOdpyQehbmK7lwjCn
crPR3VySbCxV7wDc817yOtKmp9JgG2fgyomjDGbYEFIXYku+qODcfA3C4ga+I4A2
SnHbtNdNKgPNl1naKmvffhFhIjzY6Eh6aueDqmVmySmU3ilS5jLOnSht4tY12fx1
DtbEzwZUYNgPS3j7S58+l9yYLhfxGj4NnQOQep6rsuO7PUKUgxUegI9vbDcP1IIv
jeeCbttMoN+yQZ1BvgYGvfpGHJt6bS4MOnII4dCew3nZdV1YmbMytoCHMdYfCZef
mFEbKlzCJTbpG1xH0YifFzU3D7m4XANIQAySMtjNEb3s/5HvBzWM9GqF8UGfsXuw
6/01AZvDE+PjkCwiM4X9fPjCESHofX4tcgRlzxKQoi5k0AjPdP+HaUcUjswZjVO6
5c1RnR8oKyRPoCaI1biAr1QwEgnqtZxVY3kk/ZeoUDNnimi3gp2s8Y3gWWs9/sNQ
gJYsn5tPZ4QvxTagyZBgeMyoBzE2/6ndmrQ61aiLupNtJzaejDQO5AI7KBTUadS6
q+LjTosmBALj/TqUJ+otXUXHpxLqmYwZZoY5JWtoRxMYQ3IySGOb4bEofR9KVjnY
cKKpkw5uG6ei2gJ1eXP0uH463a5OGBZk2TZucT9Al6++OiYfbsMWQiGUlU9wJtZG
/2jMOIEKQzY4FwxS9NRK
=Sl3h
-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