mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-31 09:04:14 +00:00
update debian/control
This commit is contained in:
parent
c2f62ba52a
commit
f4b5426865
38
debian/control
vendored
38
debian/control
vendored
@ -1,17 +1,10 @@
|
|||||||
Source: i2pd
|
Source: i2pd
|
||||||
Section: net
|
Section: net
|
||||||
Priority: extra
|
Priority: optional
|
||||||
Maintainer: R4SAS <r4sas@i2pmail.org>
|
Maintainer: R4SAS <r4sas@i2pmail.org>
|
||||||
Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~),
|
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), gcc (>= 4.7) | clang (>= 3.3), libboost-system-dev (>= 1.46), libboost-date-time-dev, libboost-filesystem-dev, libboost-program-options-dev, libminiupnpc-dev, libssl-dev
|
||||||
gcc (>= 4.7) | clang (>= 3.3),
|
Standards-Version: 3.9.6
|
||||||
libboost-system-dev (>= 1.46),
|
Homepage: http://i2pd.website/
|
||||||
libboost-date-time-dev,
|
|
||||||
libboost-filesystem-dev,
|
|
||||||
libboost-program-options-dev,
|
|
||||||
libminiupnpc-dev,
|
|
||||||
libssl-dev
|
|
||||||
Standards-Version: 3.9.3
|
|
||||||
Homepage: https://github.com/PurpleI2P/i2pd
|
|
||||||
Vcs-Git: git://github.com/PurpleI2P/i2pd.git
|
Vcs-Git: git://github.com/PurpleI2P/i2pd.git
|
||||||
Vcs-Browser: https://github.com/PurpleI2P/i2pd.git
|
Vcs-Browser: https://github.com/PurpleI2P/i2pd.git
|
||||||
|
|
||||||
@ -19,26 +12,23 @@ Package: i2pd
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Pre-Depends: adduser
|
Pre-Depends: adduser
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Recommends: privoxy
|
Suggests: tor, privoxy
|
||||||
Suggests: tor
|
Description: i2pd is a full-featured C++ implementation of I2P client.
|
||||||
Description: load-balanced unspoofable packet switching network - C++ port
|
I2P (Invisible Internet Protocol) is a universal anonymous network layer. All
|
||||||
I2P is an anonymizing network, offering a simple layer that identity-sensitive
|
communications over I2P are anonymous and end-to-end encrypted, participants
|
||||||
applications can use to securely communicate. All data is wrapped with several
|
don't reveal their real IP addresses.
|
||||||
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
|
This package contains the full-featured C++ implementation of I2P router.
|
||||||
to test and report problems, you should install the 'i2p' package instead.
|
|
||||||
|
|
||||||
Package: i2pd-dbg
|
Package: i2pd-dbg
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Section: debug
|
Section: debug
|
||||||
Depends: i2pd (= ${binary:Version}), ${misc:Depends}
|
Depends: i2pd (= ${binary:Version}), ${misc:Depends}
|
||||||
|
Suggests: gdb
|
||||||
Description: i2pd debugging symbols
|
Description: i2pd debugging symbols
|
||||||
I2P is an anonymizing network, offering a simple layer that identity-sensitive
|
I2P (Invisible Internet Protocol) is a universal anonymous network layer. All
|
||||||
applications can use to securely communicate. All data is wrapped with several
|
communications over I2P are anonymous and end-to-end encrypted, participants
|
||||||
layers of encryption, and the network is both distributed and dynamic, with no
|
don't reveal their real IP addresses.
|
||||||
trusted parties.
|
|
||||||
.
|
.
|
||||||
This package contains symbols required for debugging.
|
This package contains symbols required for debugging.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user