Commit Graph

55 Commits

Author SHA1 Message Date
zzz
e2f048b2ac Debian:
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
2016-04-01 18:19:06 +00:00
zzz
5405792fad Debian:
Add missing patch with update for .25
Add missing line to require wrapper
Add launchpad help document
Add .24 and .25 releases to changelog
2016-03-26 13:56:57 +00:00
zzz
c84dd527b7 Debian: Updates from the 0.9.24 release, including patch refresh, not checked in at the time.
Cherry-picked out of
https://launchpad.net/~i2p.packages/+archive/ubuntu/i2p/+files/i2p_0.9.24-1ubuntu1.debian.tar.xz
The files in http://deb.i2p2.no/pool/main/i/i2p/i2p_0.9.24-1~deb8u+1.debian.tar.xz
are somewhat different.
Note that some files out of that tarball are apparently older than what is in our debian/
directory and were not copied over.
Some of the changes may be for Ubuntu and will not work for Debian.
Kytv may have had a local debian/ directory for Ubuntu builds that was not checked in anywhere.
Untested. Another patch refresh for 0.9.25 may be required.
To be fixed up after the 0.9.25 release.
2016-03-21 18:25:17 +00:00
kytv
64f2318720 update debian changelog: new pkg uploaded 2015-12-06 17:43:27 +00:00
kytv
5a7fc3f7f4 Update debian changelog 2015-12-06 14:16:43 +00:00
kytv
89e60fa8c5 sync debian/changelog 2015-12-06 03:05:42 +00:00
kytv
fde0ae8349 sync debian/changelog with packaged version 2015-08-02 15:06:50 +00:00
kytv
acc647822f sync debian changelog in mtn 2015-06-18 10:34:54 +00:00
kytv
bc6b0c12ac update debian changelog to reflect the latest release 2015-06-06 21:33:51 +00:00
kytv
807f1381fb sync debian/changelog 2015-05-21 16:54:35 +00:00
kytv
69a0324e86 update debian changelog; bump build 2015-04-09 12:06:26 +00:00
kytv
29953ea5e4 Debian: confine daemon with apparmor (ticket #1061) 2015-02-18 22:25:24 +00:00
kytv
a18ed194cb update debian changelog 2014-10-30 20:09:13 +00:00
kytv
d4876dd25e debian: add 0.9.14.1 changelog 2014-09-17 22:16:22 +00:00
kytv
2d6f71dc12 debian: changelog update 2014-08-07 23:26:17 +00:00
kytv
f994590ad7 Translation updates
sk, ja, de, fr, it zh, nl, uk, nb
2014-05-15 23:14:38 +00:00
kytv
e675416b8c debian: re-enable javadocs pkgs, bump changelog 2014-04-01 21:27:49 +00:00
kytv
bfba732f76 Debian: Add systemd support (ticket #1208)
Currently just for Debian unstable and Ubuntu Saucy and newer.
2014-03-13 02:29:41 +00:00
kytv
388019249d -10-rc
Debian changelog update, Korean debconf translation, history.txt update
2014-02-06 18:45:11 +00:00
kytv
e61e950713 update patch / update debian changelog 2013-11-20 00:50:39 +00:00
kytv
d4d1424c4f update debian changelog 2013-09-27 20:15:02 +00:00
kytv
b7a3b7bf05 debian: add missing timestamp to changelog 2013-08-11 17:00:26 +00:00
kytv
a2bd45fa9b * Translation updates from Transifex
- French, Portugeuse, Russian, Spanish, and Turkish updates from Transifex
   - Start of Romanian translation from Transifex
   - Update English POs for sending to TX
 * Debian: Update changelog
2013-08-11 16:58:19 +00:00
kytv
8ba493c60e debian: compress package with xz
All currently supported distros support this format.
2013-08-01 23:29:34 +00:00
kytv
2902a708f9 debian updates
- check script validity in build target
- refresh patch
- changelog update
2013-07-16 22:17:50 +00:00
kytv
b0b0124138 Chinese, Russian, Spanish, and Turkish language updates from Transifex 2013-07-11 21:48:05 +00:00
kytv
2a00272efe debian: read /etc/default/i2p in /usr/bin/i2prouter
This will allow overrides to be set without editing /usr/bin/i2prouter.

i2prouter may be replaced during upgrades. /etc/default/i2p will only be
changed by debconf (e.g. "dpkg-reconfigure i2p").
2013-05-24 21:30:46 +00:00
kytv
0ac2abd5eb debian: bump changelog version to 0.9.6 2013-05-24 09:10:00 +00:00
kytv
0ef3bb1deb debian: s/UNRELEASED/unstable/ due to updated packages being built 2013-05-01 17:51:17 +00:00
kytv
5904d5764c Debian: update changelog 2013-03-31 12:51:20 +00:00
kytv
c5502737f2 Debian: changelog and minor initscript updates 2012-12-14 16:14:46 +00:00
kytv
6e66d377f6 changelog/patch updates 2012-10-27 18:00:10 +00:00
kytv
95fb141ad9 0.9.1 debian changelog 2012-08-01 00:34:17 +00:00
kytv
81d9e2f164 update changelog 2012-05-06 10:36:22 +00:00
kytv
a655a7848b debian: changelog update, policy update 2012-02-27 22:53:10 +00:00
kytv
0c81d519b7 Debian: Fix postinst script
On systems without an i2psvc group, the postinstall would fail. This change
will add the group if it doesn't exist. Also adding "||true" to the usermod
command in case the command returns a non-zero status.
2012-01-07 00:20:43 +00:00
kytv
5067499fa1 fix typo (s/exit/exist/) 2012-01-06 04:07:35 +00:00
kytv
a9e03504de Updated debian changelog 2012-01-04 01:01:49 +00:00
kytv
a01c11ca1a checking in updated Debian changelog 2011-10-19 19:59:15 +00:00
kytv
5283b8d127 0.8.8 debian changelog 2011-08-21 10:26:55 +00:00
kytv
0dee248f8a debian/changelog clarification 2011-08-18 17:37:27 +00:00
kytv
c7b567891c -6 (will wait for 0.8.8 to upload this change to the PPAs) 2011-08-18 17:05:25 +00:00
kytv
915755b349 By request: Tighten package dependencies so that the -headless packages are
installed by default if a JRE isn't installed yet. Since the packages
previously depended on "default-jre|java5-runtime|java6-runtime", an
already-installed headless package would have satisfied the dependency.
2011-08-09 14:32:09 +00:00
kytv
453b8a962d Debian packaging changelog updates 2011-08-01 01:01:16 +00:00
kytv
ae428394a9 The debian/ directory for 0.8.7-1 (debian revision 1) 2011-06-26 19:04:54 +00:00
kytv
0000e4f28d Debian: Ship custom router.config to disable updates via the I2P router. Updates, to keep with Debian policy, must be done via the package manager. 2011-05-27 17:43:05 +00:00
kytv
164f060a40 Debian: Creating a new fourth package by splitting the i2p package in two
This commit splits the i2p package into a second package, i2p-router.
   * The new 'i2p-router' package does not depend on the java-wrapper nor jbigi.
     Jbigi is recommended. This package can be installed on the ports or 
     distributions that the java-wrapper is not available for.
   * The new 'i2p' package depends on i2p-router, libjbigi-jni, and the java-wrapper. 
     This package will add the i2psvc system user and the initscript. Existing
     users of the i2p package will have the i2p-router package pulled in
     automatically and for them there will be no usability changes.

 Executive summary: No functionality changes will take place for either those
		    that installed the i2p package in the past or those that
		    install the newly split i2p package. For them, "The Song
                    Remains the Same."
2011-05-27 09:33:20 +00:00
kytv
5d7e936aed Remove legacy standalone i2psnark from package 2011-05-26 15:49:43 +00:00
kytv
b6fab829cc Debian packaging fixes 2011-05-25 23:09:58 +00:00
HungryHobo
ef92123e00 0.8.1-6 2010-11-24 17:46:23 +00:00