forked from I2P_Developers/i2p.i2p
- Remove with-libtomcat6-java and with-libtomcat7-java - Replace with-libjetty8-java with-libjetty9-java - Add libtomcat8-java dependency in debian builds - Change libservlet-3.0-java implicit dependency to libservlet-3.1-java - Initial mods for trusty build files, as it does not have jetty 9 - Initial xenial build files - Add link to jetty9-apache-jsp.jar - Add necessary util jars to jsp classpath Non-Debian builds: - Move tomcat runtime from javax.servlet.jar to jasper-runtime.jar, to be consistent with Jetty 8 - Switch from jetty (glassfish) to apache (tomcat) jsp implementation, to be consistent with Debian builds - Drop checked-in Tomcat 6 and Jetty 8 jars Code: - Force Jasper initialization in RouterConsoleRunner since we don't use the Jetty annotation scanner
The files in ../debian/ are for jessie/stable. Alternates are in the subdirectories here. trusty may be copied to utopic, vivid, wily, xenial. tails-jessie and tails-wheezy are currently the same as jessie and wheezy, respectively. If they diverge, put the changes here. Note on systemd: # 'dh $@ --with systemd' needs dh-systemd which isn't available in Wheezy (except from backports), # and is only Ubuntu as of "Saucy". The official packages will enable this for Debian unstable and # Ubuntu Saucy (and newer) Through release 0.9.25, the debian/ directory was not current for the release; any changes required for the build were checked in after the release. Starting with release 0.9.26, we will attempt to test debian builds before the release, and check in any required changes to debian/ and debian-alt/ before the release, so that the files may actually be used to build the release. See additional documentation in the doc/ directory.