control 952 B

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