i2pd/debian/control

33 lines
1.3 KiB
Plaintext
Raw Normal View History

2014-09-19 06:07:41 +04:00
Source: i2pd
Section: net
2017-04-04 18:47:50 +03:00
Priority: optional
Maintainer: R4SAS <r4sas@i2pmail.org>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.17.2~), 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
2017-04-04 18:47:50 +03:00
Standards-Version: 3.9.6
Homepage: http://i2pd.website/
2015-11-25 10:54:45 +03:00
Vcs-Git: git://github.com/PurpleI2P/i2pd.git
2018-01-30 18:09:26 +03:00
Vcs-Browser: https://github.com/PurpleI2P/i2pd
2014-09-19 06:07:41 +04:00
Package: i2pd
Architecture: any
2015-12-16 16:22:55 +03:00
Pre-Depends: adduser
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base,
Description: Full-featured C++ implementation of I2P client.
2017-04-04 18:47:50 +03: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 18:47:50 +03:00
This package contains the full-featured C++ implementation of I2P router.
Package: i2pd-dbg
Architecture: any
Priority: extra
Section: debug
2015-11-27 16:35:09 +03:00
Depends: i2pd (= ${binary:Version}), ${misc:Depends}
Description: i2pd debugging symbols
2017-04-04 18:47:50 +03: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.