Re: Import git repo from alioth to salsa

2018-05-01 Thread Emmanuel Bourg
Le 30/04/2018 à 21:20, Markus Koschany a écrit : > I believe we shouldn't panic about this. Do you have a list with names > of those packages? I can clone and import them into a single Git > repository (todo-subversion) ? and when we have time and there is a need > to we can convert them into

Re: Import git repo from alioth to salsa

2018-05-01 Thread Giovanni Mascellani
Hi, Il 29/04/2018 23:13, Markus Koschany ha scritto: > Let's remove all VCS fields from all our packages. Those fields are > optional and not required. We simply use conventions. All packages are > maintained in Git at salsa.debian.org. Period. In line of principle I agree that some package meta

Re: Import git repo from alioth to salsa

2018-05-01 Thread Emmanuel Bourg
Le 30/04/2018 à 22:02, Giovanni Mascellani a écrit : > BTW, this recalls me that libjgrapht0.8 (which is my only package still > on svn) is probably in the need of some dust removal. Debian also ships > libjgrapht0.6 as a separate source package. Both are terribly old, since > upstream has

Re: Import git repo from alioth to salsa

2018-05-01 Thread Markus Koschany
Am 01.05.2018 um 22:49 schrieb Emmanuel Bourg: > Le 01/05/2018 à 21:18, Markus Koschany a écrit : > >> I have tried to discuss this on debian-devel but as usual there is >> always someone who strongly disagrees, mostly those people who update >> five packages per year. In my opinion there is no

Re: Import git repo from alioth to salsa

2018-05-01 Thread Markus Koschany
Am 01.05.2018 um 23:17 schrieb Emmanuel Bourg: > Le 01/05/2018 à 22:54, Markus Koschany a écrit : > >> debcheckout https://salsa.debian.org/java-team/yourpackage ? >> >> I don't understand why you would need such a tool that simply calls >> >> git clone >> >> though... > > It also pulls the

Re: Import git repo from alioth to salsa

2018-05-01 Thread Emmanuel Bourg
Le 01/05/2018 à 23:21, Markus Koschany a écrit : > apt source yourpackage ? This doesn't give a Git working copy. > Seriously I can write you a little shell script that does all that for > you too. If this is the only _real_ blocker, I'm more than happy to do that. We'll probably also want to

Re: Import git repo from alioth to salsa

2018-05-01 Thread Markus Koschany
Am 01.05.2018 um 23:35 schrieb Emmanuel Bourg: > Le 01/05/2018 à 23:21, Markus Koschany a écrit : > >> apt source yourpackage ? > > This doesn't give a Git working copy. The command git clone will give you a working copy. You can also use git clone

Re: Import git repo from alioth to salsa

2018-05-01 Thread Emmanuel Bourg
Le 01/05/2018 à 21:18, Markus Koschany a écrit : > I have tried to discuss this on debian-devel but as usual there is > always someone who strongly disagrees, mostly those people who update > five packages per year. In my opinion there is no need to convince > everyone. It's completely fine if

Re: Import git repo from alioth to salsa

2018-05-01 Thread Emmanuel Bourg
Le 01/05/2018 à 22:54, Markus Koschany a écrit : > debcheckout https://salsa.debian.org/java-team/yourpackage ? > > I don't understand why you would need such a tool that simply calls > > git clone > > though... It also pulls the upstream tarball and the .dsc of the latest upload.

Re: Import git repo from alioth to salsa

2018-05-01 Thread Markus Koschany
Hi, Am 01.05.2018 um 20:31 schrieb Giovanni Mascellani: > Hi, > > Il 29/04/2018 23:13, Markus Koschany ha scritto: >> Let's remove all VCS fields from all our packages. Those fields are >> optional and not required. We simply use conventions. All packages are >> maintained in Git at

Re: libjsyntaxpane-java: Java9 fix

2018-05-01 Thread tony mancill
On Tue, May 01, 2018 at 03:47:53PM +0200, Felix Natter wrote: > hello Debian-java, > > I have added a patch against libjsyntaxpane-java which fixes a Java9 > issue, ported roughly from here: > > https://github.com/nordfalk/jsyntaxpane/commit/5fc75594f8bc4df6e8f7096d4a440490b768fd46 > (which

Re: Push rights for salsa/java-team

2018-05-01 Thread Felix Natter
Markus Koschany writes: > Hi Felix, > > Am 01.05.2018 um 13:57 schrieb Felix Natter: > [...] >> Can I (fnatter-guest) be added to team-java, or did I do something >> wrong? > > Sure, please request membership at salsa.debian.org and I will add you > to the team. Done, thank

Re: Push rights for salsa/java-team

2018-05-01 Thread Markus Koschany
Hi Felix, Am 01.05.2018 um 13:57 schrieb Felix Natter: [...] > Can I (fnatter-guest) be added to team-java, or did I do something > wrong? Sure, please request membership at salsa.debian.org and I will add you to the team. Cheers, Markus signature.asc Description: OpenPGP digital signature

Re: Import git repo from alioth to salsa

2018-05-01 Thread Markus Koschany
Am 29.04.2018 um 23:13 schrieb Markus Koschany: [...] > I suggest the following: > > Let's remove all VCS fields from all our packages. Those fields are > optional and not required. We simply use conventions. All packages are > maintained in Git at salsa.debian.org. Period. The address space

Push rights for salsa/java-team

2018-05-01 Thread Felix Natter
hello Debian-java, after having added my ssh key, I get this git url in gitlab: g...@salsa.debian.org:java-team/libjsyntaxpane-java.git When trying to push, I get this message: $ git push Enter passphrase for key '/home/felix/.ssh/id_rsa': GitLab: You are not allowed to push code to this

Bug#897298: O: libjfreechart-java

2018-05-01 Thread Vincent Fourmond
Package: wnpp Severity: normal Hello, I'm hereby orphaning the libjfreechart-java package. Although it is technically team-maintained under the debian java team, no uploader (including myself) has been active for ages, it is better to mark it as orphaned. Kind regards, Vincent

Bug#897295: O: java-wrappers -- wrappers for java executables

2018-05-01 Thread Vincent Fourmond
Package: wnpp Severity: normal Hello, I'm hereby orphaning the java-wrappers package. It is technically maintained by the debian java team, but I am the sole uploader, so I prefer to mark it as orphaned as of now. It is widely used, but does not need much maintenance, since it seems to

libjsyntaxpane-java: Java9 fix

2018-05-01 Thread Felix Natter
hello Debian-java, I have added a patch against libjsyntaxpane-java which fixes a Java9 issue, ported roughly from here: https://github.com/nordfalk/jsyntaxpane/commit/5fc75594f8bc4df6e8f7096d4a440490b768fd46 (which has the same license as jsyntaxpane) Here are the changes: