control 946 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. libwrap0-dev,
  8. ppp-dev (>= 2.4.6-2~),
  9. Priority: optional
  10. Section: net
  11. Package: pptpd
  12. Architecture: linux-any
  13. Depends: ${misc:Depends}, ${shlibs:Depends},
  14. bcrelay,
  15. netbase,
  16. ppp (>= 2.4.6-2~),
  17. Description: PoPToP Point to Point Tunneling Server
  18. This implements a Virtual Private Networking Server (VPN) that is
  19. compatible with Microsoft VPN clients. It allows Windows users to
  20. connect to an internal firewalled network using their dialup.
  21. Package: bcrelay
  22. Architecture: linux-any
  23. Depends: ${misc:Depends}, ${shlibs:Depends},
  24. Replaces:
  25. pptpd (<< 1.2.3-1),
  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.