control 962 B

12345678910111213141516171819202122232425262728293031
  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-systemd,
  8. libwrap0-dev,
  9. ppp-dev (>= 2.4.6-2~),
  10. Priority: optional
  11. Section: net
  12. Package: pptpd
  13. Architecture: linux-any
  14. Depends: ${misc:Depends}, ${shlibs:Depends},
  15. bcrelay,
  16. netbase,
  17. ppp (>= 2.4.6-2~),
  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. Replaces:
  26. pptpd (<< 1.2.3-1),
  27. Description: Broadcast relay daemon
  28. The bcrelay daemon relays broadcasts between two interfaces. It is
  29. shipped with the pptpd package, but can be used for other purposes.