1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: pptpd
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
Homepage: http://poptop.sourceforge.net/dox/
Standards-Version: 4.7.0
Vcs-Browser: https://git.in-ulm.de/cbiedl/pptpd
Vcs-Git: https://git.in-ulm.de/cbiedl/pptpd.git
Build-Depends: debhelper-compat (= 13),
dh-sequence-ppp,
libwrap0-dev,
ppp-dev (>= 2.5.0-1+~),
Priority: optional
Rules-Requires-Root: no
Section: net
Package: pptpd
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends}, ${shlibs:Depends},
bcrelay,
netbase,
Description: PoPToP Point to Point Tunneling Server
This implements a Virtual Private Networking Server (VPN) that is
compatible with Microsoft VPN clients. It allows Windows users to
connect to an internal firewalled network using their dialup.
Package: bcrelay
Architecture: linux-any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Broadcast relay daemon
The bcrelay daemon relays broadcasts between two interfaces. It is
shipped with the pptpd package, but can be used for other purposes.
|