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
|
Source: libsmb2
Section: libs
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Matheus Polkorny <mpolkorny@gmail.com>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
cmake,
libkrb5-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/sahlberg/libsmb2
Vcs-Browser: https://salsa.debian.org/pkg-security-team/libsmb2
Vcs-Git: https://salsa.debian.org/pkg-security-team/libsmb2.git
Package: libsmb2-6
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Libsmb2 is a SMB2/3 client library (library)
for accessing or serving SMB2/SMB3 shares on a network.
It is high performance and fully async. It supports both zero-copy
for SMB READ/WRITE commands as well as compounded commands.
.
This package contains the shared library.
Package: libsmb2-dev
Section: libdevel
Architecture: any
Depends:
libsmb2-6 (= ${binary:Version}),
${misc:Depends},
Description: Libsmb2 is a SMB2/3 client library (development)
for accessing or serving SMB2/SMB3 shares on a network.
It is high performance and fully async. It supports both zero-copy
for SMB READ/WRITE commands as well as compounded commands.
.
This package contains the development files.
|