Re: Handle sbt dependencies

2016-02-03 Thread Fabio
Hi Emmanuel, Il 02/02/2016 09:02, Emmanuel Bourg ha scritto: > I don't think there is an up to date tutorial. Studying existing > packages is the best source of inspiration. And we'll be happy to guide > you on this list or on IRC. > > Emmanuel Bourg Thanks a lot for your answers and for your sup

Re: Handle sbt dependencies

2016-02-02 Thread Emmanuel Bourg
Hi Fabio, Le 2/02/2016 01:11, Fabio a écrit : > 1. Some libraries used in sbt have different versions. How can I > handle this cases? Most of the time using the most recent version of the library just works. If it doesn't we patch the code. > 2. Is it possible to packaging in debian differe