Re: Help needed for libapfloat-java

2018-05-18 Thread Andreas Tille
On Thu, May 17, 2018 at 08:02:33AM +0200, Olivier Sallou wrote:
> > I wonder whether we start with a packaging attempt anyway and if
> > ftpmaster considers this a blocker we could try to negotiate with
> > the authors about this part of the license.
> 
> 
> For me it is blocking with the 'you will not (1) export, re-export or release 
> ' part...
> 
> We may ask upstream, but seems wa released by a company, and it may be forced 
> to follow some us regulations

Just tried:

https://github.com/aparapi/aparapi/issues/50

... and mentioned on the Debian Med SoftwarLiberation Wiki

https://wiki.debian.org/DebianMed/SoftwareLiberation

Kind regards

   Andreas, intending to start with the other predependency. 

-- 
http://fam-tille.de



about salsa accounts

2018-05-18 Thread Luca Vercelli

Hello,

I had an account on alioth (luca-vercelli-guest). Does it still work on 
salsa?


Is there any written "howto" for using accounts on salsa?

Thank you.

Luca




Re: about salsa accounts

2018-05-18 Thread Paul Wise
On Fri, May 18, 2018 at 9:02 PM, Luca Vercelli wrote:

> account on alioth (luca-vercelli-guest). Does it still work on salsa?

No, they are separate services.

> Is there any written "howto" for using accounts on salsa?

https://wiki.debian.org/Salsa/Doc
https://wiki.debian.org/Salsa

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Re: Bug#896708: ITP: maven-cache-cleanup -- Utility to purge timestamped snapshots from Maven repositories

2018-05-18 Thread Steinar Bang
> Emmanuel Bourg :

> Package: wnpp
> Severity: wishlist
> Owner: Emmanuel Bourg 

> * Package name: maven-cache-cleanup
>   Version : 1.0.4
>   Upstream Author : Yuri Nadestin
> * URL : https://github.com/nadestin/tools
> * License : Apache-2.0
>   Programming Lang: Java
>   Description : Utility to purge timestamped snapshots from Maven 
> repositories

> Maven 3 dropped support for non-unique snapshot versions, which had the
> side effect of filling up Maven caches on developer machines and on CI
> build hosts. The Maven Cache Cleanup utility scans a specified Maven cache
> directory for snapshot versions and deletes all but the latest version of
> the timestamped artifacts.

Hm... just a side observation: I ended up writing something similar
myself, a very simple one:
 https://github.com/steinarb/maven-repository-snapshot-pruner

I use it to prune snapshots from my own maven repository.

My entry level VPS (Virtual Private Server) in the cloud, wasn't big
enough to run nexus in addition to its other stuff. So I set up a simple
maven repository, using ftp to deploy to a directory structure, with
nginx serving up the same structure in HTTP.

And since what I'm mainly deploying to this maven repository is
snapshots, and what I want is just a single snapshot, I wrote the above
utility.