This commit is contained in:
HungryHobo
2010-11-08 03:23:30 +00:00
parent 0e9f0a741e
commit 7897df5544
3 changed files with 20 additions and 8 deletions

8
debian/copyright vendored
View File

@@ -1,8 +0,0 @@
everything is released according to the
terms of the I2P license policy. For the I2P SDK,
that means everything contained within this
module is released into the public domain unless
otherwise marked. Alternate licenses that may be
used include BSD (used by thecrypto's DSA, ElGamal,
and SHA256 implementations), Cryptix (used by cryptix's
AES implementation), and MIT.

11
debian/copyright.part1 vendored Normal file
View File

@@ -0,0 +1,11 @@
This is the Debian package of I2P. The latest version of I2P can always be found at:
http://www.i2p2.de/
I2P was originally developed by jrandom and others. The main developer now is zzz.
See http://www.i2p2.de/team for a list of past and present developers.
I2P is maintained in Monotone. The current development version may be checked out
by issuing the following two commands:
mtn --db i2p.mtn dn init
mtn --db i2p.mtn co mtn.i2p2.de i2p.i2p

9
debian/rules vendored
View File

@@ -23,6 +23,15 @@ build:
ln -s /usr/lib/i2p/i2prouter debian/tmp/usr/bin/i2prouter
rm debian/tmp/usr/lib/i2p/a
touch debian/build
mkdir -p debian/tmp/usr/share/doc/i2p
# Create the Debian copyright file, move the licenses dir,
# and delete all license files that are already in /usr/share/common-licenses/
cat debian/copyright.part1 LICENSE.txt > debian/tmp/usr/share/doc/i2p/copyright
mv debian/tmp/usr/lib/i2p/licenses debian/tmp/usr/share/doc/i2p
rm debian/tmp/usr/lib/i2p/LICENSE.txt
rm debian/tmp/usr/share/doc/i2p/licenses/LICENSE-Apache2.0.txt
rm debian/tmp/usr/share/doc/i2p/licenses/LICENSE-GPLv2.txt
rm debian/tmp/usr/share/doc/i2p/licenses/LICENSE-LGPLv2.1.txt
binary: build
mkdir -p debian/tmp/DEBIAN