Re: Multiple JVM and Java version dependency

2013-12-05 Thread tony mancill
On 12/05/2013 01:56 AM, Damien Hardy wrote: > Hi Tony, > > Thank you pointing out this package it can be an answer to my problem > except that it does not handle with external JVM (we packed oracle java7 > for squeeze here) > or it need some tweak in /usr/lib/java-wrappers/jvm-list.sh. > > Does

Re: Moving a git repository

2013-12-05 Thread Stephen Nelson
On Wed, Dec 4, 2013 at 1:05 PM, Emmanuel Bourg wrote: > I moved the repository and changed the hooks. You can clone it from: > > ssh+git://git.debian.org/git/pkg-java/joptsimple.git > > Emmanuel Bourg > > Hi Emmanuel I've just tried to push to the repository but I'm getting permission errors: r

Re: Git policy on undoing

2013-12-05 Thread Emmanuel Bourg
Hi Joachim, I personally prefer having a clean history, so I would suggest reseting the master branch and force a non fast forward push (you may have to set temporarily denyNonFastforwards to false in the repository configuration on alioth to achieve that). Emmanuel Bourg Le 05/12/2013 17:55, J

Git policy on undoing

2013-12-05 Thread Joachim Zobel
Hi. Is there a git policy concerning on undoing commits. I have committed and pushed) a first attempt to build netbeans with openjdk-7, which is most likely obsolete (and not working on unstable). Should I delete it or should I commit an inverse change. Sincerely, Joachim -- To UNSUBSCRIBE, e

Re: Security issue with libspring-java #720902

2013-12-05 Thread Markus Koschany
Hi Stephen On 04.12.2013 22:22, Stephen Nelson wrote: [...] > I think it would be a pragmatic solution to backport the fix into the > current codebase as it should clear the grave bug and shouldn't impact > the r-deps. Agreed. I created a new branch "stable-security" and backported the patch to t

Re: Multiple JVM and Java version dependency

2013-12-05 Thread Damien Hardy
Le 05/12/2013 06:47, tony mancill a écrit : >>> On 2013-12-04 12:15, Damien Hardy wrote: Hello, I asked on irc but seams everybody is still in bed :) We want to deploy multiple JVM on our hosts (sun java6 and Java7 mainly) because of some requirement for our developm