Hi Marko, Le 30/10/2016 à 06:02, Marko Dimjašević a écrit :
> Can someone provide me with exact Git instructions needed to achieve > this? I've been struggling with this one and haven't managed to get to a > point where I have the Scala 2.10.6 release and where I can just > back-port stuff from the 2.11.8-1 package version. Here is what I tried > so far. I suspect that SBT will work fine with Scala 2.10.5 so you can probably just fork the Git repository from the commit 88e2381, rename the package (you have to update debian/control and debian/changelog, and rename the scala files in the debian directory), change the installation directory and use the package as is. If it doesn't work I can look into upgrading the package to 2.10.6. > Then in #debian-mentors I was suggested to do this: > > $ git checkout upstream && git reset --hard upstream/2.10.5 Did you also reset the master branch? git checkout master git reset --hard 88e2381 Emmanuel Bourg