Re: What do we do with removed packages on salsa?

2024-09-16 Thread Andrius Merkys
Hi Emmanuel, On 2024-09-13 11:14, Emmanuel Bourg wrote: On 12/09/2024 09:26, Andrius Merkys wrote: Recently I had one of my packages removed from unstable. I would like to know what is the team's practice of dealing with repositories of such packages on salsa. I saw that some other teams have

Re: What do we do with removed packages on salsa?

2024-09-16 Thread Emmanuel Bourg
On 16/09/2024 09:19, Andrius Merkys wrote: Thanks for the suggestion to archive. I was not aware of this Gitlab feature. Interestingly, I cannot find the "Archive project" action in Salsa for my project swagger-core [2]. Maybe I lack some permission to archive it? We have the same roles on t

Re: Debian package examples for Java software

2024-09-16 Thread Emmanuel Bourg
Hi Peter, On 14/09/2024 12:01, Peter Bittner wrote: To extend on that, I try to find out how - if at all - (Java) software can be packaged as a Debian package, so that it can be installed root-less, i.e. with an unprivileged user. Where can I find information about that? Did you consider using

Re: About Freeplane

2024-09-16 Thread Emmanuel Bourg
On 16/09/2024 05:34, Sebastiaan Couwenberg wrote: Not easily as it requires a newer gradle Not necessarily, we could use Maven instead of Gradle. The Freeplane build is fairly simple and converting it to Maven is straightforward. I hacked this proof of concept quickly tonight to give it a tr