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 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: android-platform-external-boringssl
Section: libs
Priority: optional
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Uploaders: Roger Shimizu <rosh@debian.org>
Build-Depends:
clang [amd64 i386 armel armhf arm64 mipsel mips64el ppc64el riscv64],
debhelper-compat (= 13),
dh-exec,
libgtest-dev,
lld [amd64 i386 armel armhf arm64 mipsel mips64el ppc64el],
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/android-tools-team/android-platform-external-boringssl.git
Vcs-Browser: https://salsa.debian.org/android-tools-team/android-platform-external-boringssl
Homepage: https://android.googlesource.com/platform/external/boringssl
Description: Google's internal fork of OpenSSL for the Android SDK
The Android SDK builds against a static version of BoringSSL,
Google's internal fork of OpenSSL. This package should never be used
for anything but Android SDK packages that already depend on it.
.
BoringSSL arose because Google used OpenSSL for many years in various
ways and, over time, built up a large number of patches that were
maintained while tracking upstream OpenSSL. As Google’s product
portfolio became more complex, more copies of OpenSSL sprung up and
the effort involved in maintaining all these patches in multiple
places was growing steadily.
.
This is the Android AOSP fork of BoringSSL which is designed to be
used by Android and its SDK. BoringSSL is only ever statically linked
into apps, and pinned to a commit version. Upstream has no official
releases of BoringSSL on its own, so it must be included separately
for each project that uses it.
Package: android-libboringssl
Architecture: armel armhf arm64 amd64 i386 ppc64el mipsel mips64el hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 x32
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ${source:Synopsis}
${source:Extended-Description}
Package: android-libboringssl-dev
Section: libdevel
Architecture: armel armhf arm64 amd64 i386 ppc64el mipsel mips64el hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 x32
Multi-Arch: foreign
Depends: ${misc:Depends},
android-libboringssl (= ${binary:Version}),
Description: ${source:Synopsis} - devel
${source:Extended-Description}
.
This package contains the development files.
Package: android-boringssl
Section: utils
Architecture: armel armhf arm64 amd64 i386 ppc64el mipsel mips64el ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 sh4 x32
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ${source:Synopsis} - tool
${source:Extended-Description}
.
This package contains the boringssl command line tool.
|