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."
This commit is contained in:
kytv
2011-05-27 09:33:20 +00:00
parent e347ee5880
commit 164f060a40
15 changed files with 100 additions and 43 deletions

15
debian/changelog vendored
View File

@@ -1,12 +1,15 @@
i2p (0.8.6-5) UNRELEASED; urgency=low
i2p (0.8.6-5) stable; urgency=low
* Remove /etc/i2p/wrapper.service and add the changed configs to the
* Remove /etc/i2p/wrapper.service. Changes have been moved to the
initscript.
* Create debian/copyright at build time.
* Don't ship the standalone jetty-i2psnark.
-- Kill Your TV <killyourtv@i2pmail.org> Wed, 25 May 2011 21:11:40 +0000
* Don't disable browser launch. This is handled automatically for the i2psvc
user.
* Create debian/copyright dynamically at build time
* Don't ship the standalone jetty-i2psnark
* Create split package so that the wrapper isn't required
* Install missing certificates directory
-- Kill Your TV <killyourtv@i2pmail.org> Fri, 27 May 2011 03:48:56 +0000
i2p (0.8.6-4) stable; urgency=low