mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 21:44:15 +00:00
* take some enchancements for debian/ dir from kytv (#1)
This commit is contained in:
parent
d4d1768575
commit
e755a32b23
25
debian/control
vendored
25
debian/control
vendored
@ -18,5 +18,26 @@ Vcs-Browser: https://github.com/PurpleI2P/i2pd.git
|
|||||||
Package: i2pd
|
Package: i2pd
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: i2p router written in C++
|
Recommends: privoxy
|
||||||
Mainly runs on linux, but also supports OSX, BSD and Windows
|
Suggests: tor
|
||||||
|
Description: load-balanced unspoofable packet switching network - C++ port
|
||||||
|
I2P is an anonymizing network, offering a simple layer that identity-sensitive
|
||||||
|
applications can use to securely communicate. All data is wrapped with several
|
||||||
|
layers of encryption, and the network is both distributed and dynamic, with no
|
||||||
|
trusted parties.
|
||||||
|
.
|
||||||
|
This package contains the port of the I2P router to C++. Unless willing
|
||||||
|
to test and report problems, you should install the 'i2p' package instead.
|
||||||
|
|
||||||
|
Package: i2pd-dbg
|
||||||
|
Architecture: any
|
||||||
|
Priority: extra
|
||||||
|
Section: debug
|
||||||
|
Depends: ${shlibs:Depends}, ${misc:Depends}, i2pd (= ${binary:Version})
|
||||||
|
Description: i2pd debugging symbols
|
||||||
|
I2P is an anonymizing network, offering a simple layer that identity-sensitive
|
||||||
|
applications can use to securely communicate. All data is wrapped with several
|
||||||
|
layers of encryption, and the network is both distributed and dynamic, with no
|
||||||
|
trusted parties.
|
||||||
|
.
|
||||||
|
This package contains symbols required for debugging.
|
||||||
|
1
debian/copyright
vendored
1
debian/copyright
vendored
@ -35,6 +35,7 @@ License: BSD-3-clause
|
|||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2014-2015 hagen <hagen@i2pmail.org>
|
Copyright: 2014-2015 hagen <hagen@i2pmail.org>
|
||||||
|
2013-2015 Kill Your TV <killyourtv@i2pmail.org>
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
This package is free software; you can redistribute it and/or modify
|
This package is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
2
debian/i2pd.default
vendored
2
debian/i2pd.default
vendored
@ -3,5 +3,5 @@
|
|||||||
# installed at /etc/default/i2pd by the maintainer scripts
|
# installed at /etc/default/i2pd by the maintainer scripts
|
||||||
|
|
||||||
# Additional options that are passed to the Daemon.
|
# Additional options that are passed to the Daemon.
|
||||||
DAEMON_OPTS="--host=1.2.3.4 --port=4567"
|
DAEMON_OPTS="--host=1.2.3.4 --port=4567 --ircdest=irc.postman.i2p"
|
||||||
# change ip and port above to your external address and port
|
# change ip and port above to your external address and port
|
||||||
|
Loading…
x
Reference in New Issue
Block a user