forked from I2P_Developers/i2p.i2p
Improve the Debian copyright file, see http://lists.debian.org/debian-legal/2003/12/msg00194.html
This commit is contained in:
8
debian/copyright
vendored
8
debian/copyright
vendored
@@ -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
11
debian/copyright.part1
vendored
Normal 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
9
debian/rules
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user