Last change
on this file since 4be46d8 was
164f060a,
checked in by kytv <kytv@…>, 10 years ago
|
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."
|
-
Property mode set to
100644
|
File size:
186 bytes
|
Line | |
---|
1 | #!/bin/sh -e |
---|
2 | |
---|
3 | if [ ! -z $2 ]; then |
---|
4 | if dpkg --compare-versions $2 lt 0.8.6-5; then |
---|
5 | test -d /usr/share/doc/libjbigi-jni \ |
---|
6 | && rm -rf /usr/share/doc/libjbigi-jni |
---|
7 | fi |
---|
8 | fi |
---|
9 | |
---|
10 | #DEBHELPER# |
---|
Note: See
TracBrowser
for help on using the repository browser.