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
|
Source: libretls
Section: admin
Priority: optional
Maintainer: Marco d'Itri <md@linux.it>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libssl-dev,
autoconf, automake, libtool, pkg-config,
Standards-Version: 4.6.2.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/md/libretls.git
Vcs-Browser: https://salsa.debian.org/md/libretls
Package: libtls28t64
Provides: ${t64:Provides}
Replaces: libtls28
Breaks: libtls28 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: libtls shared library
LibreTLS is a port of libtls from LibreSSL to OpenSSL.
libtls is a TLS library designed by the OpenBSD project to make it easier
to write more secure code.
Package: libtls-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, ${LIBPKG} (= ${binary:Version})
Description: libtls development files
This package contains the files needed for developing applications that
use libtls.
|