Re: SVN to Git migration script for pkg-java

2014-06-05 Thread tony mancill
On 06/05/2014 09:12 PM, tony mancill wrote: > On 06/05/2014 03:36 AM, gregor herrmann wrote: >> On Thu, 05 Jun 2014 11:16:59 +0200, Emmanuel Bourg wrote: >> One more thing. I think it would also be great if the script downloaded the upstream source with get-orig-source, extracted and

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread tony mancill
On 06/05/2014 03:36 AM, gregor herrmann wrote: > On Thu, 05 Jun 2014 11:16:59 +0200, Emmanuel Bourg wrote: > >>> One more thing. I think it would also be great if the script >>> downloaded the upstream source with get-orig-source, extracted and >>> committed it as well. >> Yes that's a good idea.

Re: [tomcat8] 01/01: add BTS closes for 750454 (libtcnative-1 1.1.30)

2014-06-05 Thread tony mancill
On 06/04/2014 11:17 PM, Emmanuel Bourg wrote: > Le 05/06/2014 07:08, Tony Mancill a écrit : > >> --- a/debian/changelog >> +++ b/debian/changelog >> @@ -5,6 +5,7 @@ tomcat8 (8.0.8-2) UNRELEASED; urgency=medium >>* Removed the dependency on the non existent java-7-runtime package >>* Fixed

Re: gradle 1.8 packaging (was: RFS: gradle/1.5-1)

2014-06-05 Thread Miguel Landaeta
On Thu, Jun 05, 2014 at 10:46:42AM +0300, Eugene Zhukov wrote: > Hi Miguel, > > Did you have a chance to look into 1.8 version packaging I pushed to a > separate branch? Hi Eugene, Unfortunately I hadn't manage to find time to review the package but I intend to do it soon. I think I can review

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Miguel Landaeta
On Wed, Jun 04, 2014 at 04:07:14PM +0200, Emmanuel Bourg wrote: > Hi all, > > I prepared a script to migrate a package from SVN to Git. I tested it on > a couple of packages and it seems to work fine. The script is available > on alioth at: Thanks Emmanuel for preparing this script. I'll be migr

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Eugene Zhukov
On Thu, Jun 5, 2014 at 12:16 PM, Emmanuel Bourg wrote: > Le 05/06/2014 10:21, Eugene Zhukov a écrit : > >> It worked now, but Vcs-* fields were not updated. > > I fixed it if you want to try again. > Thanks, now it worked. > >> One more thing. I think it would also be great if the script >> downlo

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread gregor herrmann
On Thu, 05 Jun 2014 11:16:59 +0200, Emmanuel Bourg wrote: > > One more thing. I think it would also be great if the script > > downloaded the upstream source with get-orig-source, extracted and > > committed it as well. > Yes that's a good idea. Either call get-orig-source or download the > latest

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Emmanuel Bourg
Le 05/06/2014 10:21, Eugene Zhukov a écrit : > It worked now, but Vcs-* fields were not updated. I fixed it if you want to try again. > One more thing. I think it would also be great if the script > downloaded the upstream source with get-orig-source, extracted and > committed it as well. Yes

Re: RFS: cofoja/1.1-r150-2

2014-06-05 Thread olivier.sal...@codeless.fr
I am not able to sponsor at this moment due to low network access. If nobody sponsors it in the meanwhile, I could do it this week-end Olivier On 06/04/2014 10:08 PM, Emmanuel Bourg wrote: > Le 04/06/2014 21:36, Andreas Tille a écrit : > >> thanks for working on this package. I noticed that the

Re: RFS: cofoja/1.1-r150-2

2014-06-05 Thread Emmanuel Bourg
Le 05/06/2014 11:05, olivier.sal...@codeless.fr a écrit : > I am not able to sponsor at this moment due to low network access. > > If nobody sponsors it in the meanwhile, I could do it this week-end Thank you Olivier, actually Andreas uploaded the package yesterday. Emmanuel Bourg -- To UNSUB

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Eugene Zhukov
On Thu, Jun 5, 2014 at 10:42 AM, Niels Thykier wrote: > On 2014-06-05 09:40, Eugene Zhukov wrote: >> git: 'svn' is not a git command. See 'git --help'. > > Looks like a dependency on "git svn", try installing git-svn. Thanks! It worked now, but Vcs-* fields were not updated. From the console log:

gradle 1.8 packaging (was: RFS: gradle/1.5-1)

2014-06-05 Thread Eugene Zhukov
On Fri, May 16, 2014 at 3:29 AM, Miguel Landaeta wrote: > On Thu, May 15, 2014 at 11:23:41AM +0300, Eugene Zhukov wrote: >> >> I've been working on upgrading this package to 1.8, but now stuck with >> 'compileGroovy.groovyClasspath' must not be empty. Would anyone be >> interested to help? I can p

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Niels Thykier
On 2014-06-05 09:40, Eugene Zhukov wrote: > git: 'svn' is not a git command. See 'git --help'. Looks like a dependency on "git svn", try installing git-svn. -- To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian

Re: SVN to Git migration script for pkg-java

2014-06-05 Thread Eugene Zhukov
On Wed, Jun 4, 2014 at 5:07 PM, Emmanuel Bourg wrote: > Hi all, > > I prepared a script to migrate a package from SVN to Git. I tested it on > a couple of packages and it seems to work fine. The script is available > on alioth at: > > http://anonscm.debian.org/gitweb/?p=pkg-java/pkg-java-svn2g