control 988 B

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