Bug#927405: ITP: libtext-ansi-util-perl -- routines for text containing ANSI color codes

2019-04-18 Thread Laurent Baillet
Package: wnpp
Severity: wishlist
Owner: Laurent Baillet 

* Package name: libtext-ansi-util-perl
  Version : 0.22
  Upstream Author : perlancar 
* URL : https://metacpan.org/release/Text-ANSI-Util
* License : GPL-1+ or Artistic
  Programming Lang: Perl
  Description : routines for text containing ANSI color codes

This module provides routines for dealing with text that contains ANSI color
codes, e.g. for determining its length/width, stripping the color codes,
extracting the color codes, and so on.

It is a requirement for
libprogress-any-output-termiprogressbarcolor-perl than i plan to package.

I will package it within the Debian Perl Team.



Bug#927404: ITP: cli11 -- A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface

2019-04-18 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao Mo 

* Package name: cli11
  Version : 1.71
  Upstream Author : Henry Schreiner
* URL : https://github.com/CLIUtils/CLI11
* License : 3-Clause BSD
  Programming Lang: c++
  Description : a command line parser for C++11 and beyond that
 provides a rich feature set with a simple and intuitive interface.

CLI11 provides all the features you expect in a powerful command line
parser, with a beautiful, minimal syntax and no dependencies beyond
C++11. It is header only, and comes in a single file form for easy
inclusion in projects.



Bug#927398: RFS: golang-github-mgutz-minimist/0.0~git20151219.39eb8cf-1

2019-04-18 Thread Dawid Dziurla
Dear Go team,

I am looking for a sponsor for the package "golang-github-mgutz-minimist".
This package is a prerequisite for upcoming package "lazygit" (#908894).

I pushed to our team's Salsa:

  https://salsa.debian.org/go-team/packages/golang-github-mgutz-minimist

Depends on package "golang-github-mgutz-to" (#927396).

Could you please reviewing/sponsoring this?
Any kind of reviews and suggestions are appreciated.



Bug#927398: ITP: golang-github-mgutz-minimist -- Port of substack/minimist to Go

2019-04-18 Thread Dawid Dziurla
Package: wnpp
Severity: wishlist
Owner: Dawid Dziurla 

* Package name: golang-github-mgutz-minimist
  Version : 0.0~git20151219.39eb8cf-1
  Upstream Author : Mario Gutierrez
* URL : https://github.com/mgutz/minimist
* License : Expat
  Programming Lang: Go
  Description : Port of substack/minimist to Go

 Simple CLI args parser,
 without all the fanciful decoration.
 .
 Port of minimist (https://github.com/substack/minimist) to Go.

This package is in the dependency tree of Lazygit (#908894).

Also depends on package "golang-github-mgutz-to" (#927396).



Bug#927396: RFS: golang-github-mgutz-to/1.0.0-1

2019-04-18 Thread Dawid Dziurla
Dear Go team,

I am looking for a sponsor for the package "golang-github-mgutz-to".
This package is a prerequisite for upcoming package "lazygit" (#908894).

I pushed to our team's Salsa:

  https://salsa.debian.org/go-team/packages/golang-github-mgutz-to

Could you please reviewing/sponsoring this?
Any kind of reviews and suggestions are appreciated.



Bug#927396: ITP: golang-github-mgutz-to -- Convenient type conversion utilities for Go

2019-04-18 Thread Dawid Dziurla
Package: wnpp
Severity: wishlist
Owner: Dawid Dziurla 

* Package name: golang-github-mgutz-to
  Version : 1.0.0-1
  Upstream Author : Mario Gutierrez
* URL : https://github.com/mgutz/to
* License : Expat
  Programming Lang: Go
  Description : Convenient type conversion utilities for Go

 Convenient functions for converting values between common Go
 datatypes. For Go 1.1+.
 .
 This package ignores errors and allows quick-and-dirty conversions
 between Go datatypes. When any conversion seems unreasonable a zero value
 (http://golang.org/ref/spec#The_zero_value) is used as fallback.
 .
 If one is not working with human provided data, fuzzy input or
 if one would rather not ignore any error in your program, one should
 better use the standard Go packages for conversion, such as strconv
 (http://golang.org/pkg/strconv/), fmt (http://golang.org/pkg/fmt/)
 or even standard conversion (http://golang.org/ref/spec#Conversions)
 they may be better suited for the task.

This package is in the dependency tree of Lazygit (#908894)



Bug#924930: RFS: golang-github-cloudfoundry-jibber-jabber/0.0~git20151120.bcc4c83-1

2019-04-18 Thread Dawid Dziurla
Added

czw., 18 kwi 2019 o 20:36 Thorsten Alteholz  napisał(a):
>
>
>
> On Mon, 18 Mar 2019, Dawid Dziurla wrote:
> > I pushed to our team's Salsa:
> >
> >  
> > https://salsa.debian.org/go-team/packages/golang-github-cloudfoundry-jibber-jabber
> >
> > Could you please reviewing/sponsoring this?
>
> you forgot a copyright holder in your debian/copyright
>
>Thorsten



Processed: node-evacuated-electron-download depends on eslint

2019-04-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 926677 by 743404
Bug #926677 [wnpp] RFP: node-evacuated-electron-download -- downloads an 
electron release zip
926677 was not blocked by any bugs.
926677 was blocking: 842420
Added blocking bug(s) of 926677: 743404
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
926677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926677
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#927381: ITP: golang-github-jesseduffield-go-getter -- download from a URL using a variety of protocols

2019-04-18 Thread Jongmin Kim
Package: wnpp
Severity: wishlist
Owner: Jongmin Kim 
X-Debbugs-CC: debian-de...@lists.debian.org, debian...@lists.debian.org

* Package name: golang-github-jesseduffield-go-getter
  Version : 0.0~git20180822.906e156-1
  Upstream Author : Jesse Duffield 
* URL : https://github.com/jesseduffield/go-getter
* License : MPL-2.0
  Programming Lang: Go
  Description : download from a URL using a variety of protocols

 go-getter is a library for Golang to download files or directories from
 various sources using a URL as the primary form of input.
 .
 The power of this library is being flexible in being able to download from
 a number of different sources (file paths, Git, HTTP, Mercurial, etc.)
 using a single string as input. This removes the burden of knowing how 
 to download from a variety of sources from the implementer.

This package is a prerequisite for upcoming package "lazygit" (#908894).


-- 
Jongmin Kim

OpenPGP key located at https://jongmin.dev/pgp
OpenPGP fingerprint: 012E 4A06 79E1 4EFC DAAE  9472 D39D 8D29 BAF3 6DF8


signature.asc
Description: PGP signature


Bug#924930: RFS: golang-github-cloudfoundry-jibber-jabber/0.0~git20151120.bcc4c83-1

2019-04-18 Thread Thorsten Alteholz




On Mon, 18 Mar 2019, Dawid Dziurla wrote:

I pushed to our team's Salsa:

 
https://salsa.debian.org/go-team/packages/golang-github-cloudfoundry-jibber-jabber

Could you please reviewing/sponsoring this?


you forgot a copyright holder in your debian/copyright

  Thorsten



Bug#924921: RFS: golang-github-nozzle-throttler/1.1-1

2019-04-18 Thread Thorsten Alteholz




On Mon, 18 Mar 2019, Dawid Dziurla wrote:

I pushed to our team's Salsa:

 https://salsa.debian.org/go-team/packages/golang-github-nozzle-throttler

Could you please reviewing/sponsoring this?


... and uploaded.

  Thorsten



Bug#924922: RFS: golang-gopkg-src-d-go-billy.v4/4.3.0-1

2019-04-18 Thread Thorsten Alteholz




On Mon, 18 Mar 2019, Dawid Dziurla wrote:

I pushed to our team's Salsa:

 https://salsa.debian.org/go-team/packages/golang-gopkg-src-d-go-billy.v4

Could you please reviewing/sponsoring this?


... and uploaded.

  Thorsten



Bug#927019: RFS: golang-github-jesseduffield-gocui

2019-04-18 Thread Thorsten Alteholz




On Thu, 18 Apr 2019, Jongmin Kim wrote:

Fixed, thanks!


... and uploaded.

  Thorsten



Bug#927374: ITP: libstring-elide-parts-perl -- module to elide a string with multiple parts of different priorities

2019-04-18 Thread Laurent Baillet
Package: wnpp
Severity: wishlist
Owner: Laurent Baillet 

* Package name: libstring-elide-parts-perl
  Version : 0.07
  Upstream Author : perlancar 
* URL : https://metacpan.org/release/String-Elide-Parts
* License : GPL-1+ or Artistic
  Programming Lang: Perl
  Description : module to elide a string with multiple parts of different 
priorities

this module provides some elision methods for string and handles
priorities in order to show the most valuable information when space is
reduced.

It is a requirement for
libprogress-any-output-termiprogressbarcolor-perl than i plan to package.

I will package it within the Debian Perl Team.



Bug#927371: ITP: libcolor-ansi-util-perl -- module for dealing with ANSI colors

2019-04-18 Thread Laurent Baillet
Package: wnpp
Severity: wishlist
Owner: Laurent Baillet 

* Package name: libcolor-ansi-util-perl
  Version : 0.162
  Upstream Author : perlancar 
* URL : https://metacpan.org/release/Color-ANSI-Util
* License : GPL-1+ or Artistic
  Programming Lang: Perl
  Description : module for dealing with ANSI colors

This module provides some methods in order to deal wth conversions
between ANSI and RGB colors.

It is a requirement for
libprogress-any-output-termiprogressbarcolor-perl than i plan to package.

I will package it within the Debian Perl Team.



Bug#927364: ITP: tophat-recondition -- post-processor for TopHat unmapped reads

2019-04-18 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller 

* Package name: tophat-recondition
* URL : https://github.com/cbrueffer/tophat-recondition
* License : custom
  Programming Lang: Python
  Description : post-processor for TopHat unmapped reads

The package is to be team-maintained on
https://salsa.debian.org/med-team/tophat-recondition.



Bug#927362: ITP: blingfire -- lightning fast Finite State machine and REgular expression manipulation library

2019-04-18 Thread Mo Zhou
Package: wnpp
Severity: wishlist
Owner: Mo Zhou 

* Package name: blingfire
  Version : git-HEAD
  Upstream Author : Microsoft
* URL : https://github.com/Microsoft/BlingFire
* License : MIT
  Programming Lang: C++, Python, Perl, Batch, etc
  Description : lightning fast Finite State machine and REgular expression 
manipulation library

Blingfire provides more than a fast natural language tokenizer. From the
benchmarking data its tokenizing speed seems to be much faster than that
of SpaCy or NLTK.  Unlike NLTK or SpaCy, Blingfire seemingly works
without downloaded blobs. This tool might be useful to Enrico[1] as
well, and would possibly make him happy[2].

I'll first give it a try and put it to DUPR. And decide whether this
should really enter the archive after code inspection.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925294
[2] If we don't think too much about the upstream name.



Processed: your mail

2019-04-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 927205 O: tensorflow -- Computation using data flow graphs for 
> scalable machine learning
Bug #927205 [wnpp] O: tensorflow
Changed Bug title to 'O: tensorflow -- Computation using data flow graphs for 
scalable machine learning' from 'O: tensorflow'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
927205: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: limit package to wnpp, tagging 927285

2019-04-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit package wnpp
Limiting to bugs with field 'package' containing at least one of 'wnpp'
Limit currently set to 'package':'wnpp'

> tags 927285 + pending
Bug #927285 [wnpp] ITP: libstring-interpolate-perl -- String::Interpolate - 
Wrapper for builtin the Perl interpolation engine
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
927285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: retitle 927285 to ITP: libstring-interpolate-perl -- String::Interpolate - Wrapper for builtin the Perl interpolation engine ...

2019-04-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 927285 ITP: libstring-interpolate-perl -- String::Interpolate - 
> Wrapper for builtin the Perl interpolation engine
Bug #927285 [wnpp] RFP: libstring-interpolate-perl -- String::Interpolate - 
Wrapper for builtin the Perl interpolation engine
Changed Bug title to 'ITP: libstring-interpolate-perl -- String::Interpolate - 
Wrapper for builtin the Perl interpolation engine' from 'RFP: 
libstring-interpolate-perl -- String::Interpolate - Wrapper for builtin the 
Perl interpolation engine'.
> owner 927285 !
Bug #927285 [wnpp] ITP: libstring-interpolate-perl -- String::Interpolate - 
Wrapper for builtin the Perl interpolation engine
Owner recorded as gregor herrmann .
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
927285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#926966: RFA: vim-lastplace

2019-04-18 Thread lanyue
Thank you for your detailed advice, David.


On Thu, Apr 18, 2019 06:18 PM, David Rabel wote:


> James suggests there, that we could use dh-vim-addon for packaging and
> drop our maintainer scripts. That would be a nice cleanup of the package.


That sounds good. If there is a dedicated debhelper program to deal with this 
type of package, it may reduce unnecessary maintenance work. I will try to do 
it.

 
> It probably is a good idea to get in touch with him and with the vim
> packaging team. [2]

> That way you can get a lot of good advice, get to know more people and
> if you want to, you can get more involved with packaging vim packages.


I'd like to. But before I ask a question, I think I'd like to consolidate the 
knowledge of dh and vim script first. I'm deficient about these two parts at 
the moment.


Have a nice day!
Yue Lan

Bug#926966: RFA: vim-lastplace

2019-04-18 Thread David Rabel
Hello Yue Lan,

On 4/16/19 5:57 AM, Yue Lan wrote:
> 
> I'm interested in taking over this package. I've been doing my daily
> work with Debian and Ubuntu for over a year but haven't made a
> contribution to the community yet, and now I want to make some changes
> to my work.

That's great!


> I've learned some packaging-related knowledge, such as 'debmake',
> 'lintian' and so on, and I've practiced it on Ubuntu. I aslo took a
> cursory look at the source code of the project. As you said, this bag is
> relatively simple. I think it's a good starting point for me.
> 
> By the way, I didn't find bug reports  about vim-lastplace in BTS. If
> I'm going to start, can you give me some advice?

Actualls that's because there are no bug reports in BTS. As this package
is very simple, there seem to be no problems at all so far. :)

But there is one bug report for Ubuntu: [0]

It's actually a problem with vim-addon-manager, that is already fixed in
newer versions: [1]

James suggests there, that we could use dh-vim-addon for packaging and
drop our maintainer scripts. That would be a nice cleanup of the package.

It probably is a good idea to get in touch with him and with the vim
packaging team. [2]

That way you can get a lot of good advice, get to know more people and
if you want to, you can get more involved with packaging vim packages.

Yours
  David

[0] https://bugs.launchpad.net/ubuntu/+source/vim-lastplace
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923152
[2] https://wiki.debian.org/PkgVim


-- 
⚑ libertⒶd ⚑



signature.asc
Description: OpenPGP digital signature


Bug#924918: marked as done (ITP: golang-github-stvp-roll -- Simple(er) Rollbar client for Go)

2019-04-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Apr 2019 10:00:39 +
with message-id 
and subject line Bug#924918: fixed in golang-github-stvp-roll 
0.0~git20170522.3627a5c-1
has caused the Debian Bug report #924918,
regarding ITP: golang-github-stvp-roll -- Simple(er) Rollbar client for Go
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
924918: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924918
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Dawid Dziurla 

* Package name: golang-github-stvp-roll
  Version : 0.0~git20170522.3627a5c-1
  Upstream Author : Stovepipe Studios
* URL : https://github.com/stvp/roll
* License : Expat
  Programming Lang: Go
  Description : Simple(er) Rollbar client for Go

 roll is a basic Rollbar client for Go that reports errors and logs
 messages. It automatically builds stack traces and also supports arbitrary
 traces. All errors and messages are sent to Rollbar synchronously.

This package is in the dependency tree of Lazygit (#908894)
--- End Message ---
--- Begin Message ---
Source: golang-github-stvp-roll
Source-Version: 0.0~git20170522.3627a5c-1

We believe that the bug you reported is fixed in the latest version of
golang-github-stvp-roll, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 924...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dawid Dziurla  (supplier of updated 
golang-github-stvp-roll package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 18 Mar 2019 13:39:51 +0100
Source: golang-github-stvp-roll
Binary: golang-github-stvp-roll-dev
Architecture: source all
Version: 0.0~git20170522.3627a5c-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Dawid Dziurla 
Description:
 golang-github-stvp-roll-dev - Simple(er) Rollbar client for Go
Closes: 924918
Changes:
 golang-github-stvp-roll (0.0~git20170522.3627a5c-1) unstable; urgency=medium
 .
   * Initial release (Closes: #924918)
Checksums-Sha1:
 5feb3487a65e70fa57b05b03352f6840c059993c 2443 
golang-github-stvp-roll_0.0~git20170522.3627a5c-1.dsc
 a09b05e91efe7a7afe77454bbb35adc4e679632c 5792 
golang-github-stvp-roll_0.0~git20170522.3627a5c.orig.tar.xz
 bf420dd9109318801161933c628da398e4350240 1900 
golang-github-stvp-roll_0.0~git20170522.3627a5c-1.debian.tar.xz
 eabb0f48e656250b0866089bca27371bf9623673 6632 
golang-github-stvp-roll-dev_0.0~git20170522.3627a5c-1_all.deb
 c1801bb6616c3ceaaa8e78d46eadca9b022c6ef5 5761 
golang-github-stvp-roll_0.0~git20170522.3627a5c-1_amd64.buildinfo
Checksums-Sha256:
 459e3c67750dfea57cfabd608ddb50632756a73b58ec92c486acafa968e8dce5 2443 
golang-github-stvp-roll_0.0~git20170522.3627a5c-1.dsc
 f8c1a0cf26a66b3b7f9548dfce7ad5a5cbbf5cdcee439606d42735e2df74d828 5792 
golang-github-stvp-roll_0.0~git20170522.3627a5c.orig.tar.xz
 824f74bac32d1c93f7e88554a387eccdc8b7beedfb3425892e3f1a9bc8a2fe9d 1900 
golang-github-stvp-roll_0.0~git20170522.3627a5c-1.debian.tar.xz
 ac59ed348e77676e1951594f5550fa168a34d0b6cd421d8339c76d33fea68994 6632 
golang-github-stvp-roll-dev_0.0~git20170522.3627a5c-1_all.deb
 7e6f811fbd35b89d0cc21a38a78415d6dd2034e20e577c3970accad07b62d14a 5761 
golang-github-stvp-roll_0.0~git20170522.3627a5c-1_amd64.buildinfo
Files:
 aa7d387eb0d2ca3ea7bf5ae8b2f122b8 2443 devel optional 
golang-github-stvp-roll_0.0~git20170522.3627a5c-1.dsc
 38c06c333fe573b8dda7b738e26b5acf 5792 devel optional 
golang-github-stvp-roll_0.0~git20170522.3627a5c.orig.tar.xz
 cf3640669e7d8cfd0d938ca886bec061 1900 devel optional 
golang-github-stvp-roll_0.0~git20170522.3627a5c-1.debian.tar.xz
 1e66038b58cdb38345a778f1232b7c63 6632 devel optional 
golang-github-stvp-roll-dev_0.0~git20170522.3627a5c-1_all.deb
 9562b2fe4f1569f5d28f49d457688d0c 5761 devel optional 
golang-github-stvp-roll_0.0~git20170522.3627a5c-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAly0vMRfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcACgkQlvysDTh7
WEcZFRAAh1UwObU7qMAe8pswIlNqwW9/UT0KvVp1ySWGwJiR+S/H

Bug#820918: marked as done (RFP: golang-github-cyberdelia-heroku-go -- Go client library for the Heroku Platform API)

2019-04-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Apr 2019 10:00:38 +
with message-id 
and subject line Bug#820918: fixed in golang-github-cyberdelia-heroku-go 1.0.0-1
has caused the Debian Bug report #820918,
regarding RFP: golang-github-cyberdelia-heroku-go -- Go client library for the 
Heroku Platform API
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
820918: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820918
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-cyberdelia-heroku-go
  Version : 0.0~git20160120.81c5afa
  Upstream Author : Timothée Peignier 
* URL : https://github.com/cyberdelia/heroku-go
* License : Expat
  Programming Lang: Go
  Description : Go client library for the Heroku Platform API

An API client interface for Heroku Platform API for the Go programming language.
This is a requirement for Terraform.

Thanks,
DS
--- End Message ---
--- Begin Message ---
Source: golang-github-cyberdelia-heroku-go
Source-Version: 1.0.0-1

We believe that the bug you reported is fixed in the latest version of
golang-github-cyberdelia-heroku-go, which is due to be installed in the Debian 
FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 820...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz  (supplier of updated 
golang-github-cyberdelia-heroku-go package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 16 Apr 2019 19:17:56 +0200
Source: golang-github-cyberdelia-heroku-go
Binary: golang-github-cyberdelia-heroku-go-dev
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Thorsten Alteholz 
Description:
 golang-github-cyberdelia-heroku-go-dev - Heroku Platform API Go Client
Closes: 820918
Changes:
 golang-github-cyberdelia-heroku-go (1.0.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #820918)
Checksums-Sha1:
 b6fc41680e1aec9080787335054e71e172f3b038 2531 
golang-github-cyberdelia-heroku-go_1.0.0-1.dsc
 fb4f23f23fcddef6a0b5b3008d7f45ea28630cb0 63448 
golang-github-cyberdelia-heroku-go_1.0.0.orig.tar.xz
 bcb8165f21266b484b41deb9bc965c79f23b3be1 2036 
golang-github-cyberdelia-heroku-go_1.0.0-1.debian.tar.xz
 2a44d17903823d8b92c9795255f669c0ab09208d 36196 
golang-github-cyberdelia-heroku-go-dev_1.0.0-1_all.deb
 7db6c0b7a6edcdc8981be0ca2cbc57a12095c9fe 6166 
golang-github-cyberdelia-heroku-go_1.0.0-1_amd64.buildinfo
Checksums-Sha256:
 bb36a4654f1d094ca31310975e7ebcfdda5626c7a2f43c3bc4802d159d9de890 2531 
golang-github-cyberdelia-heroku-go_1.0.0-1.dsc
 1a3a1110aff0e5c7934f02bbc737548bcd923644f2bbd06ab90d8b88614c2b99 63448 
golang-github-cyberdelia-heroku-go_1.0.0.orig.tar.xz
 f5be955bafee883121d033298d9a1598c1aa87a1cc8d8ff663958a737dacf64d 2036 
golang-github-cyberdelia-heroku-go_1.0.0-1.debian.tar.xz
 32706ad3ca8d4c02d71c537c6988f9560832e1052ba95f3468bd9e5cdecf3419 36196 
golang-github-cyberdelia-heroku-go-dev_1.0.0-1_all.deb
 a47ff8cb6f1bc74c668af329498f2f95dacc351d618cbde6afb7e51c6fff2416 6166 
golang-github-cyberdelia-heroku-go_1.0.0-1_amd64.buildinfo
Files:
 4de48a03140c69a54bfafdcc9ef92976 2531 devel optional 
golang-github-cyberdelia-heroku-go_1.0.0-1.dsc
 2819c61f1f3990394a938dc3081eb668 63448 devel optional 
golang-github-cyberdelia-heroku-go_1.0.0.orig.tar.xz
 70b0f9855808750beeda06f4706f5d79 2036 devel optional 
golang-github-cyberdelia-heroku-go_1.0.0-1.debian.tar.xz
 54896fde307271ea5a0a20383a998cd9 36196 devel optional 
golang-github-cyberdelia-heroku-go-dev_1.0.0-1_all.deb
 596173282e7b8c6d5305e380020f9102 6166 devel optional 
golang-github-cyberdelia-heroku-go_1.0.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAly3a69fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcACgkQlvysDTh7
WEfi4BAAn7tVZ93ZAqCdPwRfwBF4ye2TcBlc5m88fUP/PHEi+MDlqlqv2ebDVZzi
lkNJ4EccZH5tk7fcARBhlUMvB5TJImZqnh1g/+BdBLoNrp2d4kP/4IVgbdfunRQo
ZJE7o9WeH9plWrS98D62INHv+bLedztGzvow1PLhszRwqXHPbc2oOdCKyQBowMum
C9smcYWvF0vFM

Bug#924917: marked as done (ITP: golang-github-gliderlabs-ssh -- Easy SSH servers in Golang)

2019-04-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Apr 2019 10:00:38 +
with message-id 
and subject line Bug#924917: fixed in golang-github-gliderlabs-ssh 0.1.3-1
has caused the Debian Bug report #924917,
regarding ITP: golang-github-gliderlabs-ssh -- Easy SSH servers in Golang
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
924917: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924917
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Dawid Dziurla 

* Package name: golang-github-gliderlabs-ssh
  Version : 0.1.3-1
  Upstream Author : Glider Labs
* URL : https://github.com/gliderlabs/ssh
* License : BSD-3-clause
  Programming Lang: Go
  Description : Easy SSH servers in Golang

 This Go package wraps the crypto/ssh package
 (https://godoc.org/golang.org/x/crypto/ssh) with a higher-level API
 for building SSH servers. The goal of the API was to make it as simple
 as using net/http (https://golang.org/pkg/net/http/), so the API is
 very similar.

This package is in the dependency tree of Lazygit (#908894)

and it depends on another package: "golang-github-anmitsu-go-shlex-dev" 
(#924783)
--- End Message ---
--- Begin Message ---
Source: golang-github-gliderlabs-ssh
Source-Version: 0.1.3-1

We believe that the bug you reported is fixed in the latest version of
golang-github-gliderlabs-ssh, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 924...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dawid Dziurla  (supplier of updated 
golang-github-gliderlabs-ssh package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 18 Mar 2019 13:19:25 +0100
Source: golang-github-gliderlabs-ssh
Binary: golang-github-gliderlabs-ssh-dev
Architecture: source all
Version: 0.1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Dawid Dziurla 
Description:
 golang-github-gliderlabs-ssh-dev - Easy SSH servers in Golang
Closes: 924917
Changes:
 golang-github-gliderlabs-ssh (0.1.3-1) unstable; urgency=medium
 .
   * Initial release (Closes: #924917)
Checksums-Sha1:
 c4cb104eee356eeb05796fa6717a1fe0fd0305a6 2449 
golang-github-gliderlabs-ssh_0.1.3-1.dsc
 0ebff8d140b2ee77a5e6e4411184ac5561555e5d 20952 
golang-github-gliderlabs-ssh_0.1.3.orig.tar.gz
 184f3f3c34ff7949fd018d85aca15521074f33f0 2212 
golang-github-gliderlabs-ssh_0.1.3-1.debian.tar.xz
 ac7dbde9f39c682816672168d913797b8abe8c6c 16228 
golang-github-gliderlabs-ssh-dev_0.1.3-1_all.deb
 69a956d2cab494fc5b219a6448fa3f428208f30d 6121 
golang-github-gliderlabs-ssh_0.1.3-1_amd64.buildinfo
Checksums-Sha256:
 ea4433e442975cab34f2020cb042a9279c15c16e2619814acd2cc4b77efd21d0 2449 
golang-github-gliderlabs-ssh_0.1.3-1.dsc
 f6b9b299187fe015540dcc6d36bd9ca8013d83c1fe1d008a44a0ccfb5f5cc32c 20952 
golang-github-gliderlabs-ssh_0.1.3.orig.tar.gz
 379eb8fd59ade76f700d30d5494cf5bdc8a90e13bee948819232e8946efaee70 2212 
golang-github-gliderlabs-ssh_0.1.3-1.debian.tar.xz
 9f0f4e9ef3129ab1d3f55208055f6daccfd022a985c369ee530da0082ce7e7b8 16228 
golang-github-gliderlabs-ssh-dev_0.1.3-1_all.deb
 bca297254d02ea9fc8c49208e9611884076f1f0365dadee30313f054e87d05ec 6121 
golang-github-gliderlabs-ssh_0.1.3-1_amd64.buildinfo
Files:
 e02de27ff77e5a5cd2b32297e9cdaf57 2449 devel optional 
golang-github-gliderlabs-ssh_0.1.3-1.dsc
 e33dc3041c7579e01a608dfe46001fb0 20952 devel optional 
golang-github-gliderlabs-ssh_0.1.3.orig.tar.gz
 395b673c62aa9650980917acf6414ccd 2212 devel optional 
golang-github-gliderlabs-ssh_0.1.3-1.debian.tar.xz
 388142b29c2156e709e3bd7d83e46637 16228 devel optional 
golang-github-gliderlabs-ssh-dev_0.1.3-1_all.deb
 df8d72946b218d20e53a77eaadb631cf 6121 devel optional 
golang-github-gliderlabs-ssh_0.1.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAly3bC1fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcACgkQlvysDTh7
WEdiRw//YqP2CrURQGfr4GGGLch2z+t+aqb0fYs3VlE+TqF8StF/qv+hGnG7K2JQ
BfEOrecJqyBqak4p/HYnTQLilUNSQxjogec1UYFOKS6d0bfGtk+3LFcHGTiOxWbe
rz2fA3IlSSEu8W5FDPEn

Bug#924890: marked as done (ITP: easygen -- Easy to use universal code/text generator)

2019-04-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Apr 2019 10:00:37 +
with message-id 
and subject line Bug#924890: fixed in easygen 4.0.0-1
has caused the Debian Bug report #924890,
regarding ITP: easygen -- Easy to use universal code/text generator
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
924890: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924890
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Tong Sun 

* Package name: easygen
  Version : 3.0.0+git20180723.75369c3-1
  Upstream Author : Tong Sun 
* URL : https://github.com/go-easygen/easygen
* License : MIT
  Programming Lang: Go
  Description : Easy to use universal code/text generator

 Command easygen is an easy to use universal code/text generator.
 .
 It can be used as a text, html or a code generator for arbitrary purposes with
 arbitrary data and templates. It can be used as a GSL replacement, as it
 
  - is more easy to define driving data, in form of YML instead of XML
  - has more powerful template engine that based on Go template.
You can even write your own function in Go to customize your template.
 .
 You can even use easygen as a generic Go template testing tool.
 

I've been using it and keep developing for several years; this is it's
third generation, and now I think it is time for it to face/apply-to a
broader audience. 
--- End Message ---
--- Begin Message ---
Source: easygen
Source-Version: 4.0.0-1

We believe that the bug you reported is fixed in the latest version of
easygen, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 924...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tong Sun  (supplier of updated easygen 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 24 Mar 2019 22:32:37 +
Source: easygen
Binary: easygen golang-github-go-easygen-easygen-dev
Architecture: source amd64 all
Version: 4.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Tong Sun 
Description:
 easygen- Easy to use universal code/text generator
 golang-github-go-easygen-easygen-dev - Easy to use universal code/text 
generator -- source
Closes: 924890
Changes:
 easygen (4.0.0-1) unstable; urgency=medium
 .
   * New upstream version 4.0.0 (Closes: 924890)
Checksums-Sha1:
 d141cd4b0334d258b6f2c944308ba0304dbb7af9 2336 easygen_4.0.0-1.dsc
 f9eef689bcce98030a662254bbdc222f009586ad 62771 easygen_4.0.0.orig.tar.gz
 bb41cd17ee414c4b4b841bc6e63dff69dd0d2d44 2608 easygen_4.0.0-1.debian.tar.xz
 5829b2d11a17f070ea6f31ab1d585b188d035081 7351 easygen_4.0.0-1_amd64.buildinfo
 dfc6947c9cded8ca6ea32d6d8802d4617df0 952604 easygen_4.0.0-1_amd64.deb
 815be5c79b2e56c381c5b80ac65090fd122a21bf 38900 
golang-github-go-easygen-easygen-dev_4.0.0-1_all.deb
Checksums-Sha256:
 f6c3a82ca4386f610a20c63455206cd73bc5be6c88cdd6b55c612a95c8180871 2336 
easygen_4.0.0-1.dsc
 2e2afa125296333541d26d93f22b5913cd753b1c587b11284542eb70f3b3793e 62771 
easygen_4.0.0.orig.tar.gz
 dbe70c373ad1c0a4ecb77bca9f2b65fb37ca70ad29cada068e2b5667c48a612d 2608 
easygen_4.0.0-1.debian.tar.xz
 35bf408f628110145a7f76859c1a12889a38121750ac105321afe3fe8dc1c3af 7351 
easygen_4.0.0-1_amd64.buildinfo
 eb10328e3988fd0b93c5de921ff0aefd8221298a156d95f62843565a41a0c35f 952604 
easygen_4.0.0-1_amd64.deb
 4953f41915f50a8aafb1737989efcd6672542b45c1c63685ae00e7ebd211efba 38900 
golang-github-go-easygen-easygen-dev_4.0.0-1_all.deb
Files:
 015ba629fbe03505b371c784f91c3452 2336 devel optional easygen_4.0.0-1.dsc
 6a8ce464df1c9977c9dcf5acaef2fad1 62771 devel optional easygen_4.0.0.orig.tar.gz
 6a10384ba877151dba7eb7e3e7cc14d4 2608 devel optional 
easygen_4.0.0-1.debian.tar.xz
 5bca4f410d26836c00a4a56243084b86 7351 devel optional 
easygen_4.0.0-1_amd64.buildinfo
 03ac45fd598bb9b20a291ab0e69cce36 952604 devel optional 
easygen_4.0.0-1_amd64.deb
 356fb50a6415503991c1b3651d18f6d8 38900 devel optional 
golang-github-go-easygen-easygen-dev_4.0.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAly3ZQRfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maW

Bug#820914: marked as done (RFP: golang-github-apparentlymart-go-rundeck-api -- Go client for the Rundeck HTTP API)

2019-04-18 Thread Debian Bug Tracking System
Your message dated Thu, 18 Apr 2019 10:00:37 +
with message-id 
and subject line Bug#820914: fixed in 
golang-github-apparentlymart-go-rundeck-api 0.0.1+git20170705.2c962ac-1
has caused the Debian Bug report #820914,
regarding RFP: golang-github-apparentlymart-go-rundeck-api -- Go client for the 
Rundeck HTTP API
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
820914: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820914
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Control: block 808940 by -1

* Package name: golang-github-apparentlymart-go-rundeck-api
  Version : 0.0~git20160112.43fcd8f
  Upstream Author : Martin Atkins 
* URL : https://github.com/apparentlymart/go-rundeck-api
* License : Expat
  Programming Lang: Go
  Description : Go client for the Rundeck HTTP API

The package rundeck provides a client for interacting with a Rundeck instance
via its HTTP API.

This is a requirement for Terraform.

Thanks,
DS
--- End Message ---
--- Begin Message ---
Source: golang-github-apparentlymart-go-rundeck-api
Source-Version: 0.0.1+git20170705.2c962ac-1

We believe that the bug you reported is fixed in the latest version of
golang-github-apparentlymart-go-rundeck-api, which is due to be installed in 
the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 820...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz  (supplier of updated 
golang-github-apparentlymart-go-rundeck-api package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 16 Apr 2019 19:08:27 +0200
Source: golang-github-apparentlymart-go-rundeck-api
Binary: golang-github-apparentlymart-go-rundeck-api-dev
Architecture: source all
Version: 0.0.1+git20170705.2c962ac-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Thorsten Alteholz 
Description:
 golang-github-apparentlymart-go-rundeck-api-dev - Go client for the Rundeck 
HTTP API
Closes: 820914
Changes:
 golang-github-apparentlymart-go-rundeck-api (0.0.1+git20170705.2c962ac-1) 
unstable; urgency=medium
 .
   * Initial release (Closes: #820914)
Checksums-Sha1:
 62c22ad3d1db3018a9a4b6e339f75c394f0f2b9f 2694 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac-1.dsc
 18527d248cf703f1a7946b21645b92211c4ca30c 11188 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac.orig.tar.xz
 12e876fb516a52bd6f680d39139e90b5e3d9deb0 1916 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac-1.debian.tar.xz
 122da3fb98e1c4b8e98aaac467bcdd73108534ba 12552 
golang-github-apparentlymart-go-rundeck-api-dev_0.0.1+git20170705.2c962ac-1_all.deb
 2ac7d105e2c75086ba15d6917ddb276d54282184 6025 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac-1_amd64.buildinfo
Checksums-Sha256:
 2d10402b8515fb59b2d374cbddfbfe0344e9bd75eb262eea25239e1d0777907e 2694 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac-1.dsc
 304ec0811837cb11c0b021d8da9c50f8d4138222341697fd30677b2971c59c33 11188 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac.orig.tar.xz
 2dace8402846661f39310700e9b20b850f525a9ee6ffd106a099d1df16c77235 1916 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac-1.debian.tar.xz
 3a531955713ff22f2c49ba6a20a58c465c4c9f40f1c08e90474388efa517ce75 12552 
golang-github-apparentlymart-go-rundeck-api-dev_0.0.1+git20170705.2c962ac-1_all.deb
 23cf5271a410648cdb9c5a7fd0cb7d9e4123603cacb353ec02e4b9de8c789eb5 6025 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac-1_amd64.buildinfo
Files:
 79ee3dbfff4a31234c81b60bdd3f81d6 2694 devel optional 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac-1.dsc
 8bdb0ef2615c7a3820616a95491a1e3c 11188 devel optional 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac.orig.tar.xz
 ead753ccf68c77d80ddc2f3937ff5208 1916 devel optional 
golang-github-apparentlymart-go-rundeck-api_0.0.1+git20170705.2c962ac-1.debian.tar.xz
 52c75c77251e1ceed6f6d46940fe4d9f 12552 devel optional 
golang-github-apparentlymart-go-rundeck-api-dev_0.

Bug#927019: RFS: golang-github-jesseduffield-gocui

2019-04-18 Thread Jongmin Kim
On Wed, Apr 17, 2019 at 08:32:29PM +0200, Thorsten Alteholz wrote:
> 
> 
> On Sun, 14 Apr 2019, Jongmin Kim wrote:
> > https://salsa.debian.org/go-team/packages/golang-github-jesseduffield-gocui
> 
> this shows:
>  gbp:info: Cloning from 
> 'https://salsa.debian.org/go-team/packages/golang-github-jesseduffield-gocui'
> gbp:info: Running Postclone hook
> W: Paket golang-github-jesseduffield-gocui kann nicht gefunden werden.
> Trying uscan --download --download-current-version ...
> Klone in Bare-Repository 
> '../golang-github-jesseduffield-gocui-temporary.4957.git' ...
> remote: Enumerating objects: 34, done.
> remote: Counting objects: 100% (34/34), done.
> remote: Compressing objects: 100% (28/28), done.
> remote: Total 34 (delta 16), reused 9 (delta 5), pack-reused 0
> Entpacke Objekte: 100% (34/34), Fertig.
> uscan: Newest version of golang-github-jesseduffield-gocui on remote site is 
> 0.3.0~git20190409.1b91467, specified download version is 
> 0.3.0+git20190409.1b91467
> Successfully renamed
> ../golang-github-jesseduffield-gocui-0.3.0~git20190409.1b91467.tar.xz to
> ../golang-github-jesseduffield-gocui_0.3.0~git20190409.1b91467.orig.tar.xz.
> Could not find any location for
> golang-github-jesseduffield-gocui_0.3.0+git20190409.1b91467.orig.tar.*
> gbp:error: Postclone-hook 'origtargz' failed: it exited with 1

Fixed, thanks!


-- 
Jongmin Kim

OpenPGP key located at https://jongmin.dev/pgp
OpenPGP fingerprint: 012E 4A06 79E1 4EFC DAAE  9472 D39D 8D29 BAF3 6DF8


signature.asc
Description: PGP signature