[pkg-go] Bug#840744: golang-dns: Packaging cleanups and new upstream release

2016-10-14 Thread Guillem Jover
Hi!

On Fri, 2016-10-14 at 14:21:33 +0200, Guillem Jover wrote:
> Source: golang-dns
> Source-Version: 0.0~git20160414.0.89d9c5e-2
> Severity: wishlist
> Tags: patch

> Here's a packaging cleanup and new upstream release request. (This one
> I also had packaged initially from scratch as I didn't find it :/.)
> 
> Attached the working and tested patch. I've also renamed the Vcs
> fields to makes this less confusing overall, but that will require
> changes on the alioth side (probably rename + compat symlinks?).

Hmm, it seems that particular iteration was not working so much. :/
Attached a fixed version. With additional cleanups.

Thanks,
Guillem
diff --git c/debian/changelog i/debian/changelog
index bb95f73..608085c 100644
--- c/debian/changelog
+++ i/debian/changelog
@@ -1,3 +1,18 @@
+golang-github-miekg-dns (0.0~git20161006.0.fc4e1e2-1) UNRELEASED; urgency=medium
+
+  * New upstream snapshot.
+  * Remove unused shlibs:Depends substvar.
+  * Add a Built-Using field.
+  * Rename source package name and add a new binary package
+golang-github-miekg-dns-dev to match current Go packaging policy.
+  * Switch old golang-dns-dev binary to be a transitional package.
+  * Fix Upstream-Name in debian/copyright.
+  * Use https in the debian/copyright Format field.
+  * Use _build as build directory.
+  * Disable DH_VERBOSE by default.
+
+ -- Guillem Jover   Fri, 14 Oct 2016 13:53:46 +0200
+
 golang-dns (0.0~git20160414.0.89d9c5e-2) unstable; urgency=medium
 
   [ Paul Tagliamonte ]
diff --git c/debian/control i/debian/control
index 38199da..9d83a62 100644
--- c/debian/control
+++ i/debian/control
@@ -1,4 +1,4 @@
-Source: golang-dns
+Source: golang-github-miekg-dns
 Section: devel
 Priority: extra
 Maintainer: pkg-go 
@@ -7,13 +7,16 @@ Uploaders: Tonnerre LOMBARD ,
 Build-Depends: debhelper (>= 9), dh-golang, golang-go (>= 2:1.5.1~)
 Standards-Version: 3.9.8
 Homepage: https://github.com/miekg/dns
-Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-dns.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-dns.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-miekg-dns.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-miekg-dns.git
 
-Package: golang-dns-dev
-Provides: golang-github-miekg-dns-dev
+Package: golang-github-miekg-dns-dev
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
+Breaks: golang-dns-dev (<< 0.0~git20161006.0.fc4e1e2-1~)
+Replaces: golang-dns-dev (<< 0.0~git20161006.0.fc4e1e2-1~)
+Provides: golang-dns-dev
+Built-Using: ${misc:Built-Using}
 Description: DNS protocol library for Go
  Complete and usable DNS library. All widely used Resource Records
  are supported, including the DNSSEC types. It follows a lean and
@@ -21,3 +24,11 @@ Description: DNS protocol library for Go
  programmer there isn't a convenience function for it. Server side
  and client side programming is supported, i.e. you can build
  servers and resolvers with it.
+
+Package: golang-dns-dev
+Section: oldlibs
+Architecture: all
+Depends: golang-github-miekg-dns-dev
+Description: transitional package for golang-github-miekg-dns-dev
+ This is a transitional package to ease upgrades to the
+ golang-github-miekg-dns-dev. It can be safely removed.
diff --git c/debian/copyright i/debian/copyright
index d54b933..6ad36ee 100644
--- c/debian/copyright
+++ i/debian/copyright
@@ -1,6 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: golang-dns
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://github.com/miekg/dns/
+Upstream-Name: dns
 
 Files: *
 Copyright: 2009-2015 Miek Gieben 
diff --git c/debian/golang-github-miekg-dns-dev.install i/debian/golang-github-miekg-dns-dev.install
new file mode 100644
index 000..a3da66d
--- /dev/null
+++ i/debian/golang-github-miekg-dns-dev.install
@@ -0,0 +1 @@
+usr/share/gocode
diff --git c/debian/rules i/debian/rules
index 213abd6..0c874b0 100755
--- c/debian/rules
+++ i/debian/rules
@@ -1,14 +1,14 @@
 #!/usr/bin/make -f
 
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 # DH_GOPKG is the upstream path which you would normally “go get”.
 # Using it allows us to build applications without patching locations.
 export DH_GOPKG := github.com/miekg/dns
 
 %:
-	dh $@ --buildsystem=golang --with=golang
+	dh $@ --buildsystem=golang --with=golang --builddirectory=_build
 
 override_dh_auto_install:
 	dh_auto_install -O--buildsystem=golang
___
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-jacobsa-crypto_0.0~git20160410.0.42daa9d-2_amd64.changes ACCEPTED into unstable, unstable

2016-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 12 Oct 2016 22:08:39 -0400
Source: golang-github-jacobsa-crypto
Binary: golang-github-jacobsa-crypto-dev
Architecture: source all
Version: 0.0~git20160410.0.42daa9d-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: David Steele 
Description:
 golang-github-jacobsa-crypto-dev - Some Go cryptography routines that are not 
included in the Go sta
Closes: 839395
Changes:
 golang-github-jacobsa-crypto (0.0~git20160410.0.42daa9d-2) unstable; 
urgency=medium
 .
   * Add watch file to create the source tar from a git commit tag.
 - Use uscan to repack the tar with a problematic file removed.
   * Initial release (Closes: #839395)
Checksums-Sha1:
 43895dfedc4de0ace9cee039fc6389debee3ae05 2437 
golang-github-jacobsa-crypto_0.0~git20160410.0.42daa9d-2.dsc
 d7a56e925b9da44f9dfa5e8a395e96af99075e78 2207008 
golang-github-jacobsa-crypto_0.0~git20160410.0.42daa9d.orig.tar.xz
 84c1c1e1b9a3e6b59e6810bfd4a489ce33f42572 2064 
golang-github-jacobsa-crypto_0.0~git20160410.0.42daa9d-2.debian.tar.xz
 cddee3ee0d9197aa91b5fe374933d47140ee213c 2200794 
golang-github-jacobsa-crypto-dev_0.0~git20160410.0.42daa9d-2_all.deb
Checksums-Sha256:
 78b1d34c836eaa4071e68fdeb84a02a7151d8023d9e335ca445a4b8bc9dcaf38 2437 
golang-github-jacobsa-crypto_0.0~git20160410.0.42daa9d-2.dsc
 f9182ea152300e042df969d5ed7b9726711a2485d4f1467d61aa6951352065e7 2207008 
golang-github-jacobsa-crypto_0.0~git20160410.0.42daa9d.orig.tar.xz
 23ddbbb47a51f06894ea21723863445fe8a1fc9afcfaeaf4bee755f385802576 2064 
golang-github-jacobsa-crypto_0.0~git20160410.0.42daa9d-2.debian.tar.xz
 8da04bf9544f8179aea1db4b5d3927573060a055118928ad776fa362786ac74e 2200794 
golang-github-jacobsa-crypto-dev_0.0~git20160410.0.42daa9d-2_all.deb
Files:
 a016cc17eeef97ed533d619dcd345451 2437 devel extra 
golang-github-jacobsa-crypto_0.0~git20160410.0.42daa9d-2.dsc
 03061feeba7604a55bb92083cf129b8d 2207008 devel extra 
golang-github-jacobsa-crypto_0.0~git20160410.0.42daa9d.orig.tar.xz
 9ecdb7421708a7938f31144dab3aab7a 2064 devel extra 
golang-github-jacobsa-crypto_0.0~git20160410.0.42daa9d-2.debian.tar.xz
 a7e7951b91a17cf7b50844f033f57b5d 2200794 devel extra 
golang-github-jacobsa-crypto-dev_0.0~git20160410.0.42daa9d-2_all.deb

-BEGIN PGP SIGNATURE-

iQIvBAEBCAAZBQJX/vVZEhxzdGVlbGVAZGViaWFuLm9yZwAKCRBifrspCoF6gvsd
D/9bD+WTb8pacL2MJRj802+WS5XbJJLe6CZ5Z4M/9zxduVotGhtIZNVHJHmyw/o+
plUsNusu5ZGCAqXQdwJiV2FRYWDyRBCPBZDMmEmuuICHyy2CZ8tC0aohhECZsC1P
8vZTUhh7SN4vHxicsjgORjlMMbxA2kfugIFp3JwO/tREg4vzs6wRYpA87XdYQvKn
B01EHYHjP7jiHojixagabhmGum9/PV87UuX4T72k6gdDqjvdpMUWBdPmIn+qQd9X
iB/BdHiAHRVOIyTAOUj2KbtKpMXQ6YI7yYgnoxQoKkfCSN5G16pGkm7u6LbpSuMT
R3bH7EFYA7ya9cfq6klf5IUSOkDTCAIRVOofq1ItKEfhQt9ZTAc5Rj9YXY4Nh1g8
esZIkWTcUuwRYp0vgj8DTvJ8DQpOF8ElMW2thuxj4yr4S3Y5d5oCham92h4hVWX2
l3Q/vRYZXljGCvfvKgL3JELiELC2yX/oqrSOKGmYkjS5KwEfITY6yuVauSpGt2c/
WQXuxFpkdwCyRLbD/onQ32YO45b/dPCaCT1wOq5aDg4aA+iMAZAhRz4YgwssqWSE
Kwj4KoBTbgeOJN89vPc7MFWkanHLLt7EFC+bBL7K3z99g8N3xYwhsp8oAwyyMYWS
xXS4dFWMeyIHGzEb6WlIIDg1EFBGq/hQh+q7MA9MZLNIog==
=JkDF
-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


Re: [pkg-go] Bug#768073: LXC team take over ITP?

2016-10-14 Thread Jonathan Dowland
On Thu, Oct 13, 2016 at 02:11:13PM +0200, Martín Ferrari wrote:
> A few of these dependencies are already in the archive, not all have the
> standard naming yet, but I think about half of those are already packaged.

Thanks! I've just gone through to re-check them, renamed a few to the canonical
names for the relevant dev packages, leaving just three missing:

 lxd-build-deps : Depends: golang-gopkg-flosch-pongo2.v3-dev but it is not 
installable
  Depends: golang-gopkg-inconshreveable-log15.v2-dev but it is 
not installable
  Depends: golang-gopkg-lxc-go-lxc.v2-dev but it is not 
installable

(I've pushed changes to debian/control just now)

I have a flosch package somewhere that I started last week, I'll try to dig
it out.

-- 
Jonathan Dowland


signature.asc
Description: Digital signature
___
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-bitly-go-simplejson_0.5.0-2_amd64.changes

2016-10-14 Thread Debian FTP Masters
golang-github-bitly-go-simplejson_0.5.0-2_amd64.changes uploaded successfully 
to localhost
along with the files:
  golang-github-bitly-go-simplejson_0.5.0-2.dsc
  golang-github-bitly-go-simplejson_0.5.0-2.debian.tar.xz
  golang-github-bitly-go-simplejson-dev_0.5.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] Processing of golang-github-mattn-go-colorable_0.0.6-1_amd64.changes

2016-10-14 Thread Debian FTP Masters
golang-github-mattn-go-colorable_0.0.6-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  golang-github-mattn-go-colorable_0.0.6-1.dsc
  golang-github-mattn-go-colorable_0.0.6.orig.tar.xz
  golang-github-mattn-go-colorable_0.0.6-1.debian.tar.xz
  golang-github-mattn-go-colorable-dev_0.0.6-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] golang-github-nicksnyder-go-i18n_1.5.0-1_amd64.changes is NEW

2016-10-14 Thread Debian FTP Masters
binary:goi18n is NEW.
binary:golang-github-nicksnyder-go-i18n-dev is NEW.
source:golang-github-nicksnyder-go-i18n 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-digitalocean-godo is marked for autoremoval from testing

2016-10-14 Thread Debian testing autoremoval watch
golang-github-digitalocean-godo 0.9.0-1 is marked for autoremoval from testing 
on 2016-10-27

It is affected by these RC bugs:
835748: golang-github-digitalocean-godo: FTBFS: dh_auto_test: go test -v -p 1 
github.com/digitalocean/godo github.com/digitalocean/godo/util returned exit 
code 1


___
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] govendor is marked for autoremoval from testing

2016-10-14 Thread Debian testing autoremoval watch
govendor 1.0.3+ds1-1 is marked for autoremoval from testing on 2016-11-12

It (build-)depends on packages with these RC bugs:
835760: golang-golang-x-tools: FTBFS: Tests failures


___
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-golang-x-tools is marked for autoremoval from testing

2016-10-14 Thread Debian testing autoremoval watch
golang-golang-x-tools 1:0.0~git20160315.0.f42ec61-2 is marked for autoremoval 
from testing on 2016-10-11

It is affected by these RC bugs:
835760: golang-golang-x-tools: FTBFS: Tests failures


___
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-hashicorp-hil is marked for autoremoval from testing

2016-10-14 Thread Debian testing autoremoval watch
golang-github-hashicorp-hil 0.0~git20160326.0.40da60f-1 is marked for 
autoremoval from testing on 2016-11-12

It (build-)depends on packages with these RC bugs:
835760: golang-golang-x-tools: FTBFS: Tests failures


___
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-mitchellh-reflectwalk is marked for autoremoval from testing

2016-10-14 Thread Debian testing autoremoval watch
golang-github-mitchellh-reflectwalk 0.0~git20150527.0.eecf4c7-1 is marked for 
autoremoval from testing on 2016-11-12

It (build-)depends on packages with these RC bugs:
835760: golang-golang-x-tools: FTBFS: Tests failures


___
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-appc-goaci is marked for autoremoval from testing

2016-10-14 Thread Debian testing autoremoval watch
golang-github-appc-goaci 0.1.1-1 is marked for autoremoval from testing on 
2016-11-12

It (build-)depends on packages with these RC bugs:
835760: golang-golang-x-tools: FTBFS: Tests failures


___
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-tinylib-msgp is marked for autoremoval from testing

2016-10-14 Thread Debian testing autoremoval watch
golang-github-tinylib-msgp 1.0~beta-1 is marked for autoremoval from testing on 
2016-11-12

It (build-)depends on packages with these RC bugs:
835760: golang-golang-x-tools: FTBFS: Tests failures


___
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-mitchellh-copystructure is marked for autoremoval from testing

2016-10-14 Thread Debian testing autoremoval watch
golang-github-mitchellh-copystructure 0.0~git20160128.0.80adcec-1 is marked for 
autoremoval from testing on 2016-11-12

It (build-)depends on packages with these RC bugs:
835760: golang-golang-x-tools: FTBFS: Tests failures


___
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-endophage-gotuf is marked for autoremoval from testing

2016-10-14 Thread Debian testing autoremoval watch
golang-github-endophage-gotuf 0.0~git20151020.0.2df1c8e-1 is marked for 
autoremoval from testing on 2016-11-14

It (build-)depends on packages with these RC bugs:
839307: golang-github-google-gofuzz: FTBFS: dh_auto_test: go test -v -p 1 
github.com/google/gofuzz returned exit code 1
839461: golang-github-mattn-go-sqlite3: FTBFS: dh_auto_test: go test -v -p 1 
github.com/mattn/go-sqlite3 github.com/mattn/go-sqlite3/sqlite3_test returned 
exit code 1


___
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-miekg-mmark_1.3.4+dfsg-2_amd64.changes

2016-10-14 Thread Debian FTP Masters
golang-github-miekg-mmark_1.3.4+dfsg-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  golang-github-miekg-mmark_1.3.4+dfsg-2.dsc
  golang-github-miekg-mmark_1.3.4+dfsg-2.debian.tar.xz
  golang-github-miekg-mmark-dev_1.3.4+dfsg-2_all.deb
  mmark_1.3.4+dfsg-2_amd64.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-miekg-mmark_1.3.4+dfsg-2_amd64.changes REJECTED

2016-10-14 Thread Debian FTP Masters

mmark_1.3.4+dfsg-2_amd64.deb: Built-Using refers to non-existing source package 
golang-toml (= 0.2.0+git20160717.21.9906417-1)


===

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


[pkg-go] Bug#840803: ITP: golang-github-nicksnyder-go-i18n -- Translate your Go program into multiple languages with templates and CLDR plural support.

2016-10-14 Thread Anthony Fok
Package: wnpp
Severity: wishlist
Owner: Anthony Fok 

* Package name: golang-github-nicksnyder-go-i18n
  Version : 1.5.0-1
  Upstream Author : Nick Snyder
* URL : https://github.com/nicksnyder/go-i18n
* License : MIT (Expat)
  Programming Lang: Go
  Description : Translate your Go program into multiple languages with 
templates and CLDR plural support.

 go-i18n is a Go package and a command that helps you translate Go programs
 into multiple languages.
 .
  * Supports pluralized strings for all 200+ languages in the Unicode Common
Locale Data Repository (CLDR).
  * Code and tests are automatically generated from CLDR data
  * Supports strings with named variables using text/template syntax.
  * Translation files are simple JSON or YAML.
  * Documented and tested!
 .
 The i18n package provides runtime APIs for fetching translated strings.
 .
 The goi18n command provides functionality for managing the translation
 process.

Reason for packaging: New dependency for hugo 0.17.

___
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-nicksnyder-go-i18n_1.5.0-1_amd64.changes

2016-10-14 Thread Debian FTP Masters
golang-github-nicksnyder-go-i18n_1.5.0-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  golang-github-nicksnyder-go-i18n_1.5.0-1.dsc
  golang-github-nicksnyder-go-i18n_1.5.0.orig.tar.gz
  golang-github-nicksnyder-go-i18n_1.5.0-1.debian.tar.xz
  goi18n_1.5.0-1_amd64.deb
  golang-github-nicksnyder-go-i18n-dev_1.5.0-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-toml_0.2.0+git20160717.21.9906417-1_amd64.changes

2016-10-14 Thread Debian FTP Masters
golang-toml_0.2.0+git20160717.21.9906417-1_amd64.changes uploaded successfully 
to localhost
along with the files:
  golang-toml_0.2.0+git20160717.21.9906417-1.dsc
  golang-toml_0.2.0+git20160717.21.9906417.orig.tar.xz
  golang-toml_0.2.0+git20160717.21.9906417-1.debian.tar.xz
  golang-github-burntsushi-toml-dev_0.2.0+git20160717.21.9906417-1_all.deb
  golang-toml-dev_0.2.0+git20160717.21.9906417-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-miekg-mmark_1.3.4+dfsg-2_amd64.changes

2016-10-14 Thread Debian FTP Masters
golang-github-miekg-mmark_1.3.4+dfsg-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  golang-github-miekg-mmark_1.3.4+dfsg-2.dsc
  golang-github-miekg-mmark_1.3.4+dfsg-2.debian.tar.xz
  golang-github-miekg-mmark-dev_1.3.4+dfsg-2_all.deb
  mmark_1.3.4+dfsg-2_amd64.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-miekg-mmark_1.3.4+dfsg-2_amd64.changes ACCEPTED into unstable

2016-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Oct 2016 23:03:14 -0600
Source: golang-github-miekg-mmark
Binary: golang-github-miekg-mmark-dev mmark
Architecture: source all amd64
Version: 1.3.4+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Anthony Fok 
Description:
 golang-github-miekg-mmark-dev - Markdown processor in Go geared for the IETF 
(Go library)
 mmark  - Markdown processor in Go geared for the IETF (executable)
Changes:
 golang-github-miekg-mmark (1.3.4+dfsg-2) unstable; urgency=medium
 .
   * Cherry-pick upstream fixes from v1.3.4+git20160927.8.g701c11f
   * Lintian: Remove unused-override statically-linked-binary
Checksums-Sha1:
 9c8e21b1469020aaa84682bdd943a79ae3d32a18 2260 
golang-github-miekg-mmark_1.3.4+dfsg-2.dsc
 54b162cb85bd0b1728d375a80faa3e610dd68382 5944 
golang-github-miekg-mmark_1.3.4+dfsg-2.debian.tar.xz
 e80897cda770a8395dba85a4c2ad436f8d662e63 67118 
golang-github-miekg-mmark-dev_1.3.4+dfsg-2_all.deb
 f9fc7bfce9f70ef3c1ddae3b3b4ed7af3c666b9f 682876 mmark_1.3.4+dfsg-2_amd64.deb
Checksums-Sha256:
 b8cc641efcc91086049c84f64827c54d308e494f6c9845ba19cf221dd85bbe04 2260 
golang-github-miekg-mmark_1.3.4+dfsg-2.dsc
 3053205cc62a1c5ecdf33272be2afd77b486037fb19f7f92cd9fff35a705cfb7 5944 
golang-github-miekg-mmark_1.3.4+dfsg-2.debian.tar.xz
 dd05c2c3b561704e653a23b5b30aec2e8649cf38fb1f65b84e142410a4c6611c 67118 
golang-github-miekg-mmark-dev_1.3.4+dfsg-2_all.deb
 e1e0ef60e733218b1b1c4cd130d1db2a3c495dad4709be0f4cf36777ea09dffd 682876 
mmark_1.3.4+dfsg-2_amd64.deb
Files:
 4efd0e2f07230d5cbb3047b955881370 2260 devel extra 
golang-github-miekg-mmark_1.3.4+dfsg-2.dsc
 771cdf3ff7bf2f8a1cd955c87beeacc3 5944 devel extra 
golang-github-miekg-mmark_1.3.4+dfsg-2.debian.tar.xz
 8dfb4aa6b990118496ecfa78c228f89d 67118 devel extra 
golang-github-miekg-mmark-dev_1.3.4+dfsg-2_all.deb
 992b16aa9dddf2a6cfee8911763044c0 682876 text optional 
mmark_1.3.4+dfsg-2_amd64.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYAb4HAAoJEOolALQSxZrP4KQP/1/YlY6du1Te/QyNdUfyCPQ0
TObC++6QY7g/wtUsZKfi2B1Uv5YMvJqAfIXMJ8loWbeBrwFP7MWvT8r/1tTv7X4y
hFlqmsoUfSH3yOnCt13USXi+G1wwMx3V0i+wBrqHxeCVh2mnIH87sIg35pJ62SRc
9JRzyMUe5fZ3dIO3ESdOCTmOqZanAUzEdwzVQSIWUnNPukDOmdVRWL2wn1Db0wXz
6hGJi2mcx6v5x3IbJKs+YMUQYSfj+Wbb3bQtCT9tImzcm+vQTDSGfxoEQaaoR2Ce
kmgu7MDnULexZ2vdiQQ+2/e7Q5IATF0CQki8lL39dL8WhOoT2Dac+aEbr3FAvQAr
rs4t/v8tbzoOiX0hEjJLp6ShtPzPwG2yAZSakCDA0imJl55RVShrMmypHBuj1zi6
oUT01waCcOEHAfe1RklPSLpLf7TeNnLoFJoSxD8TnEiXpIku/2zqM6hlllRty/UA
TJU6ggaRoWW5gqxQm7Dxlb9jUqRiQLobqEZAtw4ulI1m+U+jQ1qOrQUaP+t+fmGN
RcowYBqVOeRwt4F3EKOpq5K22UkhN+cykNSjcg7TFdlDeR7YCrQgMlI3sd7KFPpK
re9jdK+efQiZPQSuWbukFpVqyJKRlSWwJE0ShBqCLTSDdLhVkFMLnvLsDgOPJ4Zs
FOiuuZ6SkUl54KPcXCH0
=SPIC
-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] Bug#840744: golang-dns: Packaging cleanups and new upstream release

2016-10-14 Thread Guillem Jover
Source: golang-dns
Source-Version: 0.0~git20160414.0.89d9c5e-2
Severity: wishlist
Tags: patch

Hi!

Here's a packaging cleanup and new upstream release request. (This one
I also had packaged initially from scratch as I didn't find it :/.)

Attached the working and tested patch. I've also renamed the Vcs
fields to makes this less confusing overall, but that will require
changes on the alioth side (probably rename + compat symlinks?).

Thanks,
Guillem
--- a/debian/changelog	2016-07-12 06:48:21.0 +0200
+++ b/debian/changelog	2016-10-14 14:13:45.693438786 +0200
@@ -1,3 +1,17 @@
+golang-github-miekg-dns (0.0~git20161006.0.fc4e1e2-1) UNRELEASED; urgency=medium
+
+  * New upstream snapshot.
+  * Remove unused shlibs:Depends substvar.
+  * Add a Built-Using field.
+  * Rename source package name and add a new binary package
+golang-github-miekg-dns-dev to match current Go packaging policy.
+  * Switch old golang-dns-dev binary to be a transitional package.
+  * Fix Upstream-Name in debian/copyright.
+  * Use https in the debian/copyright Format field.
+  * Use _build as build directory.
+
+ -- Guillem Jover   Fri, 14 Oct 2016 13:53:46 +0200
+
 golang-dns (0.0~git20160414.0.89d9c5e-2) unstable; urgency=medium
 
   [ Paul Tagliamonte ]
--- a/debian/control	2016-07-12 06:48:11.0 +0200
+++ b/debian/control	2016-10-14 14:03:39.0 +0200
@@ -1,4 +1,4 @@
-Source: golang-dns
+Source: golang-github-miekg-dns
 Section: devel
 Priority: extra
 Maintainer: pkg-go 
@@ -7,13 +7,16 @@
 Build-Depends: debhelper (>= 9), dh-golang, golang-go (>= 2:1.5.1~)
 Standards-Version: 3.9.8
 Homepage: https://github.com/miekg/dns
-Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-dns.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-dns.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-miekg-dns.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-miekg-dns.git
 
-Package: golang-dns-dev
-Provides: golang-github-miekg-dns-dev
+Package: golang-github-miekg-dns-dev
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
+Breaks: golang-dns-dev (<< 0.0~git20161006.0.fc4e1e2-1~)
+Replaces: golang-dns-dev (<< 0.0~git20161006.0.fc4e1e2-1~)
+Provides: golang-dns-dev
+Built-Using: ${misc:Built-Using}
 Description: DNS protocol library for Go
  Complete and usable DNS library. All widely used Resource Records
  are supported, including the DNSSEC types. It follows a lean and
@@ -21,3 +24,11 @@
  programmer there isn't a convenience function for it. Server side
  and client side programming is supported, i.e. you can build
  servers and resolvers with it.
+
+Package: golang-dns-dev
+Section: oldlibs
+Architecture: all
+Depends: golang-github-miekg-dns-dev
+Description: transitional package for golang-github-miekg-dns-dev
+ This is a transitional package to ease upgrades to the
+ golang-github-miekg-dns-dev. It can be safely removed.
--- a/debian/copyright	2016-07-12 06:48:11.0 +0200
+++ b/debian/copyright	2016-10-14 14:09:27.795942151 +0200
@@ -1,6 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: golang-dns
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://github.com/miekg/dns/
+Upstream-Name: dns
 
 Files: *
 Copyright: 2009-2015 Miek Gieben 
--- a/debian/rules	2016-07-12 06:48:11.0 +0200
+++ b/debian/rules	2016-10-14 14:00:40.0 +0200
@@ -8,7 +8,7 @@
 export DH_GOPKG := github.com/miekg/dns
 
 %:
-	dh $@ --buildsystem=golang --with=golang
+	dh $@ --buildsystem=golang --with=golang --builddirectory=_build
 
 override_dh_auto_install:
 	dh_auto_install -O--buildsystem=golang
___
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#840742: RFP: golang-github-kardianos-service -- Run go programs as a service on major platforms

2016-10-14 Thread Guillem Jover
Package: wnpp
Severity: wishlist
Tags: patch
Control: block 793749 by -1

* Package name: golang-github-kardianos-service
  Version : 0.0~git20160824.0.7a88211-1
  Upstream Author : Daniel Theophanes
* URL : https://github.com/kardianos/service
* License : zlib
  Programming Lang: Go
  Description : Run go programs as a service on major platforms

 service will install / un-install, start / stop, and run a program as a
 service (daemon). Currently supports Linux/(systemd | Upstart | SysV),
 OSX/Launchd and Windows XP+.
 .
 Windows controls services by setting up callbacks that are non-trivial. This
 is very different than other systems. This package provides the same API
 despite the substantial differences. It also can be used to detect how a
 program is called, from an interactive terminal or from a service manager.


This package is a dependency of telegraf latest upstream releases.

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.

Thanks,
Guillem


golang-github-kardianos-service_0.0~git20160824.0.7a88211-1.debian.tar.xz
Description: application/xz
___
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#840747: RFP: golang-github-vjeantet-grok -- simple library to use/parse grok patterns with go

2016-10-14 Thread Guillem Jover
Package: wnpp
Severity: wishlist
Tags: patch
Control: block 793749 by -1

* Package name: golang-github-vjeantet-grok
  Version : 0.0~git20160427.0.83bfdfd-1
  Upstream Author : Valere JEANTET
* URL : https://github.com/vjeantet/grok
* License : Apache-2.0
  Programming Lang: Go
  Description : simple library to use/parse grok patterns with go

 This package contains a set of predefined patterns, but custom
 patterns can also be added.


This package is a dependency of telegraf latest upstream releases.

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.

Thanks,
Guillem


golang-github-vjeantet-grok_0.0~git20160427.0.83bfdfd-1.debian.tar.xz
Description: application/xz
___
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: Re: Bug#840676: RFP: golang-github-kardianos-osext -- Extensions to the standard "os" package

2016-10-14 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 golang-github-kardianos-osext-dev
Bug #840676 [wnpp] RFP: golang-github-kardianos-osext -- Extensions to the 
standard "os" package
Bug reassigned from package 'wnpp' to 'golang-github-kardianos-osext-dev'.
Ignoring request to alter found versions of bug #840676 to the same values 
previously set
Ignoring request to alter fixed versions of bug #840676 to the same values 
previously set
> retitle -1 golang-osext: Packaging cleanups and new upstream release
Bug #840676 [golang-github-kardianos-osext-dev] RFP: 
golang-github-kardianos-osext -- Extensions to the standard "os" package
Changed Bug title to 'golang-osext: Packaging cleanups and new upstream 
release' from 'RFP: golang-github-kardianos-osext -- Extensions to the standard 
"os" package'.
> found -1 0.0~git20151222.0.29ae4ff-1
Bug #840676 [golang-github-kardianos-osext-dev] golang-osext: Packaging 
cleanups and new upstream release
Marked as found in versions golang-osext/0.0~git20151222.0.29ae4ff-1.

-- 
840676: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840676
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#840767: golang-github-naoina-toml: Source package is not fully buildable within Debian main

2016-10-14 Thread Guillem Jover
Source: golang-github-naoina-toml
Source-Version: 0.1.0-1
Severity: serious
Control: block -1 by 840766

Hi!

This package contains a «parse.peg» which is the source for
«parse.peg.go». But the required program to build that
(golang-github-pointlander-peg) is not currently present in Debian,
which makes this unfit for Debian main.

The blocking bug (and all its reverse dependencies) need to be packaged,
either that or this package and all its reverse dependencies moved to
contrib. :/

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

[pkg-go] Bug#840766: RFP: golang-github-pointlander-peg -- Peg, Parsing Expression Grammar for GoLang

2016-10-14 Thread Guillem Jover
Package: wnpp
Severity: wishlist

* Package name: golang-github-pointlander-peg
  Version : 0.0~git20160904.0.58700b-1
  Upstream Author : Andrew Snodgrass 
* URL : https://github.com/pointlander/peg
* License : BSD-3-clause
  Programming Lang: Go
  Description : Peg, Parsing Expression Grammar for GoLang

 An implementation of a Packrat parser generator. A Packrat parser is a
 descent recursive parser capable of backtracking. The generated parser
 searches for the correct parsing of the input.


This is a currently missing build dependency of golang-github-naoina-toml
source package. Which is thus unfit for Debian main as it stands.

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


[pkg-go] Processed: golang-github-naoina-toml: Source package is not fully buildable within Debian main

2016-10-14 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 840766
Bug #840767 [src:golang-github-naoina-toml] golang-github-naoina-toml: Source 
package is not fully buildable within Debian main
840767 was not blocked by any bugs.
840767 was not blocking any bugs.
Added blocking bug(s) of 840767: 840766

-- 
840767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840767
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#840759: RFP: golang-github-soniah-gosnmp -- SNMP library written in GoLang

2016-10-14 Thread Guillem Jover
Package: wnpp
Severity: wishlist
Tags: patch
Control: block 793749 by -1

* Package name: golang-github-soniah-gosnmp
  Version : 1.9-memory+git20160925.103.3fe3beb-1
  Upstream Author : Sonia Hamilton
* URL : https://github.com/soniah/gosnmp
* License : BSD-3-clause
  Programming Lang: Go
  Description : SNMP library written in GoLang

 GoSNMP is an SNMP client library fully written in Go. It provides Get,
 GetNext, GetBulk, Walk, BulkWalk, Set and Traps. It supports IPv4
 and IPv6, using SNMPv2c or SNMPv3.


This package is a dependency of telegraf latest upstream releases.

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.

Thanks,
Guillem


golang-github-soniah-gosnmp_1.9-memory+git20160925.103.3fe3beb-1.debian.tar.xz
Description: application/xz
___
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-yaml.v2_0.0+git20160928.0.a5b47d3-1_amd64.changes

2016-10-14 Thread Debian FTP Masters
golang-yaml.v2_0.0+git20160928.0.a5b47d3-1_amd64.changes uploaded successfully 
to localhost
along with the files:
  golang-yaml.v2_0.0+git20160928.0.a5b47d3-1.dsc
  golang-yaml.v2_0.0+git20160928.0.a5b47d3.orig.tar.xz
  golang-yaml.v2_0.0+git20160928.0.a5b47d3-1.debian.tar.xz
  golang-gopkg-yaml.v2-dev_0.0+git20160928.0.a5b47d3-1_all.deb
  golang-yaml.v2-dev_0.0+git20160928.0.a5b47d3-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


Re: [pkg-go] Bug#768073: Bug#768073: LXC team take over ITP?

2016-10-14 Thread Clément Hermann
Le 14 octobre 2016 13:33:53 GMT+02:00, "Clément Hermann"  a 
écrit :
>Le 14/10/2016 à 12:34, Jonathan Dowland a écrit :
>> On Thu, Oct 13, 2016 at 02:11:13PM +0200, Martín Ferrari wrote:
>>> A few of these dependencies are already in the archive, not all have
>the
>>> standard naming yet, but I think about half of those are already
>packaged.
>> 
>> Thanks! I've just gone through to re-check them, renamed a few to the
>canonical
>> names for the relevant dev packages, leaving just three missing:
>> 
>>  lxd-build-deps : Depends: golang-gopkg-flosch-pongo2.v3-dev but it
>is not installable
>>   Depends: golang-gopkg-inconshreveable-log15.v2-dev
>but it is not installable
>
>From what I looked, this is a fork of
>golang-github-tendermint-log15-dev, which is the archive. There seem to
>be very few changes, so it might just work:
>https://github.com/inconshreveable/log15/compare/master...tendermint:master
>
>Not sure what the pkg-go team policy is on this kind of very similar
>packages, but I'm sure people actually in the team can answer. :)
>
>Cheers and thanks for working on this !
>
>-- 
>nodens

[Re-sent after subscribing to the pkg-go-maintainers list to comply with 
antispam measures]
-- 
Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté.___
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-yaml.v2_0.0+git20160928.0.a5b47d3-1_amd64.changes ACCEPTED into unstable

2016-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Oct 2016 18:02:52 -0600
Source: golang-yaml.v2
Binary: golang-gopkg-yaml.v2-dev golang-yaml.v2-dev
Architecture: source all
Version: 0.0+git20160928.0.a5b47d3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Anthony Fok 
Description:
 golang-gopkg-yaml.v2-dev - YAML support for the Go language
 golang-yaml.v2-dev - Transitional package for golang-gopkg-yaml.v2-dev
Changes:
 golang-yaml.v2 (0.0+git20160928.0.a5b47d3-1) unstable; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 c49417656fe0880438086e22c33ac42461f89307 2381 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-1.dsc
 ba3e5c06a38b7d54709f22ce12ca362a1f00d653 50608 
golang-yaml.v2_0.0+git20160928.0.a5b47d3.orig.tar.xz
 4e64c982806b4d26f6a56e90ef18b83a06ce5d5c 3512 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-1.debian.tar.xz
 063de9332231994ed65593563a5883b59e0741f7 52614 
golang-gopkg-yaml.v2-dev_0.0+git20160928.0.a5b47d3-1_all.deb
 d639fc4a19fc44a68d6a44abcaff216abcf0eadf 3252 
golang-yaml.v2-dev_0.0+git20160928.0.a5b47d3-1_all.deb
Checksums-Sha256:
 420f40b269d02818736feab5b90197a4c15ba53b234d669495c658bffb3aa807 2381 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-1.dsc
 e26097005f108cb02ec1cb1971e8e6d4fbe0477984de6025833791de29ae7ad9 50608 
golang-yaml.v2_0.0+git20160928.0.a5b47d3.orig.tar.xz
 a7145b5d55cdf3452daacb6b9acff534e987b68ed9551bc2a209ec5b93c4b918 3512 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-1.debian.tar.xz
 4b8608c4e3a483417b499677209bf7eb086e5834d523381390b01385b9c0f0d3 52614 
golang-gopkg-yaml.v2-dev_0.0+git20160928.0.a5b47d3-1_all.deb
 ba63157a1fc033299a99a7536ac5dab65380d00953f3a2c779fdaf8a83a31a35 3252 
golang-yaml.v2-dev_0.0+git20160928.0.a5b47d3-1_all.deb
Files:
 331895f734ea987e0c9bd766e1b03ea9 2381 devel extra 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-1.dsc
 8568c9338da3cb5ef052a89828c654a9 50608 devel extra 
golang-yaml.v2_0.0+git20160928.0.a5b47d3.orig.tar.xz
 99750bcfdea4ecace5ac2a863a225eaa 3512 devel extra 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-1.debian.tar.xz
 d9ac1c73e036c3e1fd74ca707d6b776b 52614 devel extra 
golang-gopkg-yaml.v2-dev_0.0+git20160928.0.a5b47d3-1_all.deb
 549e67c7b8a75ce183d4b4ff932e9c70 3252 oldlibs extra 
golang-yaml.v2-dev_0.0+git20160928.0.a5b47d3-1_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYAXLdAAoJEOolALQSxZrPqmwP/Rzp4rP+NLFG+EQ4BxnLcAas
tYmfvwhjco2uX7Tbe3+0ZlD6umCjopxSR43VoDDymjedSedA80KFb5OEEtFnCalN
XyW9YBZHaQpiXte4XzA7OTatRCLOm1vM0FlRPg6U+PJtSk1GvK7FglkvWisJ/2tc
4d46SkojBhXVnadljbjzvsLD0TqZqPYSXXCTnhrYMs1JfMWUboX5fBKlRSfvijkY
rByuYm2VuUuhBEME3qptw7hNEomwKiDNQo4wIkF1JjBD2UH35K3xwDPwwdG4hyrY
TD3OPDPZ2DrdPRfzy8+Hp419UeFqmtYfIZ0FpxcpXk4BFU4YMzchZu7kh5i1++Z5
jPHnXgv3VG3FvnFXUtz/QRk8saqnYPv37KpTKhj7NHqYQ9oAI406UMhC4Td8gHLU
+iT62WSzdjm19MMdktMd9Ux9xHSFZhTzZtaCaTY26XyL5FtkiSKnOMF6voteBrva
fd1BA6Qm3EgdB98GeBbhn5nKJpbHIGahvguJi3sA/A6CocA55bjFpAFW3SO6G/p9
Xf+Wx1fVKv/205rrnN78HiwoHuKjOA65uVZOwgogPDCGnhqXvKN1K830RfkIopZ2
QV9/v3IFKPJ6w0bzccgsuqGuC/HV5qyGc3jfH/ERVMIntBLybt+fg2ksVS9cXCTq
hUbFqLYVQWbRF4ARmdyr
=FuMt
-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-github-bitly-go-simplejson_0.5.0-2_amd64.changes ACCEPTED into unstable

2016-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Oct 2016 08:43:46 +0900
Source: golang-github-bitly-go-simplejson
Binary: golang-github-bitly-go-simplejson-dev
Architecture: source all
Version: 0.5.0-2
Distribution: unstable
Urgency: medium
Maintainer: pkg-go 
Changed-By: Nobuhiro Iwamatsu 
Description:
 golang-github-bitly-go-simplejson-dev - Golang library to interact with 
arbitrary JSON
Changes:
 golang-github-bitly-go-simplejson (0.5.0-2) unstable; urgency=medium
 .
   [ Paul Tagliamonte ]
   * Team upload.
   * Use a secure transport for the Vcs-Git and Vcs-Browser URL
 .
   [ Nobuhiro Iwamatsu ]
   * Update Tim's mail address.
   * Update Standards-Version to 3.9.8.
Checksums-Sha1:
 8a3be6746360e1447d8b5065e3e4694fba22461a 2253 
golang-github-bitly-go-simplejson_0.5.0-2.dsc
 25029a135135c41feee81f50ddf62d0cf5984d48 2052 
golang-github-bitly-go-simplejson_0.5.0-2.debian.tar.xz
 906d2f09efcd3cee0f5f28a42267cea6ea45808b 6994 
golang-github-bitly-go-simplejson-dev_0.5.0-2_all.deb
Checksums-Sha256:
 16b2e2b160651f5c8385c5d7945961bfb14c2ac22c1752650024e934f080b5c9 2253 
golang-github-bitly-go-simplejson_0.5.0-2.dsc
 3e7d52984df2489ef1f4cd6c4b4624cdd806c837927d323439306e98234ab3a4 2052 
golang-github-bitly-go-simplejson_0.5.0-2.debian.tar.xz
 cdf8c91bdfa76a86609d48a3126891c32abb186ba9589439d4c7bd9a339abdef 6994 
golang-github-bitly-go-simplejson-dev_0.5.0-2_all.deb
Files:
 b1f93f770a564641e20c081eb10e3640 2253 devel optional 
golang-github-bitly-go-simplejson_0.5.0-2.dsc
 fc9514e8b1e9242f00f1484a5f1ca9ee 2052 devel optional 
golang-github-bitly-go-simplejson_0.5.0-2.debian.tar.xz
 58adf195d41127d4e6f85eac8714014e 6994 devel optional 
golang-github-bitly-go-simplejson-dev_0.5.0-2_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYAW6UAAoJEDIkf7tArR+mm9UP/3uqDMh2N2gfaUlmu8tUg+L4
EFm3KhMuHKBtimCDp+LonVBlNYt+H211qAuu2zKZxggiN0ZppXBeE1x2YkU5CVsZ
TDwRWgictUFK29wlyVmeCMhNg3DcH2N5cXcMat3/5j7/neWz/k0GyYn501KEdRZI
W896TZz7HY7b11PBOH788xk6hHMfeBvzTwR8WuollJa/VZL1kzostfS7WC0t4vuY
8jGBhsb15OvGxQmMyobIlTIuaHTb9xazeETwxGwwTxGNQXUjdd08rVLyqWXtdm0c
iscm0+UE2cnpG4Kc6bTQq0a/AdQIEzSLP7ead4LGWFirXKnmOGOMRZv2qj0C7MTK
tHCoQTRsnB5/SpnXdATVgF7s138cDl+FOSTLXAzJg+qYvGjzRJvKFN26fiXjW3wE
tMH6g3/19hZG6DQplHxnbseqUJjV1AkCpa6hd2Ah56+sniWIodLlE92FfRbE5QM4
DjGlWSmf/J4kp396JSizTycpUY2xiYfaH89SzF7UoYjaEyxoHBa73G2eROFdh56R
/JTI77r1AVn6HmXCfssn26R85JS4g1106M+wS5CaBjQaFi9rpSpInPiVW16dpoRY
LR5H15VIYTwrWMw4aFHQvFzC/RdyYAY8h7vh8dThzE4BT7Bwzh66vRhQkf3GjMVM
na1ySTTae7QCDDSwDAWj
=1WeD
-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-yaml.v2_0.0+git20160928.0.a5b47d3-2_amd64.changes ACCEPTED into unstable

2016-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Oct 2016 18:58:38 -0600
Source: golang-yaml.v2
Binary: golang-gopkg-yaml.v2-dev golang-yaml.v2-dev
Architecture: source all
Version: 0.0+git20160928.0.a5b47d3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Anthony Fok 
Description:
 golang-gopkg-yaml.v2-dev - YAML support for the Go language
 golang-yaml.v2-dev - Transitional package for golang-gopkg-yaml.v2-dev
Changes:
 golang-yaml.v2 (0.0+git20160928.0.a5b47d3-2) unstable; urgency=medium
 .
   * Update debian/copyright to reflect upstream license change.
 Upstream switched from LGPL-3.0 to Apache-2.0 in May 2016,
 see https://github.com/go-yaml/yaml/issues/160 for details.
Checksums-Sha1:
 1b6b799f09d26582d45aa976d62115b97436ab57 2381 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-2.dsc
 a9a0d31f59ae38460df60eb9fd4243430f2743f1 3364 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-2.debian.tar.xz
 02c5824c384c21dceeedf64fc99b6212cae74e1d 52530 
golang-gopkg-yaml.v2-dev_0.0+git20160928.0.a5b47d3-2_all.deb
 87ee8b6c788e1c817a43bbc65122dca037875ced 3128 
golang-yaml.v2-dev_0.0+git20160928.0.a5b47d3-2_all.deb
Checksums-Sha256:
 acbeeaaa36f90f461288ac7429ac3e323f79d62fecf0d3716678c127269ff80d 2381 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-2.dsc
 96a4ee612568e7b82009efbec74df9448cdc50ce71ff56a740436e731931ba3b 3364 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-2.debian.tar.xz
 2c046d09ea1097f3542f39f5f44576767cba36c2cd896148484f8211088997c0 52530 
golang-gopkg-yaml.v2-dev_0.0+git20160928.0.a5b47d3-2_all.deb
 f70c3f3275f0c74f84b7315b5f3444bb64b9cb1c3423410f9a281247c73760b3 3128 
golang-yaml.v2-dev_0.0+git20160928.0.a5b47d3-2_all.deb
Files:
 5ad7c2582e276e9b6d672661e3eed465 2381 devel extra 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-2.dsc
 45cb2a0cc9f2cfb347487305cafc72d2 3364 devel extra 
golang-yaml.v2_0.0+git20160928.0.a5b47d3-2.debian.tar.xz
 895c549e325b92b236e02858684c9844 52530 devel extra 
golang-gopkg-yaml.v2-dev_0.0+git20160928.0.a5b47d3-2_all.deb
 b5ebc117481ce8dd3c2f35a0feff04f3 3128 oldlibs extra 
golang-yaml.v2-dev_0.0+git20160928.0.a5b47d3-2_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYAX/3AAoJEOolALQSxZrPHSsQAKXQl9C3lCnTeOJU585EdeLJ
+JGZegVFeEgoFYDJO+5RaST3X4tsPBIx7s2ZtX8qxHwNRU33vwQbpfLd7kT9Px2n
IsVPZTbHrMZLC24bUB6oQspsOYL8gZCSUZJXUtBA3IiWMLNv3sJ6cVQpJ552oo6v
TL+0THe8M/G/NEGS+5KjABYHs+jVpEU839TFL2xSdBwrkaAIjTlHjCuM27K/0zs1
iU4DaCOipi1zAcydvq8ldFLBCGOHXBc0dckpKqqZl6K/ptoYiAP40usdbfl17iuB
tR91rF73sfb1wNfuyuLK2jzUfiWSAZTq3UC4vaOgJvnLfN4WCJ7s8kEdNF/xxl2m
EtMT5emZw+w5zuJjc8zRf5wZaJagg5LBSXbQ46RTglm4uf8LwUFlK1066s8lnGsD
CQBs7mnuY5yWo5rf05WpXdGAiJsCbO/ghYNN/cu6mMLDd99g5Tye8vgpAfV++yOX
XxSPpq5JA/a+72kgLBZ5qT1f6G7AuoAnlK3jbr9vTjgtilfCDcLXF52dicIoDt4K
c7JpwTVIs3NLlWAb4T+MepVjuI58YotRz78zc1d/ijoFtsVz0PO2+W+cZejt7F4I
9uCSZuKWoCjBYL7PeVDM3LgVA7fP9JQCJn/jRV4GsVe7UydMZ5WHSiy7PJyh5OuM
juppioxIhhDW1k0j3f7Z
=p3SS
-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-yaml.v2_0.0+git20160928.0.a5b47d3-2_amd64.changes

2016-10-14 Thread Debian FTP Masters
golang-yaml.v2_0.0+git20160928.0.a5b47d3-2_amd64.changes uploaded successfully 
to localhost
along with the files:
  golang-yaml.v2_0.0+git20160928.0.a5b47d3-2.dsc
  golang-yaml.v2_0.0+git20160928.0.a5b47d3-2.debian.tar.xz
  golang-gopkg-yaml.v2-dev_0.0+git20160928.0.a5b47d3-2_all.deb
  golang-yaml.v2-dev_0.0+git20160928.0.a5b47d3-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-mattn-go-colorable_0.0.6-1_amd64.changes ACCEPTED into unstable

2016-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Oct 2016 07:40:51 +0900
Source: golang-github-mattn-go-colorable
Binary: golang-github-mattn-go-colorable-dev
Architecture: source all
Version: 0.0.6-1
Distribution: unstable
Urgency: medium
Maintainer: pkg-go 
Changed-By: Nobuhiro Iwamatsu 
Description:
 golang-github-mattn-go-colorable-dev - Golang library to colorable writer for 
windows
Changes:
 golang-github-mattn-go-colorable (0.0.6-1) unstable; urgency=medium
 .
   [ Nobuhiro Iwamatsu ]
   * New upstream. Update to 0.0.6.
   * Update Standards-Version to 3.9.8.
Checksums-Sha1:
 0343cd2f63ae7b6a94e03417fea9a41297a98110 2177 
golang-github-mattn-go-colorable_0.0.6-1.dsc
 62ed330d1dbd6afa8b36d88725729a1f0342a4c6 5056 
golang-github-mattn-go-colorable_0.0.6.orig.tar.xz
 a8bebbb06984883113c212638c3202b84b69aa19 1956 
golang-github-mattn-go-colorable_0.0.6-1.debian.tar.xz
 a303e65ccd9ea0913da6353eea08a0ced2023b2c 6366 
golang-github-mattn-go-colorable-dev_0.0.6-1_all.deb
Checksums-Sha256:
 3ca29f270fc7be1400b43b74b1fa7f942f616181dbf3600db0fe0279f77b5001 2177 
golang-github-mattn-go-colorable_0.0.6-1.dsc
 4cf6090a4d600087252e2895c5ef2485f964c662a1f58dadc399474436e38234 5056 
golang-github-mattn-go-colorable_0.0.6.orig.tar.xz
 ea767b7775ec19403356324e0073c46fd0550846a6c496e9fb4ad9f644827406 1956 
golang-github-mattn-go-colorable_0.0.6-1.debian.tar.xz
 6ea457ee50775fd1283dadf462d2b6ffcca62a72d5cacd79d34f7bb592007849 6366 
golang-github-mattn-go-colorable-dev_0.0.6-1_all.deb
Files:
 51aefe068b69779b320e78b2dea706ed 2177 devel optional 
golang-github-mattn-go-colorable_0.0.6-1.dsc
 a3577374971a1ae36ca19dbfa63c6def 5056 devel optional 
golang-github-mattn-go-colorable_0.0.6.orig.tar.xz
 fb6be46d1f79ed2102e3a6c06b3f954a 1956 devel optional 
golang-github-mattn-go-colorable_0.0.6-1.debian.tar.xz
 422ab76260de7eb2633fb8fb80a93bc8 6366 devel optional 
golang-github-mattn-go-colorable-dev_0.0.6-1_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYAWFeAAoJEDIkf7tArR+m6BsP/AnZCK4N1a2UOh6nfmaHTdp/
HvcSr2+Pz/eK8DyJx9fcO3S8R37SwALwJYoxt8bLRourT/ymwHrZTRFTYI27ivJW
S6af8gc00JLBTzZfWrbM3uTDsmAb9bv0ExwAAVnd0FJCH41tiFfSk2zXqiEdaH+u
j9ufU56fdtWPDk0WjgNZkrjl/bg3nm6OgyYa8kEI12jfd+vSAgwkPfj2G3pPRkjM
r7r030halWCQUDNQwRZMJNCWjultYk7vnsoFjTYxts+wnyRMAuSYQ84k6UmoUMH8
Rvq6ENjKw2d7UfZElYqLSnQJlLRmOKzlvy8Kr9uKktzUY1RDUIQED5+FEcjUvHp8
sg0CLCz/KsIJkzQQ1yJOB6azLWT2gOgyKTwwu9Ee+9D4rW1SZ/NNF0kzqW4qvLou
cZdRvjobSTgQBeb8vrR55yIt3hWllF2VZabPdbs8IR7XUjHOGnlMsFq9RO46j466
5w6Bcc7DO6WDd1L46SsW6DI31ABzOy9Qvsh1upJOGHTMyV7ksYcjzTZBMVLPgzn6
KoPy3EBzeU9kiSCWtlB+v/Th4pJ6+9flFK7UHX9QeoaFqA7Stnf8T35GGvSBBWgT
cL8lqVKv5WaOWP2gQc280PLqochYZdrpIRiYY6DIh8dytRDuFZDuJxx9JPF67QX6
2sN333t+LMLck4EVFTSO
=FKCk
-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-x-text_0.0~git20161013.0.c745997-1_amd64.changes ACCEPTED into unstable

2016-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Oct 2016 10:44:44 -0600
Source: golang-x-text
Binary: golang-golang-x-text-dev golang-x-text-dev
Architecture: source all
Version: 0.0~git20161013.0.c745997-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go packaging team 

Changed-By: Anthony Fok 
Description:
 golang-golang-x-text-dev - Supplementary Go text-related libraries
 golang-x-text-dev - Transitional package for golang-golang-x-text-dev
Changes:
 golang-x-text (0.0~git20161013.0.c745997-1) unstable; urgency=medium
 .
   * New upstream version.
   * Add dependency on golang-golang-x-tools-dev needed by cmd/gotext.
   * TODO: The new /usr/bin/gotext needs to be packaged in the future.
Checksums-Sha1:
 804d704cbb5c767b7bb72cc079ed1f1c5107a3ad 2320 
golang-x-text_0.0~git20161013.0.c745997-1.dsc
 9bb650dbbd1bdf44af7a733a1bc84911cb6ea745 2210028 
golang-x-text_0.0~git20161013.0.c745997.orig.tar.xz
 891e990554022c46b02ed0692f20f079ab8c7cfd 3988 
golang-x-text_0.0~git20161013.0.c745997-1.debian.tar.xz
 5bd4133d0e11f4647edf6617dc30e15a73b2f095 2295620 
golang-golang-x-text-dev_0.0~git20161013.0.c745997-1_all.deb
 c28e8994a9f244b8c5616c09eb2043c7b81b094c 2854 
golang-x-text-dev_0.0~git20161013.0.c745997-1_all.deb
Checksums-Sha256:
 e5e80f3fc62bbd5c9f59fbb32e1d1b5b0cad774462bf457c994f0606ed6597d9 2320 
golang-x-text_0.0~git20161013.0.c745997-1.dsc
 5f892cc20195543495bb1c095e7f3c0a1dec8876c0ce4e0b032ca074d4a05f14 2210028 
golang-x-text_0.0~git20161013.0.c745997.orig.tar.xz
 bdcd02cd989bcf5e6b763612c193ffab8b5069e7ba7149b34637c56efc20cb10 3988 
golang-x-text_0.0~git20161013.0.c745997-1.debian.tar.xz
 92aaf96e91c25eb84f0732651af0be8270547b6cfd43aae9d07c7c4acc4b3ade 2295620 
golang-golang-x-text-dev_0.0~git20161013.0.c745997-1_all.deb
 acb121557485c66f2e96b414504edef513d2f8bb540c16e08425ede9ac17c296 2854 
golang-x-text-dev_0.0~git20161013.0.c745997-1_all.deb
Files:
 003f3f53af5db2b79b7bcb81b4e1cac1 2320 devel extra 
golang-x-text_0.0~git20161013.0.c745997-1.dsc
 2ebdc64e0228d82f873efa270abe7bbf 2210028 devel extra 
golang-x-text_0.0~git20161013.0.c745997.orig.tar.xz
 a939c55c3af68df1d15758a267ed 3988 devel extra 
golang-x-text_0.0~git20161013.0.c745997-1.debian.tar.xz
 b476360506ed205e8ac4c56db028920d 2295620 devel extra 
golang-golang-x-text-dev_0.0~git20161013.0.c745997-1_all.deb
 b06b41aa50f00923888996784c5b290b 2854 oldlibs extra 
golang-x-text-dev_0.0~git20161013.0.c745997-1_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYARDcAAoJEOolALQSxZrPHtkQAIb/Kyk0/demjz+n12GRzp/r
Yy3Ei513zTgiysEvHRgoyk09KQ8p7t1xPssc7SWiUDy1eGLIzWmz3E+x5mLsytmA
1f3LMQufQCq2g5kNVu+qrlNea3JphRvwVf5kvi91r1p6hgBRU4i13qZVhPoLmJf5
+qwpytGOhBl4f8wdRaJObHJc24xa84vVo2LuJKVcMQ6EDjHouH4cKNsOu9I6DEi2
SSj/zMeP33H/NJM63vhePrmSEK19+/YKK1sxnNynoVihIfhPmiqVuL1CYqm07RF2
IKMtTtWpXry+Nz11Getig0kHpNuLGFaWQmKoYV7MvM0f67MUDt0nVPJG8VCrvAtD
2MQXXC2NiKxkzfROos4bqdTX+SIjz0G82tElPstzmmxQgJ73hcRTXSlXHHursm9U
Fyy03l3YuzqczCrxKDmGc9F4v4Cdzc6/gKZRx5U3FQoznMfcjGL47xezVy64sY1N
3peSBcYpqHSTqV3yzmegPEyq1yfFFQSAqPMhyT6I/EpgBp+5FWwdHBxIe5pLyQXt
ajGHfhqN7qxhk1tf980/S+L7B8X9LcNWfE2ebBm4paj6EeJHHebAb6gkn1OC1fy0
qYUjIJkaKPHCLnr54wHi3S3411b7FkRMM+In8/8a4PnhaxCc98fMK75xffO3qFbk
52VyZTSMbcC2xV9Lnfed
=6Udy
-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-x-text_0.0~git20161013.0.c745997-1_amd64.changes

2016-10-14 Thread Debian FTP Masters
golang-x-text_0.0~git20161013.0.c745997-1_amd64.changes uploaded successfully 
to localhost
along with the files:
  golang-x-text_0.0~git20161013.0.c745997-1.dsc
  golang-x-text_0.0~git20161013.0.c745997.orig.tar.xz
  golang-x-text_0.0~git20161013.0.c745997-1.debian.tar.xz
  golang-golang-x-text-dev_0.0~git20161013.0.c745997-1_all.deb
  golang-x-text-dev_0.0~git20161013.0.c745997-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] golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1_amd64.changes ACCEPTED into unstable

2016-10-14 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 14 Oct 2016 10:06:14 -0600
Source: golang-github-spf13-afero
Binary: golang-github-spf13-afero-dev
Architecture: source all
Version: 0.0~git20160919.0.52e4a6c-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Anthony Fok 
Description:
 golang-github-spf13-afero-dev - FileSystem Abstraction System for Go
Changes:
 golang-github-spf13-afero (0.0~git20160919.0.52e4a6c-1) unstable; 
urgency=medium
 .
   * New upstream version for the Hugo 0.17 release.
 - Fixes a bug that affects mtail,
   see https://github.com/spf13/afero/pull/96
Checksums-Sha1:
 d8af28bed37981b8a5a516c62e7482a6d4c21ab1 2336 
golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1.dsc
 142c1b5df0cd0de4dea86c8cfcfb7853d67b3f8b 35060 
golang-github-spf13-afero_0.0~git20160919.0.52e4a6c.orig.tar.xz
 f711d5e5793c78d80d3b92ddef8cc1754a896edc 2732 
golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1.debian.tar.xz
 a45bb1853ce785e6dc9098c331ee084b87e0b116 28568 
golang-github-spf13-afero-dev_0.0~git20160919.0.52e4a6c-1_all.deb
Checksums-Sha256:
 f03db2b46ad2254f3e9c34ffefafe58544865ee8b38a4909f881f45cc72cb6af 2336 
golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1.dsc
 2f743d94145a2b98c6cc7cb46122fab796da63a9a44de41b24ac6fadebf17c92 35060 
golang-github-spf13-afero_0.0~git20160919.0.52e4a6c.orig.tar.xz
 1fe812bac3d1378761323fcb92b26f40b864735ce63ecf6f500552b9f5cfafce 2732 
golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1.debian.tar.xz
 384e0bdc7d832d166127b0f24b77f7efdd60a227defb7f821ed2549b22dbe312 28568 
golang-github-spf13-afero-dev_0.0~git20160919.0.52e4a6c-1_all.deb
Files:
 76af0183f1aaee964c5f42fadb09f82d 2336 devel extra 
golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1.dsc
 1982ed88e920989afb611a5387b3ff39 35060 devel extra 
golang-github-spf13-afero_0.0~git20160919.0.52e4a6c.orig.tar.xz
 fff2da34f78dbe131aa12b7960f02f9d 2732 devel extra 
golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1.debian.tar.xz
 54185a8bacbbe45a574416de7048bc24 28568 devel extra 
golang-github-spf13-afero-dev_0.0~git20160919.0.52e4a6c-1_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYAQPtAAoJEOolALQSxZrPpsYQAJWTzFPNiK+ieslLBi8ufrV/
Mdhl255HCUsO1q43tjQw5OhJ0vIq46ICYJOSPtCbwwWKWXHDxoIOwPuO80t0bcmG
cd7untK3AMzKZaRvC0Y2ngn9RV9TvJkE2yUM6rtLOABaqlBIlXjigql4vlOTR9EJ
tClMVe8VeXvdqtTcF2WwGRwqPwoybTaWy5S7yhda4w0qy0r4jc5PdB5ccagNWljj
r1XrshorIsorn4MVFXVyUr+ulyhLswQj0gHJIx2VhyX5G05kXC875h8H28VYkzuv
fZDzLXb3+J2HVmC2yY+c23Ea2n0mo2RvrVaOjwxdIlrzolDtmm+OHnoOoa7QiM39
CIKyslNkWlOfn4mUvRzblOIkBb4mF/rNkeg7dQXJzRQ7sSAasc0BwPr7vNvcPv43
YaOyGowvD3FYv6bsxum9uL8GihBSJvdCYgyh8EtNfmzMre9p2ZAzNcbV9dpnApFP
0sIXd9NNtdVGh0yZZi54q+7uICtTANjFHUpNXUPaiSLtlzOqDce9+I2AXG7VJj2o
zBbhE0H3lJTWmlSF589F5N3Z+oqVq/CWINiOtKYFR9qtH1ZlxAfXzcOuXiAKk0zl
H2fbrzWK3X+ALhKnf/iup/mSw8BUmPD28zKt+fgr8oitf4mX6L6vGwcnjifmvBiF
ZileTbA2Xk5sKM02nmHw
=1B35
-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] fleet 0.13.0+dfsg-1 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the fleet source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.13.0+dfsg-1

-- 
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] gitlab-ci-multi-runner 1.6.0+dfsg-1 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the gitlab-ci-multi-runner source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.6.0+dfsg-1

-- 
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-mitchellh-reflectwalk 0.0~git20150527.0.eecf4c7-1 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the golang-github-mitchellh-reflectwalk source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.0~git20150527.0.eecf4c7-1

-- 
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-appc-goaci 0.1.1-1 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the golang-github-appc-goaci source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.1.1-1

-- 
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] containerd 0.2.1~ds1-3 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the containerd source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.2.1~ds1-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] govendor 1.0.3+ds1-1 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the govendor source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0.3+ds1-1

-- 
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] gb 0.4.2-1 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the gb source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.4.2-1

-- 
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] etcd 2.3.7+dfsg-5 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the etcd source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2.3.7+dfsg-5

-- 
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] acbuild 0.4.0+dfsg-1 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the acbuild source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.4.0+dfsg-1

-- 
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-hashicorp-go-getter 0.0~git20160316.0.575ec4e-1 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the golang-github-hashicorp-go-getter source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.0~git20160316.0.575ec4e-1

-- 
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] systemd-docker 0.2.1+dfsg-2 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the systemd-docker source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.2.1+dfsg-2

-- 
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] Processing of golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1_amd64.changes

2016-10-14 Thread Debian FTP Masters
golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1.dsc
  golang-github-spf13-afero_0.0~git20160919.0.52e4a6c.orig.tar.xz
  golang-github-spf13-afero_0.0~git20160919.0.52e4a6c-1.debian.tar.xz
  golang-github-spf13-afero-dev_0.0~git20160919.0.52e4a6c-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] golang-github-fluent-fluent-logger-golang 1.1.0-1 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the golang-github-fluent-fluent-logger-golang source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.1.0-1

-- 
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-tinylib-msgp 1.0~beta-1 MIGRATED to testing

2016-10-14 Thread Debian testing watch
FYI: The status of the golang-github-tinylib-msgp source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0~beta-1

-- 
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