12345678910111213141516171819202122232425262728293031 |
- 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.
|