control 947 B

123456789101112131415161718192021222324252627282930
  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.6
  5. Build-Depends: debhelper (>= 9),
  6. automake,
  7. dh-autoreconf,
  8. dh-systemd,
  9. libwrap0-dev,
  10. ppp-dev (>= 2.4.6-2~),
  11. Priority: optional
  12. Section: net
  13. Package: pptpd
  14. Architecture: linux-any
  15. Depends: ${misc:Depends}, ${shlibs:Depends},
  16. bcrelay,
  17. netbase,
  18. ppp (>= 2.4.6-2~),
  19. Description: PoPToP Point to Point Tunneling Server
  20. This implements a Virtual Private Networking Server (VPN) that is
  21. compatible with Microsoft VPN clients. It allows Windows users to
  22. connect to an internal firewalled network using their dialup.
  23. Package: bcrelay
  24. Architecture: linux-any
  25. Depends: ${misc:Depends}, ${shlibs:Depends},
  26. Description: Broadcast relay daemon
  27. The bcrelay daemon relays broadcasts between two interfaces. It is
  28. shipped with the pptpd package, but can be used for other purposes.