Commit Graph

48 Commits

Author SHA1 Message Date
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
HungryHobo
b32399ac60 0.8.1 2010-11-18 20:58:04 +00:00
HungryHobo
a7c50fcfd9 Make maintainer in debian/changelog the same as in debian/control (lintian: changelog-should-mention-nmu) 2010-11-15 00:13:11 +00:00
HungryHobo
e9af7406c6 Update changelog 2010-11-09 21:30:32 +00:00
zzz
b97197c0fa * Debian: Fixup, update, enhance dream's scripts
* build.xml: Speed up sponge's distclean additions
2010-01-26 15:21:41 +00:00
dream
7365ca849f preliminary debian package support
This sets i2p up as a functional Debian source package. dpkg-buildpackage
will build i2p using ant preppkg (tarball takes too long and not
helpful). It creates a binary .deb archive of the i2p installation,
which when installed goes into /var/lib/i2p as the non-root user i2p,
and adds an /etc/init.d script to start it up.

Some problems not yet solved:
1) under Debian the conf should go into /etc/i2p, but since it doesn't
   things like the eepsite index file get overwritten if you reinstall.
   should check for those somehow and not replace them, or ask the user.
2) under Debian they like it if you split the generated data from the
   static code, so i2p should go into /usr/lib/i2p maybe, but its
   netDB and any other cache files into /var/cache/i2p
   that's important not just for organization, but also /var is often
   on a filesystem optimized for churn. For now just put it in /var/lib
3) i2p is supposedly architecture independant, but it does choose a
   native jbigi library on postinstall, so does that really count
   as architecture independant?
2009-01-30 22:32:52 +00:00