[pkg-go] golang-github-jedisct1-xsecretbox_0.0~git20180214.88b1956-1_amd64.changes is NEW

2018-04-01 Thread Debian FTP Masters
binary:golang-github-jedisct1-xsecretbox-dev is NEW.
binary:golang-github-jedisct1-xsecretbox-dev is NEW.
source:golang-github-jedisct1-xsecretbox 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] golang-github-jedisct1-dlog_0.3+git20180206.52c32ac-1_amd64.changes is NEW

2018-04-01 Thread Debian FTP Masters
binary:golang-github-jedisct1-dlog-dev is NEW.
binary:golang-github-jedisct1-dlog-dev is NEW.
source:golang-github-jedisct1-dlog 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] Bug#894590: ITP: golang-github-jedisct1-go-clocksmith -- A sleep-aware-sleep() function

2018-04-01 Thread Eric Dorland
Package: wnpp
Severity: wishlist
Owner: Eric Dorland 

* Package name: golang-github-jedisct1-go-clocksmith
  Version : 0.0~git20180307.c35da9b-1
  Upstream Author : Frank Denis
* URL : https://github.com/jedisct1/go-clocksmith
* License : MIT
  Programming Lang: Go
  Description : sleep-aware-sleep() function for Go

 A sleep-aware sleep() function, that doesn't pause (for too
 long) if the system goes to hibernation.

___
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-jedisct1-dlog_0.3+git20180206.52c32ac-1_amd64.changes

2018-04-01 Thread Debian FTP Masters
golang-github-jedisct1-dlog_0.3+git20180206.52c32ac-1_amd64.changes uploaded 
successfully to localhost
along with the files:
  golang-github-jedisct1-dlog_0.3+git20180206.52c32ac-1.dsc
  golang-github-jedisct1-dlog_0.3+git20180206.52c32ac.orig.tar.xz
  golang-github-jedisct1-dlog_0.3+git20180206.52c32ac-1.debian.tar.xz
  golang-github-jedisct1-dlog-dev_0.3+git20180206.52c32ac-1_all.deb
  golang-github-jedisct1-dlog_0.3+git20180206.52c32ac-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-ymomoi-goval-parser 0.0~git20170813.0.0a0be1d-2 MIGRATED to testing

2018-04-01 Thread Debian testing watch
FYI: The status of the golang-github-ymomoi-goval-parser source package
in Debian's testing distribution has changed.

  Previous version: 0.0~git20170813.0.0a0be1d-1
  Current version:  0.0~git20170813.0.0a0be1d-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] prometheus-mysqld-exporter is marked for autoremoval from testing

2018-04-01 Thread Debian testing autoremoval watch
prometheus-mysqld-exporter 0.10.0+git20180201.a71f4bb+ds-2 is marked for 
autoremoval from testing on 2018-05-01

It (build-)depends on packages with these RC bugs:
890936: golang-gopkg-ini.v1: FTBFS and Debci failure with golang-1.10-go


___
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#894585: ITP: golang-github-jedisct1-dlog -- A super simple logger for Go. Supports stderr, logfiles, syslog and windows event log.

2018-04-01 Thread Eric Dorland
Package: wnpp
Severity: wishlist
Owner: Eric Dorland 

* Package name: golang-github-jedisct1-dlog
  Version : 0.3+git20180206.52c32ac-1
  Upstream Author : Frank Denis
* URL : https://github.com/jedisct1/dlog
* License : BSD-2-clause
  Programming Lang: Go
  Description : A super simple logger for Go

 Go's standard logger is fairly limited. As result, kazilion alternatives
 loggers have been written.
 .
 All of these are wonderful. They can make your logs look colorful and
 pretty, buffer things in complicated ways, format data for ElasticSearch,
 and more.
 .
 Cool, but all I wanted is something super dumb, that just exposes
 log.Info(), log.Error() and a couple other standard levels.
 .
 I don't need a super flexible kitchen sink. Just something super basic
 and trivial to use. I just want it to handle different log levels, and
 be able to write simple logs to stderr, to a local file, to syslog and
 to the Windows event log.
 .
 So, here's one more logging library for Go. The dumbest of them
 all. Enjoy.

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