Re: [pkg-go] golang-google-cloud and other breakage

2017-01-04 Thread Martín Ferrari
Tim,

On 04/01/17 02:28, Potter, Tim wrote:
> I was poking at this last year before Christmas and grpc is actually up to
> SupportPackageIsVersion4 now.  )-:

Yes. This was indeed the issue. Packages including pre-generated
protobuf go filess, were using the older symbols. So these packages were
not building any more.

> Should be make it a general policy to regenerate proto files for each new
> grpc release?  This sounded good to me until I discovered that etcd3 has
> the grpc as an official API[1],[2].  I think that I saw the etcd.proto file 
> (for etcd2)
> in the source of another package (swarmkit?).  Not sure whether the version
> business is going to mess is up here as well - are the wire formats 
> incompatible
> between the different versions?

I don't think the wire formats are incompatible, but I haven't checked.

In my opinion, no package should be shipping .pg.go files from upstream.
Instead, we should re-generate those at build time, using the current
versions of protobuf-compiler and grpc. So, next time there is an
incompatible change, we only need to rebuild the libraries that generate
.pb.go files.

> I think I decided that vendoring the source for grpc in each package where 
> it's
> needed was going to be easier.  The Debian way of having a single source
> for a library is not really working here.

I honestly don't like that. I understand we vendor sometimes when there
is no other option, or the extra work is too much. But in this case, we
only need to fix the package once.

In the future, we should also start versioning grpc and
protobuf-compiler, so we can detect this automatically.


-- 
Martín Ferrari (Tincho)

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


[pkg-go] golang-github-appc-docker2aci is marked for autoremoval from testing

2017-01-04 Thread Debian testing autoremoval watch
golang-github-appc-docker2aci 0.14.0+dfsg-2 is marked for autoremoval from 
testing on 2017-01-29

It (build-)depends on packages with these RC bugs:
841575: docker-registry: FTBFS: Test 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] Bug#850198: golang-github-dvsekhvalnov-jose2go: FTBFS randomly (failing tests)

2017-01-04 Thread Santiago Vila
Package: src:golang-github-dvsekhvalnov-jose2go
Version: 1.2-1
Severity: important

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_testdir -i -O--buildsystem=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
go install -v -p 1 github.com/dvsekhvalnov/jose2go 
github.com/dvsekhvalnov/jose2go/aes github.com/dvsekhvalnov/jose2go/arrays 
github.com/dvsekhvalnov/jose2go/base64url 
github.com/dvsekhvalnov/jose2go/compact github.com/dvsekhvalnov/jose2go/kdf 
github.com/dvsekhvalnov/jose2go/keys/ecc 
github.com/dvsekhvalnov/jose2go/keys/rsa github.com/dvsekhvalnov/jose2go/padding
github.com/dvsekhvalnov/jose2go/base64url
github.com/dvsekhvalnov/jose2go/arrays
github.com/dvsekhvalnov/jose2go/aes
github.com/dvsekhvalnov/jose2go/compact
github.com/dvsekhvalnov/jose2go/kdf
github.com/dvsekhvalnov/jose2go/keys/ecc

[... snipped ...]

--- PASS: Test (0.00s)
PASS
ok  github.com/dvsekhvalnov/jose2go/aes 0.004s
=== RUN   Test
OK: 6 passed
--- PASS: Test (0.00s)
PASS
ok  github.com/dvsekhvalnov/jose2go/arrays  0.003s
=== RUN   Test
err = illegal base64 data at input byte 32
OK: 3 passed
--- PASS: Test (0.00s)
PASS
ok  github.com/dvsekhvalnov/jose2go/base64url   0.003s
=== RUN   Test

err=illegal base64 data at input byte 4
OK: 8 passed
--- PASS: Test (0.00s)
PASS
ok  github.com/dvsekhvalnov/jose2go/compact 0.003s
=== RUN   Test
OK: 16 passed
--- PASS: Test (0.15s)
PASS
ok  github.com/dvsekhvalnov/jose2go/kdf 0.151s
=== RUN   Test
OK: 6 passed
--- PASS: Test (0.04s)
PASS
ok  github.com/dvsekhvalnov/jose2go/keys/ecc0.040s
=== RUN   Test
OK: 4 passed
--- PASS: Test (0.00s)
PASS
ok  github.com/dvsekhvalnov/jose2go/keys/rsa0.005s
=== RUN   Test
OK: 13 passed
--- PASS: Test (0.00s)
PASS
ok  github.com/dvsekhvalnov/jose2go/padding 0.003s
dh_auto_test: go test -v -p 1 github.com/dvsekhvalnov/jose2go 
github.com/dvsekhvalnov/jose2go/aes github.com/dvsekhvalnov/jose2go/arrays 
github.com/dvsekhvalnov/jose2go/base64url 
github.com/dvsekhvalnov/jose2go/compact github.com/dvsekhvalnov/jose2go/kdf 
github.com/dvsekhvalnov/jose2go/keys/ecc 
github.com/dvsekhvalnov/jose2go/keys/rsa 
github.com/dvsekhvalnov/jose2go/padding returned exit code 1
debian/rules:7: recipe for target 'build-indep' failed
make: *** [build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2


This is just how the build ends, not necessarily the relevant part.

I've put several build logs here:

https://people.debian.org/~sanvila/golang-github-dvsekhvalnov-jose2go/

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

The bug should be reproducible with sbuild on a single CPU virtual machine,
provided you try enough times (as the failure happens randomly).

After building 200 times, the failure rate observed here is about 6%.

Thanks.

___
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#850197: golang-github-dgryski-go-bits: FTBFS randomly (failing tests)

2017-01-04 Thread Santiago Vila
Package: src:golang-github-dgryski-go-bits
Version: 0.0~git20151205.0.86c69b3-1
Severity: important

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_testdir -i -O--buildsystem=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
go install -v -p 1 github.com/dgryski/go-bits
github.com/dgryski/go-bits
   dh_auto_test -i -O--buildsystem=golang
go test -v -p 1 github.com/dgryski/go-bits
=== RUN   TestQuickCtz
--- PASS: TestQuickCtz (0.00s)
=== RUN   TestQuickClz

[... snipped ...]

/usr/lib/go-1.7/src/runtime/asm_amd64.s:2086 +0x1 fp=0xc420044fa8 
sp=0xc420044fa0
created by testing.(*T).Run
/usr/lib/go-1.7/src/testing/testing.go:646 +0x2ec

goroutine 1 [chan receive]:
testing.(*T).Run(0xc420018180, 0x53cf14, 0xf, 0x54be38, 0xc42003fd01)
/usr/lib/go-1.7/src/testing/testing.go:647 +0x316
testing.RunTests.func1(0xc420018180)
/usr/lib/go-1.7/src/testing/testing.go:793 +0x6d
testing.tRunner(0xc420018180, 0xc42003fe20)
/usr/lib/go-1.7/src/testing/testing.go:610 +0x81
testing.RunTests(0x54be58, 0x5dd7c0, 0x3, 0x3, 0x53c471)
/usr/lib/go-1.7/src/testing/testing.go:799 +0x2f5
testing.(*M).Run(0xc42003fee8, 0xc42000e510)
/usr/lib/go-1.7/src/testing/testing.go:743 +0x85
main.main()
github.com/dgryski/go-bits/_test/_testmain.go:58 +0xc6

rax0x54be20
rbx0x38fc2ffac2fd9401
rcx0x54be50
rdx0x38fc2ffac2fd9401
rdi0xc4200449b8
rsi0x479100
rbp0xc420044998
rsp0xc420044970
r8 0x18b
r9 0xc42000ff48
r100x50e6a0
r110x0
r120x10
r130x1f50
r140x1f6
r150x582480
rip0x479105
rflags 0x10216
cs 0x33
fs 0x0
gs 0x0
exit status 2
FAILgithub.com/dgryski/go-bits  0.022s
dh_auto_test: go test -v -p 1 github.com/dgryski/go-bits returned exit code 1
debian/rules:4: recipe for target 'build-indep' failed
make: *** [build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2


This is just how the build ends, not necessarily the relevant part.

I've put several build logs here:

https://people.debian.org/~sanvila/golang-github-dgryski-go-bits/

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

The bug should be reproducible with sbuild on a single CPU virtual machine,
provided you try enough times (as the failure happens randomly).

After building 200 times, the failure rate observed here is about 17%.

Thanks.

___
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#850199: golang-github-gogits-cron: FTBFS randomly (failing tests)

2017-01-04 Thread Santiago Vila
Package: src:golang-github-gogits-cron
Version: 0.0~git20160810.32.7f3990a-1
Severity: important

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_testdir -i -O--buildsystem=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
go install -v -p 1 github.com/gogits/cron
github.com/gogits/cron
   dh_auto_test -i -O--buildsystem=golang
go test -v -p 1 github.com/gogits/cron
=== RUN   TestConstantDelayNext
--- PASS: TestConstantDelayNext (0.00s)
=== RUN   TestFuncPanicRecovery

[... snipped ...]

--- PASS: TestAddWhileRunning (1.00s)
=== RUN   TestAddWhileRunningWithDelay
--- PASS: TestAddWhileRunningWithDelay (6.01s)
=== RUN   TestSnapshotEntries
--- PASS: TestSnapshotEntries (1.99s)
=== RUN   TestMultipleEntries
--- PASS: TestMultipleEntries (1.00s)
=== RUN   TestRunningJobTwice
--- PASS: TestRunningJobTwice (2.00s)
=== RUN   TestRunningMultipleSchedules
--- PASS: TestRunningMultipleSchedules (1.00s)
=== RUN   TestLocalTimezone
2017/01/02 21:06:59 End of range (60) above maximum (59): 60
--- FAIL: TestLocalTimezone (1.01s)
=== RUN   TestStopWithoutStart
--- PASS: TestStopWithoutStart (0.00s)
=== RUN   TestJob
--- PASS: TestJob (0.99s)
=== RUN   TestRange
--- PASS: TestRange (0.00s)
=== RUN   TestField
--- PASS: TestField (0.00s)
=== RUN   TestBits
--- PASS: TestBits (0.00s)
=== RUN   TestSpecSchedule
--- PASS: TestSpecSchedule (0.00s)
=== RUN   TestActivation
--- PASS: TestActivation (0.00s)
=== RUN   TestNext
--- PASS: TestNext (0.00s)
=== RUN   TestErrors
2017/01/02 21:07:01 Expected 5 or 6 fields, found 1: xyz
2017/01/02 21:07:01 End of range (60) above maximum (59): 60
2017/01/02 21:07:01 End of range (60) above maximum (59): 60
2017/01/02 21:07:01 Failed to parse int from XYZ: strconv.ParseInt: parsing 
"XYZ": invalid syntax
--- PASS: TestErrors (0.00s)
=== RUN   TestNextWithTz
--- PASS: TestNextWithTz (0.00s)
FAIL
exit status 1
FAILgithub.com/gogits/cron  18.062s
dh_auto_test: go test -v -p 1 github.com/gogits/cron returned exit code 1
debian/rules:4: recipe for target 'build-indep' failed
make: *** [build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2


This is just how the build ends, not necessarily the relevant part.

I've put several build logs here:

https://people.debian.org/~sanvila/golang-github-gogits-cron/

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

The bug should be reproducible with sbuild on a single CPU virtual machine,
provided you try enough times (as the failure happens randomly).

After building 200 times, the failure rate observed here is about 1.5%.

Thanks.

___
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#850201: tendermint-go-flowrate: FTBFS randomly (failing tests)

2017-01-04 Thread Santiago Vila
Package: src:tendermint-go-flowrate
Version: 0.0~git20161104.0.a20c98e-1
Severity: important

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_testdir -i -O--buildsystem=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
go install -v -p 1 github.com/tendermint/go-flowrate/flowrate
github.com/tendermint/go-flowrate/flowrate
   dh_auto_test -i -O--buildsystem=golang
go test -v -p 1 github.com/tendermint/go-flowrate/flowrate
=== RUN   TestReader
--- PASS: TestReader (0.45s)
=== RUN   TestWriter
--- FAIL: TestWriter (0.51s)
io_test.go:140: w.Status(0) expected {true 2017-01-02 20:57:40.72 + 
UTC 400ms 0s 80 4 200 200 200 200 20 100ms 80.000%}; got {true 2017-01-02 
20:57:40.72 + UTC 420ms 0s 80 4 200 197 190 200 20 100ms 80.000%}
io_test.go:140: w.Status(1) expected {true 2017-01-02 20:57:40.72 + 
UTC 500ms 100ms 100 5 200 200 200 200 0 0s 100.000%}; got {true 2017-01-02 
20:57:40.72 + UTC 520ms 100ms 100 5 200 197 192 200 0 0s 100.000%}
FAIL
exit status 1
FAILgithub.com/tendermint/go-flowrate/flowrate  0.962s
dh_auto_test: go test -v -p 1 github.com/tendermint/go-flowrate/flowrate 
returned exit code 1
debian/rules:4: recipe for target 'build-indep' failed
make: *** [build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2


This is just how the build ends, not necessarily the relevant part.

I've put several build logs here:

https://people.debian.org/~sanvila/tendermint-go-flowrate/

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

The bug should be reproducible with sbuild on a single CPU virtual machine,
provided you try enough times (as the failure happens randomly).

After building 200 times, the failure rate observed here is about 10%.

Thanks.

___
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#850200: golang-github-google-gofuzz: FTBFS randomly (failing tests)

2017-01-04 Thread Santiago Vila
Package: src:golang-github-google-gofuzz
Version: 0.0~git20150903.0.e4af62d-2
Severity: important

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:


[...]
 debian/rules build-indep
dh build-indep --buildsystem=golang --with=golang
   dh_testdir -i -O--buildsystem=golang
   dh_update_autotools_config -i -O--buildsystem=golang
   dh_auto_configure -i -O--buildsystem=golang
   dh_auto_build -i -O--buildsystem=golang
go install -v -p 1 github.com/google/gofuzz
github.com/google/gofuzz
   dh_auto_test -i -O--buildsystem=golang
go test -v -p 1 github.com/google/gofuzz
=== RUN   TestFuzz_basic
--- PASS: TestFuzz_basic (0.00s)
=== RUN   TestFuzz_structptr
--- FAIL: TestFuzz_structptr (0.00s)
fuzz_test.go:96: a not nil seems to not be getting set, was zero value 
10 times
fuzz_test.go:96: as seems to not be getting set, was zero value 10 times
=== RUN   TestFuzz_structmap
--- PASS: TestFuzz_structmap (0.00s)
=== RUN   TestFuzz_structslice
--- PASS: TestFuzz_structslice (0.00s)
=== RUN   TestFuzz_custom
--- PASS: TestFuzz_custom (0.00s)
=== RUN   TestFuzz_interface
--- PASS: TestFuzz_interface (0.00s)
=== RUN   TestFuzz_interfaceAndFunc
--- PASS: TestFuzz_interfaceAndFunc (0.00s)
=== RUN   TestFuzz_noCustom
--- PASS: TestFuzz_noCustom (0.00s)
=== RUN   ExampleSimple
--- PASS: ExampleSimple (0.00s)
=== RUN   ExampleCustom
--- PASS: ExampleCustom (0.00s)
=== RUN   ExampleComplex
--- PASS: ExampleComplex (0.00s)
=== RUN   ExampleMap
--- PASS: ExampleMap (0.00s)
=== RUN   ExampleSingle
--- PASS: ExampleSingle (0.00s)
=== RUN   ExampleEnum
--- PASS: ExampleEnum (0.00s)
FAIL
exit status 1
FAILgithub.com/google/gofuzz0.008s
dh_auto_test: go test -v -p 1 github.com/google/gofuzz returned exit code 1
debian/rules:4: recipe for target 'build-indep' failed
make: *** [build-indep] Error 1
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2


This is just how the build ends, not necessarily the relevant part.

I've put several build logs here:

https://people.debian.org/~sanvila/golang-github-google-gofuzz/

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the page for this package.

The bug should be reproducible with sbuild on a single CPU virtual machine,
provided you try enough times (as the failure happens randomly).

After building 200 times, the failure rate observed here is about 6%.

Thanks.

___
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] syncthing_0.14.18+dfsg1-1_amd64.changes ACCEPTED into unstable

2017-01-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 Jan 2017 11:43:38 -0500
Source: syncthing
Binary: golang-github-syncthing-syncthing-dev syncthing syncthing-relaysrv 
syncthing-discosrv
Architecture: source all amd64
Version: 0.14.18+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Alexandre Viau 
Description:
 golang-github-syncthing-syncthing-dev - decentralized file synchronization - 
dev package
 syncthing  - decentralized file synchronization
 syncthing-discosrv - decentralized file synchronization - discovery server
 syncthing-relaysrv - decentralized file synchronization - relay server
Changes:
 syncthing (0.14.18+dfsg1-1) unstable; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 eaae95084d012490aeda389385745d894c0d7c10 3180 syncthing_0.14.18+dfsg1-1.dsc
 bcb8ec1574d9188ed6c385242919cbbd6c069812 2030874 
syncthing_0.14.18+dfsg1.orig.tar.gz
 f4886d39272ee3c52fad8f22fce965441784091e 18544 
syncthing_0.14.18+dfsg1-1.debian.tar.xz
 59c5fd47e44cc753c39e8155e0f09d64c9722cd6 2493972 
golang-github-syncthing-syncthing-dev_0.14.18+dfsg1-1_all.deb
 daa6bad453679a090312dc6f1c5129a707aa5f77 2104758 
syncthing-discosrv_0.14.18+dfsg1-1_amd64.deb
 630723e15c6ee783de797307211b495d7ffafbce 1627034 
syncthing-relaysrv_0.14.18+dfsg1-1_amd64.deb
 7bc2566a9b72521840728046bedb51bb91b45bc6 8223 
syncthing_0.14.18+dfsg1-1_amd64.buildinfo
 27399c4351b8e3f477d09cd846f8014beddfe18c 4199360 
syncthing_0.14.18+dfsg1-1_amd64.deb
Checksums-Sha256:
 f0aca34cc587973bb18fc75836c00ba00786906ea957dfdc72e542c8b9074fdb 3180 
syncthing_0.14.18+dfsg1-1.dsc
 c90d3f5b0819655c07650434e522c1e0018326712232e320d946a5f5a1ef9f7e 2030874 
syncthing_0.14.18+dfsg1.orig.tar.gz
 c4fc0b2c1db9865fa3cea50c2be10beff3e4cd4276824ae91d80203a9a058b1a 18544 
syncthing_0.14.18+dfsg1-1.debian.tar.xz
 785c6c33608ae0835d33ab0b4b3e7d65a7554a5a2920f2146074d385db97 2493972 
golang-github-syncthing-syncthing-dev_0.14.18+dfsg1-1_all.deb
 e739a2b889f56ec8d7663878c86d18015cde4753f8682e919d88227863a79f27 2104758 
syncthing-discosrv_0.14.18+dfsg1-1_amd64.deb
 7956c8b900d6f9703cf6732242b942442a3bf0cc20cc2a4fa243ae89eca66b07 1627034 
syncthing-relaysrv_0.14.18+dfsg1-1_amd64.deb
 a597dc5ab6719c1bfcdd8a58c8f4096d861de290cebf7d8bd5aa751295da9cd7 8223 
syncthing_0.14.18+dfsg1-1_amd64.buildinfo
 d4f815c922fd8f75ba1a32dcfe98535fb624ee513c35b8b62e36e4263d009233 4199360 
syncthing_0.14.18+dfsg1-1_amd64.deb
Files:
 7f5c58159eb6d791503fc2fa602d6dc4 3180 utils extra syncthing_0.14.18+dfsg1-1.dsc
 0cd179638fd56f3c0800319550bfeee4 2030874 utils extra 
syncthing_0.14.18+dfsg1.orig.tar.gz
 aaf1689217d81bb93f84b7cc6533b5b8 18544 utils extra 
syncthing_0.14.18+dfsg1-1.debian.tar.xz
 8fcb607f7e5a679f8f7197ba6c7e39ff 2493972 devel extra 
golang-github-syncthing-syncthing-dev_0.14.18+dfsg1-1_all.deb
 51789569f059ee804994c40ddb1eccac 2104758 utils extra 
syncthing-discosrv_0.14.18+dfsg1-1_amd64.deb
 2610b3fe88f644bf919d1d99850cbb2f 1627034 utils extra 
syncthing-relaysrv_0.14.18+dfsg1-1_amd64.deb
 ab373a49d621db82db9135ada7e0c476 8223 utils extra 
syncthing_0.14.18+dfsg1-1_amd64.buildinfo
 a71b8f09a6fa8e36d5c0c40093c73e91 4199360 utils extra 
syncthing_0.14.18+dfsg1-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJFBAEBCgAvFiEEB0B3ii38SjnAyLyMjysRPGU1xacFAlhtKHcRHGF2aWF1QGRl
Ymlhbi5vcmcACgkQjysRPGU1xad2+BAAgR+yyIGqV0uREQlPS3ZD6WcCwLL4HNs0
1c+jPkPzKXOXNO2Mndb/Q7TxF6hiD2PQNKM2weAfOg4vkV3KgormgiuT5ksC5pVh
NPJgUYJ61D6xd3wUY9r7evvuq0LG+SaPDu9mJFAU6TTvq+9Y9+/vgWCd0B9tnncS
R0gNp/SWxYkhYfbJ7rfz8paU7Cg03IMAIWNNGg9GcSM4NTI3yP6pNJ2GWBodNCiy
T/OzpdD8gWoiiuP8kfyOTFaE4PeyyBkFX52Idbd7bR7hoXbTGefgXtvfikemXERr
aVFlBOyOy53KPEEhlpuWT0T/5DA4QobzF+iBrp14kyx4uAkHyl4ZMvJOaIDZ8y7Q
6U5PDmCLGEIJputuhxmxgGSzWLE+k44+KkPg4juehk3acIx36Lx9G5YIVwBZrR8N
miutQcJOJL6TTulCyuCkY5orOi/YIfgMO68I346VWYQ1I74n7PlWA9RJ0q+n2N6m
p8xzqiL3ZMF3c5OAmHalL41Ihh1nJA3cemiTDS1n+A/P2Z9MGiu2pC1XqcwPVMOC
oCLhpngiPOS/qgcdVAS1kJoMxz0pgv8+v3UNPF38pH9yUgRDcbEfgWjdnWKpSan4
2x4pWuosfMbcKcF7G9YxvWYOi8l12P4zWnVrG38CRaTBKpZQkznqhTcsGX+A+ze8
Bj7X7eccrJs=
=nIZ+
-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 syncthing_0.14.18+dfsg1-1_amd64.changes

2017-01-04 Thread Debian FTP Masters
syncthing_0.14.18+dfsg1-1_amd64.changes uploaded successfully to localhost
along with the files:
  syncthing_0.14.18+dfsg1-1.dsc
  syncthing_0.14.18+dfsg1.orig.tar.gz
  syncthing_0.14.18+dfsg1-1.debian.tar.xz
  golang-github-syncthing-syncthing-dev_0.14.18+dfsg1-1_all.deb
  syncthing-discosrv_0.14.18+dfsg1-1_amd64.deb
  syncthing-relaysrv_0.14.18+dfsg1-1_amd64.deb
  syncthing_0.14.18+dfsg1-1_amd64.buildinfo
  syncthing_0.14.18+dfsg1-1_amd64.deb

Greetings,

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

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


[pkg-go] golang-github-aelsabbahy-gonetstat 0.0~git20160428.0.edf89f7-2 MIGRATED to testing

2017-01-04 Thread Debian testing watch
FYI: The status of the golang-github-aelsabbahy-gonetstat source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.0~git20160428.0.edf89f7-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