1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: sstp-client
Section: net
Priority: optional
Maintainer: Eivind Naess <eivnaes@yahoo.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
libevent-dev,
libssl-dev,
pkgconf,
ppp-dev (>= 2.4.9-1~3)
Standards-Version: 4.6.0.1
Vcs-Git: https://salsa.debian.org/debian/sstp-client.git
Vcs-Browser: https://salsa.debian.org/debian/sstp-client
Homepage: https://gitlab.com/eivnaes/sstp-client
Package: sstp-client
Architecture: any
Depends: adduser,
libsstp-api-0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: network-manager-sstp | network-manager-sstp-gnome
Description: Connect to a Microsoft Windows 2008 server using SSTP VPN
A client implementation of Secure Socket Tunneling Protocol (SSTP) for
Linux / Mac OS-X that allows remote access via SSTP VPN to Microsoft
Windows 2008 Server. It does so by tunneling PPP data over SSL.
Package: libsstp-api-0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Section: libs
Description: Connect to a Microsoft Windows 2008 server using SSTP VPN
A client implementation of Secure Socket Tunneling Protocol (SSTP) for
Linux / Mac OS-X that allows remote access via SSTP VPN to Microsoft
Windows 2008 Server. It does so by tunneling PPP data over SSL.
.
This package provides the shared library libsstp-api-0.
Package: libsstp-api-0-dev
Architecture: any
Depends: libsstp-api-0 (= ${binary:Version}), ${misc:Depends}
Section: libdevel
Description: Connect to a Microsoft Windows 2008 server using SSTP VPN
A client implementation of Secure Socket Tunneling Protocol (SSTP) for
Linux / Mac OS-X that allows remote access via SSTP VPN to Microsoft
Windows 2008 Server. It does so by tunneling PPP data over SSL.
.
This package provides headers for the libsstp-api-0 library and
the library itself for static linking.
|