[pkg-go] golang-strk.kbt-projects-go-libravatar_0.0~git20161111.0.d628b68-1_amd64.changes is NEW

2017-03-13 Thread Debian FTP Masters
binary:golang-strk.kbt-projects-go-libravatar-dev is NEW.
binary:golang-strk.kbt-projects-go-libravatar-dev is NEW.
source:golang-strk.kbt-projects-go-libravatar 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
 or https://ftp-master.debian.org/backports-new.html for *-backports

___
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-strk.kbt-projects-go-libravatar_0.0~git20161111.0.d628b68-1_amd64.changes

2017-03-13 Thread Debian FTP Masters
golang-strk.kbt-projects-go-libravatar_0.0~git2016.0.d628b68-1_amd64.changes
 uploaded successfully to localhost
along with the files:
  golang-strk.kbt-projects-go-libravatar_0.0~git2016.0.d628b68-1.dsc
  golang-strk.kbt-projects-go-libravatar_0.0~git2016.0.d628b68.orig.tar.xz
  
golang-strk.kbt-projects-go-libravatar_0.0~git2016.0.d628b68-1.debian.tar.xz
  golang-strk.kbt-projects-go-libravatar-dev_0.0~git2016.0.d628b68-1_all.deb
  
golang-strk.kbt-projects-go-libravatar_0.0~git2016.0.d628b68-1_amd64.buildinfo

Greetings,

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

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


[pkg-go] Bug#857656: [PATCH] c/binaries: amend go whitelist to cover all errors

2017-03-13 Thread Michael Stapelberg
Package: lintian
Version: 2.5.51
Severity: normal
Tags: patch

Please consider merging the attached patch.

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armel, mipsel, arm64

Kernel: Linux 4.9.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lintian depends on:
ii  binutils  2.27.90.20170124-2
ii  bzip2 1.0.6-8.1
ii  diffstat  1.61-1
ii  file  1:5.29-3
ii  gettext   0.19.8.1-2
ii  intltool-debian   0.35.0+20060710.4
ii  libapt-pkg-perl   0.1.30
ii  libarchive-zip-perl   1.59-1
ii  libclass-accessor-perl0.34-1
ii  libclone-perl 0.38-2+b1
ii  libdpkg-perl  1.18.22
ii  libemail-valid-perl   1.202-1
ii  libfile-basedir-perl  0.07-1
ii  libipc-run-perl   0.94-1
ii  liblist-moreutils-perl0.416-1+b1
ii  libparse-debianchangelog-perl 1.2.0-12
ii  libperl5.22 [libdigest-sha-perl]  5.22.2-5
ii  libperl5.24 [libdigest-sha-perl]  5.24.1-1
ii  libtext-levenshtein-perl  0.13-1
ii  libtimedate-perl  2.3000-2
ii  liburi-perl   1.71-1
ii  libyaml-libyaml-perl  0.63-2
ii  man-db2.7.6.1-2
ii  patchutils0.3.4-2
ii  perl  5.24.1-1
ii  t1utils   1.39-2
ii  xz-utils  5.2.2-1.2+b1

Versions of packages lintian recommends:
ii  dpkg 1.18.22
pn  libperlio-gzip-perl  
ii  perl 5.24.1-1
ii  perl-modules-5.22 [libautodie-perl]  5.22.2-5
ii  perl-modules-5.24 [libautodie-perl]  5.24.1-1

Versions of packages lintian suggests:
pn  binutils-multiarch 
ii  dpkg-dev   1.18.22
ii  libhtml-parser-perl3.72-3
ii  libtext-template-perl  1.46-1

-- no debconf information
>From a6a605806a0c52f723879eaf2f3ace92c46ec2b4 Mon Sep 17 00:00:00 2001
From: Michael Stapelberg 
Date: Mon, 13 Mar 2017 20:30:40 +0100
Subject: [PATCH 3/3] c/binaries: amend go whitelist to cover all errors

---
 checks/binaries.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/checks/binaries.pm b/checks/binaries.pm
index 5870dd9bd..a0d57bc83 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -586,11 +586,13 @@ sub run {
 }
 
 if ($arch_hardening->{'hardening-no-bindnow'}
+and not $built_with_golang
 and not exists($objdump->{'FLAGS_1'}{'NOW'})) {
 tag 'hardening-no-bindnow', $file;
 }
 
 if ($arch_hardening->{'hardening-no-pie'}
+and not $built_with_golang
 and $objdump->{'ELF-TYPE'} eq 'EXEC') {
 tag 'hardening-no-pie', $file;
 }
-- 
2.11.0

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

[pkg-go] Bug#857655: [PATCH] c/binaries: fix go whitelist by moving variable

2017-03-13 Thread Michael Stapelberg
Package: lintian
Version: 2.5.51
Severity: normal
Tags: patch

Please consider merging the attached patch.

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armel, mipsel, arm64

Kernel: Linux 4.9.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lintian depends on:
ii  binutils  2.27.90.20170124-2
ii  bzip2 1.0.6-8.1
ii  diffstat  1.61-1
ii  file  1:5.29-3
ii  gettext   0.19.8.1-2
ii  intltool-debian   0.35.0+20060710.4
ii  libapt-pkg-perl   0.1.30
ii  libarchive-zip-perl   1.59-1
ii  libclass-accessor-perl0.34-1
ii  libclone-perl 0.38-2+b1
ii  libdpkg-perl  1.18.22
ii  libemail-valid-perl   1.202-1
ii  libfile-basedir-perl  0.07-1
ii  libipc-run-perl   0.94-1
ii  liblist-moreutils-perl0.416-1+b1
ii  libparse-debianchangelog-perl 1.2.0-12
ii  libperl5.22 [libdigest-sha-perl]  5.22.2-5
ii  libperl5.24 [libdigest-sha-perl]  5.24.1-1
ii  libtext-levenshtein-perl  0.13-1
ii  libtimedate-perl  2.3000-2
ii  liburi-perl   1.71-1
ii  libyaml-libyaml-perl  0.63-2
ii  man-db2.7.6.1-2
ii  patchutils0.3.4-2
ii  perl  5.24.1-1
ii  t1utils   1.39-2
ii  xz-utils  5.2.2-1.2+b1

Versions of packages lintian recommends:
ii  dpkg 1.18.22
pn  libperlio-gzip-perl  
ii  perl 5.24.1-1
ii  perl-modules-5.22 [libautodie-perl]  5.22.2-5
ii  perl-modules-5.24 [libautodie-perl]  5.24.1-1

Versions of packages lintian suggests:
pn  binutils-multiarch 
ii  dpkg-dev   1.18.22
ii  libhtml-parser-perl3.72-3
ii  libtext-template-perl  1.46-1

-- no debconf information
>From 5e485d8396e2c3a041c5ecb8ec90f81579cf182a Mon Sep 17 00:00:00 2001
From: Michael Stapelberg 
Date: Mon, 13 Mar 2017 20:30:24 +0100
Subject: [PATCH 2/3] c/binaries: fix go whitelist by moving variable

---
 checks/binaries.pm | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/checks/binaries.pm b/checks/binaries.pm
index 10edfc5f2..5870dd9bd 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -126,6 +126,13 @@ sub run {
 $arch_hardening = $HARDENING->value($arch)
   if $arch ne 'all';
 
+my $src = $group->get_source_processable;
+if (defined($src)) {
+$built_with_golang
+  = $src->info->relation('build-depends')
+  ->implies('golang-go | golang-any');
+}
+
 foreach my $file (sort keys %{$info->objdump_info}) {
 my $objdump = $info->objdump_info->{$file};
 my ($has_lfs, %unharded_functions, @hardened_functions);
@@ -273,13 +280,6 @@ sub run {
 tag 'package-name-doesnt-match-sonames', "@sonames"
   if @sonames && !$match_found;
 
-my $src = $group->get_source_processable;
-if (defined($src)) {
-$built_with_golang
-  = $src->info->relation('build-depends')
-  ->implies('golang-go | golang-any');
-}
-
 # process all files in package
 foreach my $file ($info->sorted_index) {
 my ($fileinfo, $objdump, $fname);
-- 
2.11.0

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

[pkg-go] Processing of golang-google-api_0.0~git20170310.0.1202890e-1_source.changes

2017-03-13 Thread Debian FTP Masters
golang-google-api_0.0~git20170310.0.1202890e-1_source.changes uploaded 
successfully to localhost
along with the files:
  golang-google-api_0.0~git20170310.0.1202890e-1.dsc
  golang-google-api_0.0~git20170310.0.1202890e.orig.tar.xz
  golang-google-api_0.0~git20170310.0.1202890e-1.debian.tar.xz
  golang-google-api_0.0~git20170310.0.1202890e-1_amd64.buildinfo

Greetings,

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

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


[pkg-go] Processed: golang-github-tideland-golib: FTBFS randomly (failing tests)

2017-03-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 850507 4.20.0-2
Bug #850507 {Done: Jordi Mallach } 
[src:golang-github-tideland-golib] golang-github-tideland-golib: FTBFS randomly 
(failing tests)
Marked as found in versions golang-github-tideland-golib/4.20.0-2; no longer 
marked as fixed in versions golang-github-tideland-golib/4.20.0-2 and reopened.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
850507: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850507
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] golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5-1_amd64.changes ACCEPTED into unstable, unstable

2017-03-13 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 12 Mar 2017 03:53:00 -0500
Source: golang-github-go-macaron-bindata
Binary: golang-github-go-macaron-bindata-dev
Architecture: source all
Version: 0.0~git20161222.0.85786f5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Michael Lustfield 
Description:
 golang-github-go-macaron-bindata-dev - in-memory static and template files for 
Macaron
Closes: 857241
Changes:
 golang-github-go-macaron-bindata (0.0~git20161222.0.85786f5-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #857241)
Checksums-Sha1:
 29d0a6bf30c302c7e407c3b4cccac3cbd452c2ef 2532 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5-1.dsc
 a62e822f79c69257c68d1fbfe995db60fdd1afa1 7400 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5.orig.tar.xz
 69ec693d2f5041b7945d1c39fca8e7e429bfca0d 1836 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5-1.debian.tar.xz
 74916c9e5bc8d094eb0b8819bfd5b9454e5444ac 5410 
golang-github-go-macaron-bindata-dev_0.0~git20161222.0.85786f5-1_all.deb
 371256179c134d4357bf990ee35c7020285a0620 6796 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5-1_amd64.buildinfo
Checksums-Sha256:
 ea57b9aff856cb534d3f450789c0fe4caac61fd828585ae82e723c4bfcd6ae2f 2532 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5-1.dsc
 4fd17249f28a0e816d9df6f47b625a229aa452ef976bff52704d8fd26d4b0770 7400 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5.orig.tar.xz
 2f17de8a8a3c82a2828b11224a386f1bb7be56165f156a795d640753786863ac 1836 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5-1.debian.tar.xz
 30d5f0719e34f72ba3d5150826d8169f8df00d020ccf7ed1d2cd42b2e4639c8a 5410 
golang-github-go-macaron-bindata-dev_0.0~git20161222.0.85786f5-1_all.deb
 0d7acbd3946b71d43ca3b4a7cb38e3f6886e0fd54ef9bab18c6505aeacc9203b 6796 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5-1_amd64.buildinfo
Files:
 7eaf8a00c9416e403e7d3da3d3e53dac 2532 devel extra 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5-1.dsc
 4f67a5a6073d174a535b43ca8405478b 7400 devel extra 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5.orig.tar.xz
 fb949117717678eeac957300bc2287d1 1836 devel extra 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5-1.debian.tar.xz
 afa4ffde9270b07cfdd9e107ebbd8b1c 5410 devel extra 
golang-github-go-macaron-bindata-dev_0.0~git20161222.0.85786f5-1_all.deb
 9713b827d1043dc9c460dcf38e3d6ef8 6796 devel extra 
golang-github-go-macaron-bindata_0.0~git20161222.0.85786f5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEBs1j101ZjEpH5CyWA6iJGnZa0IUFAljFtUAACgkQA6iJGnZa
0IVQKw/+N3ytr81RUAX0QpPUAqRY7SmlsJ5++pI3qQ9vqV15kQVGg6qLeE5i5w3W
6ikx/n65JBHNMhBXltTyCPf760VaUoLQCVORhf9c8gITL0xbn5eGpCEZ7JT+suby
lmFYX88G9Hdp1EajKE6Uq/xTdmKvZW6TUQOsFLS23gbeLVd+aDmm12fquGgKR0L5
YGs0LdyNqEKxa7sFDVSUeXFT1+ettJkwepERvnI6VK3qnLoFQituOK6W0nNcpaF5
vPFyQwNizeG6DZyp5KhbsfUlDoKWBi1NG4rSLvJcEYrrZ93AFOyCj2t4R75kFZMl
5N1HcgiMBcc7gl9PxPjc386FaBWWr6xpLJXE+36LeAMJGxNhfxJ7co6ow3Wanl1r
2iSxJZlUH1wiBNO/H0i7pJ420mvNYwAntHX6x78bw1DmirVighry88DICThzSesm
YqqXdFPtndQteK/2D0/H/pCWNQ2kQS3ph0kcLxySDZWh2BjWY3LL8lyeMdWVvgV2
YcdFZPJirUT7wu/XKmOTzffoPYs8OEgXD3KorABuyx/ORBXxPEThZi3rqCxmCxdS
GDACAk5d0uncpoTWxZ3dxR2lWOTJJoErB23RkxHwkEoDZ4xaIW3oeFc9192HA7vx
fZm+X5+0a+S8lQrshxoLXzCA/F0aSGqT8NrQxExZSIeNCcBQpT0=
=YaWK
-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#846705: marked as done (cadvisor: FTBFS: dh_auto_build: go install -v -p 1 github.com/google/cadvisor github.com/google/cadvisor/api github.com/google/cadvisor/cache github.com/google/cad

2017-03-13 Thread Debian Bug Tracking System
Your message dated Mon, 13 Mar 2017 14:15:00 +0100
with message-id <20170313131457.gm2ms4r6jgbzp...@mapreri.org>
and subject line Re: Bug#846705: cadvisor: FTBFS: dh_auto_build: go install -v 
-p 1 github.com/google/cadvisor github.com/google/cadvisor/api 
github.com/google/cadvisor/cache github.com/google/cadvisor/cache/memory 
github.com/google/cadvisor/client 
github.com/google/cadvisor/client/clientexample 
github.com/google/cadvisor/client/v2 github.com/google/cadvisor/collector 
github.com/google/cadvisor/container 
github.com/google/cadvisor/container/common 
github.com/google/cadvisor/container/docker 
github.com/google/cadvisor/container/libcontainer 
github.com/google/cadvisor/container/raw 
github.com/google/cadvisor/container/rkt 
github.com/google/cadvisor/container/systemd github.com/google/cadvisor/events 
github.com/google/cadvisor/fs github.com/google/cadvisor/healthz 
github.com/google/cadvisor/http github.com/google/cadvisor/http/mux 
github.com/google/cadvisor/info/v1 github.com/google/cadvisor/info/v1/test 
github.com/google/cadvisor/info/v2 
github.com/google/cadvisor/integration/framework 
github.com/google/cadvisor/integration/runner 
github.com/google/cadvisor/integration/tests/api 
github.com/google/cadvisor/integration/tests/healthz 
github.com/google/cadvisor/manager github.com/google/cadvisor/metrics 
github.com/google/cadvisor/pages github.com/google/cadvisor/pages/static 
github.com/google/cadvisor/storage github.com/google/cadvisor/storage/bigquery 
github.com/google/cadvisor/storage/bigquery/client 
github.com/google/cadvisor/storage/bigquery/client/example 
github.com/google/cadvisor/storage/elasticsearch 
github.com/google/cadvisor/storage/influxdb 
github.com/google/cadvisor/storage/kafka 
github.com/google/cadvisor/storage/redis 
github.com/google/cadvisor/storage/statsd 
github.com/google/cadvisor/storage/statsd/client 
github.com/google/cadvisor/storage/stdout 
github.com/google/cadvisor/storage/test github.com/google/cadvisor/summary 
github.com/google/cadvisor/utils github.com/google/cadvisor/utils/cloudinfo 
github.com/google/cadvisor/utils/container 
github.com/google/cadvisor/utils/cpuload 
github.com/google/cadvisor/utils/cpuload/netlink 
github.com/google/cadvisor/utils/cpuload/netlink/example 
github.com/google/cadvisor/utils/machine 
github.com/google/cadvisor/utils/oomparser 
github.com/google/cadvisor/utils/oomparser/oomexample 
github.com/google/cadvisor/utils/procfs github.com/google/cadvisor/utils/sysfs 
github.com/google/cadvisor/utils/sysfs/fakesysfs 
github.com/google/cadvisor/utils/sysinfo github.com/google/cadvisor/validate 
github.com/google/cadvisor/version returned exit code 2
has caused the Debian Bug report #846705,
regarding cadvisor: FTBFS: dh_auto_build: go install -v -p 1 
github.com/google/cadvisor github.com/google/cadvisor/api 
github.com/google/cadvisor/cache github.com/google/cadvisor/cache/memory 
github.com/google/cadvisor/client 
github.com/google/cadvisor/client/clientexample 
github.com/google/cadvisor/client/v2 github.com/google/cadvisor/collector 
github.com/google/cadvisor/container 
github.com/google/cadvisor/container/common 
github.com/google/cadvisor/container/docker 
github.com/google/cadvisor/container/libcontainer 
github.com/google/cadvisor/container/raw 
github.com/google/cadvisor/container/rkt 
github.com/google/cadvisor/container/systemd github.com/google/cadvisor/events 
github.com/google/cadvisor/fs github.com/google/cadvisor/healthz 
github.com/google/cadvisor/http github.com/google/cadvisor/http/mux 
github.com/google/cadvisor/info/v1 github.com/google/cadvisor/info/v1/test 
github.com/google/cadvisor/info/v2 
github.com/google/cadvisor/integration/framework 
github.com/google/cadvisor/integration/runner 
github.com/google/cadvisor/integration/tests/api 
github.com/google/cadvisor/integration/tests/healthz 
github.com/google/cadvisor/manager github.com/google/cadvisor/metrics 
github.com/google/cadvisor/pages github.com/google/cadvisor/pages/static 
github.com/google/cadvisor/storage github.com/google/cadvisor/storage/bigquery 
github.com/google/cadvisor/storage/bigquery/client 
github.com/google/cadvisor/storage/bigquery/client/example 
github.com/google/cadvisor/storage/elasticsearch 
github.com/google/cadvisor/storage/influxdb 
github.com/google/cadvisor/storage/kafka 
github.com/google/cadvisor/storage/redis 
github.com/google/cadvisor/storage/statsd 
github.com/google/cadvisor/storage/statsd/client 
github.com/google/cadvisor/storage/stdout 
github.com/google/cadvisor/storage/test github.com/google/cadvisor/summary 
github.com/google/cadvisor/utils github.com/google/cadvisor/utils/cloudinfo 
github.com/google/cadvisor/utils/container 
github.com/google/cadvisor/utils/cpuload 
github.com/google/cadvisor/utils/cpuload/netlink 
github.com/google/cadvisor/utils/cpuload/netlink/example 
github.com/google/cadvisor/utils/machine 
github.com/google/cadvisor/utils/oomparser 

[pkg-go] golang-github-petar-gollrb_0.0~git20130427.0.53be0d3-1_amd64.changes is NEW

2017-03-13 Thread Debian FTP Masters
binary:golang-github-petar-gollrb-dev is NEW.
binary:golang-github-petar-gollrb-doc is NEW.
binary:golang-github-petar-gollrb-dev is NEW.
binary:golang-github-petar-gollrb-doc is NEW.
source:golang-github-petar-gollrb 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
 or https://ftp-master.debian.org/backports-new.html for *-backports

___
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-petar-gollrb_0.0~git20130427.0.53be0d3-1_amd64.changes

2017-03-13 Thread Debian FTP Masters
golang-github-petar-gollrb_0.0~git20130427.0.53be0d3-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-github-petar-gollrb_0.0~git20130427.0.53be0d3-1.dsc
  golang-github-petar-gollrb_0.0~git20130427.0.53be0d3.orig.tar.xz
  golang-github-petar-gollrb_0.0~git20130427.0.53be0d3-1.debian.tar.xz
  golang-github-petar-gollrb-dev_0.0~git20130427.0.53be0d3-1_all.deb
  golang-github-petar-gollrb-doc_0.0~git20130427.0.53be0d3-1_all.deb
  golang-github-petar-gollrb_0.0~git20130427.0.53be0d3-1_amd64.buildinfo

Greetings,

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

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


[pkg-go] Processing of golang-golang-x-debug_0.0~git20160621.0.fb50892-1_amd64.changes

2017-03-13 Thread Debian FTP Masters
golang-golang-x-debug_0.0~git20160621.0.fb50892-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-golang-x-debug_0.0~git20160621.0.fb50892-1.dsc
  golang-golang-x-debug_0.0~git20160621.0.fb50892.orig.tar.xz
  golang-golang-x-debug_0.0~git20160621.0.fb50892-1.debian.tar.xz
  golang-golang-x-debug-dev_0.0~git20160621.0.fb50892-1_all.deb
  golang-golang-x-debug_0.0~git20160621.0.fb50892-1_amd64.buildinfo

Greetings,

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

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


[pkg-go] golang-github-blevesearch-go-porterstemmer_1.0.1+git20141230.9.23a2c8e-2_source.changes ACCEPTED into unstable

2017-03-13 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Mar 2017 00:35:37 -0500
Source: golang-github-blevesearch-go-porterstemmer
Binary: golang-github-blevesearch-go-porterstemmer-dev
Architecture: source
Version: 1.0.1+git20141230.9.23a2c8e-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Michael Lustfield 
Description:
 golang-github-blevesearch-go-porterstemmer-dev - Native Go implementation of 
the Porter Stemming algorithm
Changes:
 golang-github-blevesearch-go-porterstemmer (1.0.1+git20141230.9.23a2c8e-2) 
unstable; urgency=medium
 .
   * Added lintian overrides.
Checksums-Sha1:
 9039ebe2a6ae5b9b2a9859a58ebb7a02849da60e 2559 
golang-github-blevesearch-go-porterstemmer_1.0.1+git20141230.9.23a2c8e-2.dsc
 e23efec429246e5ae8e5a50abb716cb3b0e60a02 2176 
golang-github-blevesearch-go-porterstemmer_1.0.1+git20141230.9.23a2c8e-2.debian.tar.xz
 1147ac9760e3c9cedda05a453361b79fd02eb2a0 5525 
golang-github-blevesearch-go-porterstemmer_1.0.1+git20141230.9.23a2c8e-2_source.buildinfo
Checksums-Sha256:
 5f3b44c85fb98ef515593a262e8a04a10ef89f401eb09fe5993a8ddc935e3565 2559 
golang-github-blevesearch-go-porterstemmer_1.0.1+git20141230.9.23a2c8e-2.dsc
 f09f1ced40566327b3b049d5e0fae190e77bf14c99bf637a85a54096761282ad 2176 
golang-github-blevesearch-go-porterstemmer_1.0.1+git20141230.9.23a2c8e-2.debian.tar.xz
 137a9256dbcb824c7902abd5ece9fd80f19ba2a5dc78cf5be8203d6dc6133fa9 5525 
golang-github-blevesearch-go-porterstemmer_1.0.1+git20141230.9.23a2c8e-2_source.buildinfo
Files:
 ca63403b4a664e56155d625d5f336214 2559 devel extra 
golang-github-blevesearch-go-porterstemmer_1.0.1+git20141230.9.23a2c8e-2.dsc
 8fec6e4faef4c126017a26b1d33fb501 2176 devel extra 
golang-github-blevesearch-go-porterstemmer_1.0.1+git20141230.9.23a2c8e-2.debian.tar.xz
 1463fcb772beb9a3ed8ebb3e31697535 5525 devel extra 
golang-github-blevesearch-go-porterstemmer_1.0.1+git20141230.9.23a2c8e-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEBs1j101ZjEpH5CyWA6iJGnZa0IUFAljGMCkACgkQA6iJGnZa
0IWv6RAAx0CMo6sjJLAcZoy9N4Yl/0p0jahHTo4L7jaFGsmWmbh0aWbO28nX5/jS
jpyZ6T2od5OQIegkWLfYaCoeVQfOe9mz3xGGdgfTpfOxtMBfggClTEHLfPz02WC3
NzF659uOho9EazHSOlLqvyu2VhUZruCo0oHk0DL+JfOpKl3VrahmEtorhPgpha9z
eRzQ1hqL8IREJaiYb5xDWspEYf3Y9+bvxwdo8TJa38dXKgTx4rv9TWdFZP5bmgkw
oAh5Fa2T7NnwgdD3q8hsH46TAe3WwtYqjc/7uCT3KC6xceVUgaNuCUCK2y8HbOhA
HwRY9jSrpm+pZ6dld81cwRYfhuZYVQ1x1E5zhSqR5/PWA5BEuGIgXY6hyJ1xYov9
xDJZaYkIj5V2uB42PocdOBBirpSL9cRve+0kpf36Qriw2PUkk9Bq0jcDlObnYSr8
de1wvE4QblPRgYyG68UnOe1DgXsi6+3d7sVTGe3rk3aV4PF82OcIbcaC7TXkt1rM
PBUlfbIxLUaDFu+J1M8xQayPLIgdgorlqYe+FrTvW78MkuTTHfCwGwHpZjenwLaT
x3FNtw3xALmwAP5p476w+VLDlyWdsWsxFkk28XkjWdY3esN0eLLLa9xGdxADAxMM
2C/vTt5cZtOmJ2mOCkD/6gSjhqrEO3zqOgm0ykawokYgcqSLEfk=
=Nio6
-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