i2pd/debian/control

35 lines
1.4 KiB
Plaintext
Raw Normal View History

2014-09-19 04:07:41 +02:00
Source: i2pd
Section: net
2017-04-04 17:47:50 +02:00
Priority: optional
Maintainer: R4SAS <r4sas@i2pmail.org>
2018-01-30 16:09:26 +01:00
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), gcc (>= 4.7) | clang (>= 3.3), libboost-system-dev (>= 1.46), libboost-date-time-dev (>= 1.46), libboost-filesystem-dev (>= 1.46), libboost-program-options-dev (>= 1.46), libminiupnpc-dev, libssl-dev, zlib1g-dev, dh-apparmor
2017-04-04 17:47:50 +02:00
Standards-Version: 3.9.6
Homepage: http://i2pd.website/
2015-11-25 08:54:45 +01:00
Vcs-Git: git://github.com/PurpleI2P/i2pd.git
2018-01-30 16:09:26 +01:00
Vcs-Browser: https://github.com/PurpleI2P/i2pd
2014-09-19 04:07:41 +02:00
Package: i2pd
Architecture: any
2015-12-16 14:22:55 +01:00
Pre-Depends: adduser
2014-09-19 04:07:41 +02:00
Depends: ${shlibs:Depends}, ${misc:Depends}
2017-10-15 18:53:40 +02:00
Suggests: tor, privoxy, apparmor
Description: Full-featured C++ implementation of I2P client.
2017-04-04 17:47:50 +02:00
I2P (Invisible Internet Protocol) is a universal anonymous network layer. All
communications over I2P are anonymous and end-to-end encrypted, participants
don't reveal their real IP addresses.
.
2017-04-04 17:47:50 +02:00
This package contains the full-featured C++ implementation of I2P router.
Package: i2pd-dbg
Architecture: any
Priority: extra
Section: debug
2015-11-27 14:35:09 +01:00
Depends: i2pd (= ${binary:Version}), ${misc:Depends}
2017-04-04 17:47:50 +02:00
Suggests: gdb
Description: i2pd debugging symbols
2017-04-04 17:47:50 +02:00
I2P (Invisible Internet Protocol) is a universal anonymous network layer. All
communications over I2P are anonymous and end-to-end encrypted, participants
don't reveal their real IP addresses.
.
This package contains symbols required for debugging.