forked from I2P_Developers/i2p.i2p
Fix up LICENSES.txt Build.xml cleanup Debian: - Add support for with-libtomcat8-java but not with-libjetty9-java for wheezy/jessie - Fix wheezy/precise/trusty build files to use tomcat8 but not jetty9 packages - Remove build dependency on ant-optional, not required - Remove some remaining eclipse-ecj dependencies - Add short README files for wheezy and jessie
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
The files in ../debian/ are for stretch.
|
|
You may also use them for jessie if you have libjetty9-java from jessie-backports.
|
|
|
|
Alternates are in the subdirectories here.
|
|
To use them, copy them over the files in ../debian/ .
|
|
|
|
Built file compatibility:
|
|
trusty may be copied to vivid.
|
|
trusty may be used for jessie without libjetty9-java from backports.
|
|
xenial may be copied to yakkety, zesty.
|
|
|
|
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.
|