> Greetings, > > I've spoken with Luka Kraigor about bringing the package up to date. > I'm happy to push it into the repo. Is there a release candidate? > > Cheers
I thought he was first waiting on some feedback from original author, he could also wait till GoogleCode pulls the plug on 2016/1/26 ;-) I guess every commit tries to make it a bit better, so every revision could be considered a RC. Every single commit/pull request got rebuilt through this "drone.io" facility: (this is not a full test as it doesn't use debuild or git-buildpackage) https://drone.io/github.com/shellinabox/shellinabox https://drone.io/github.com/shellinabox/shellinabox/admin | i="$(dpkg-checkbuilddeps 2>&1 | sed -e 's/.*dependencies: //;t;d')" | [ -n "$i" ] && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y $i | autoreconf -i | dpkg-buildpackage -b I myself tested it with cowbuilder. For the real 2.15 release, I have no crystall ball and can't read Luka's mind either. My Debian TODO's: - review INSTALL.Debian that moslty duplicate README.md - review sed magic in debian init script - review debian/rules again - write a simple systemd service that will shared by all distros (there are already shellinabox.service files floating around) - add a rule for dh_systemd in debian/rules Greetings, Alexandre -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

