Re: [RFS] libjaba-client-java

2020-11-15 Thread Emmanuel Bourg
Hi Pierre,

I think the Maintainer field of debian/control should reference the Java
Team.

Emmanuel Bourg


On 14/11/2020 07:37, Pierre Gruet wrote:
> Hi,
> 
> I have worked on libjaba-client-java, with the further aim to revive
> jalview in Debian. Would you mind either reviewing [0] or giving me DM
> rights?
> 
> 
> dcut dm --uid "Pierre Gruet" --allow libjaba-client-java
> 
> 
> Thanks a lot,
> Pierre
> 
> [0] https://salsa.debian.org/java-team/libjaba-client-java
> 



Re: [RFS] libjaba-client-java

2020-11-15 Thread Pierre Gruet
Hi Emmanuel,

Le 15/11/2020 à 14:29, Emmanuel Bourg a écrit :
> Hi Pierre,
> 
> I think the Maintainer field of debian/control should reference the Java
> Team.
>

Thanks for looking; yes, this makes sense. I put my name as this package
was previously orphaned. I am changing the field for the next upload!

> 
> Emmanuel Bourg
> 
Best,
Pierre

> 
> On 14/11/2020 07:37, Pierre Gruet wrote:
>> Hi,
>>
>> I have worked on libjaba-client-java, with the further aim to revive
>> jalview in Debian. Would you mind either reviewing [0] or giving me DM
>> rights?
>>
>>
>> dcut dm --uid "Pierre Gruet" --allow libjaba-client-java
>>
>>
>> Thanks a lot,
>> Pierre
>>
>> [0] https://salsa.debian.org/java-team/libjaba-client-java
>>
> 



Bug#974879: ITP: intervalstorej -- Java implementation of the Nested Containment List data structure

2020-11-15 Thread Pierre Gruet
Package: wnpp
Severity: wishlist
Owner: Debian Java team 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-java@lists.debian.org

* Package name: intervalstorej
  Version : 1.2
  Upstream Author : Mungo Carstairs, Barton Group
* URL : https://github.com/bartongroup/IntervalStoreJ/
* License : BSD-3-clause
  Programming Lang: Java
  Description : Java implementation of the Nested Containment List data 
structure

NCList provides efficient lookup of intervals overlapping a given range in
time O(M log N) where N is the number of intervals stored, and M the number
of overlaps found.

IntervalStore:
- is parameterised by ;
- so can store any Java type that implements IntervalI, that is, has methods
 getBegin() and getEnd() (where begin <= end);
- extends java.util.AbstractCollection;
- may be referred to as Collection in code;
- exposes methods for add, contains, remove, iterator, size etc;
- has a 'bulk load' constructor, and methods to add or remove entries, while
 retaining lookup efficiency;
- optimises storage and search of sparsely nested intervals by storing
 non-nested intervals separately;
- incorporates NCList to store any properly nested intervals.

This package is needed as a dependency of jalview, which is currently updated
as we have a quite old version of it in Debian. jalview now relies on it.

It will be maintained inside the Debian Java team.