forked from I2P_Developers/i2p.i2p
Add dependency on libjetty8-java and libservlet3.0-java packages Remove those binaries in debian builds Prep for dependency on libservlet2.5-java package Prep for dependency on libtomcat6-java package Prep for dependency on libtomcat7-java package Prep for dependency on libjakarta-taglibs-standard-java package Prep for dependency on libjstl1.1-java package Add build properties for building with packages Rework of apps/jetty/build.xml for building with packages Redefine debian/ as the files for the jessie build Make debian-alt directories for ubuntu builds Move debian/changelog to debian-alt/trusty/changelog Move debian-alt/jessie/changelog to debian/changelog Add apps/jetty/jettylib/jsp-api.jar to classpath for jsp builds
23 lines
944 B
Plaintext
23 lines
944 B
Plaintext
The files in ../debian/ are for jessie/stable.
|
|
Alternates are in the subdirectories here.
|
|
|
|
trusty may be copied to utopic and vivid.
|
|
They do not have libjetty8-java.
|
|
wily has libjetty8-java.
|
|
|
|
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.
|