Re: Sponsor upload request: golang-sourcehut-rockorager-go-jmap

2023-10-05 Thread Nilesh Patra
On Thu, Oct 05, 2023 at 08:28:32PM +0200, Robin Jarry wrote:
> Nilesh Patra, Oct 02, 2023 at 00:08:
> > When a file has multiple licenses, you can mention the license as
> > "License: Expat and RFC-Reference" and add a
> > comment section stating the doctrings are licensed under RFC license.
> > 
> > I took a hint for how it's done in gnupg2 package[1]. You could do something
> > similar here for the description of the RFC, hopefully this should work.
> > 
> > I personally don't care too much about this being mentioned or not, but FTP
> > master would likely reject the package if copyright is not perfect so here
> > we are.
> > 
> > [1]: 
> > https://salsa.debian.org/debian/gnupg2/-/blob/debian/unstable/debian/copyright#L123
> 
> Hi Nilesh,
> 
> I have updated d/copyright and bumped the upstream version as well. It
> should be good.
> 
> Let me know if I need to change anything.

Uploaded to NEW -- I hope the copyright checks would be green!

Best,
Nilesh


signature.asc
Description: PGP signature


Re: Sponsor upload request: golang-sourcehut-rockorager-go-jmap

2023-10-05 Thread Robin Jarry

Nilesh Patra, Oct 02, 2023 at 00:08:

When a file has multiple licenses, you can mention the license as
"License: Expat and RFC-Reference" and add a
comment section stating the doctrings are licensed under RFC license.

I took a hint for how it's done in gnupg2 package[1]. You could do something
similar here for the description of the RFC, hopefully this should work.

I personally don't care too much about this being mentioned or not, but FTP
master would likely reject the package if copyright is not perfect so here
we are.

[1]: 
https://salsa.debian.org/debian/gnupg2/-/blob/debian/unstable/debian/copyright#L123


Hi Nilesh,

I have updated d/copyright and bumped the upstream version as well. It 
should be good.


Let me know if I need to change anything.

Thanks!



Bug#1053520: ITP: golang-github-ozeidan-fuzzy-patricia -- A generic patricia trie (also called radix tree) implemented in Go (Golang).

2023-10-05 Thread Ananthu C V
Package: wnpp
Severity: wishlist
Owner: Ananthu C V 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-go@lists.debian.org

* Package name: golang-github-ozeidan-fuzzy-patricia
  Version : 3.0.0
  Upstream Author : Omar Zeidan
* URL : https://github.com/ozeidan/fuzzy-patricia.git
* License : Expat 
  Programming Lang: Go
  Description : A generic patricia trie (also called radix tree) 
implemented in Go (Golang).

A generic patricia trie (also called radix tree) implemented in Go (Golang).

The patricia trie as implemented in this library enables fast visiting of items 
in some particular ways:

visit all items saved in the tree,
visit all items matching particular prefix (visit subtree), or
given a string, visit all items matching some prefix of that string.

[]byte type is used for keys, interface{} for values.

Trie is not thread safe. Synchronize the access yourself.

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



Bug#1053518: ITP: golang-github-ozeidan-fuzzy-patricia -- A generic patricia trie (also called radix tree) implemented in Go (Golang).

2023-10-05 Thread Nilesh Patra
Package: wnpp
Severity: wishlist
Owner: Ananthu C V 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-go@lists.debian.org

* Package name: golang-github-ozeidan-fuzzy-patricia
  Version : 3.0.0
  Upstream Author : Omar Zeidan
* URL : https://github.com/ozeidan/fuzzy-patricia.git
* License : Expat 
  Programming Lang: Go
  Description : A generic patricia trie (also called radix tree) 
implemented in Go (Golang).

A generic patricia trie (also called radix tree) implemented in Go (Golang).

The patricia trie as implemented in this library enables fast visiting of items 
in some particular ways:

visit all items saved in the tree,
visit all items matching particular prefix (visit subtree), or
given a string, visit all items matching some prefix of that string.

[]byte type is used for keys, interface{} for values.

Trie is not thread safe. Synchronize the access yourself.

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