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 62 63 64 65 66 67
|
Source: android-platform-system-extras
Section: devel
Priority: optional
Maintainer: Android Tools Maintainers <android-tools-devel@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>,
Kai-Chung Yan <seamlikok@gmail.com>,
Chirayu Desai <chirayudesai1@gmail.com>
Build-Depends: debhelper-compat (= 12),
android-libsparse-dev (>= 1:10.0.0+r36-1~),
android-libselinux-dev (>= 10.0.0+r36-1~),
android-libcutils-dev (>= 1:10.0.0+r36-1~),
android-libbase-dev (>= 1:10.0.0+r36-1~),
android-platform-system-core-headers (>= 1:10.0.0+r36-1~),
dh-exec,
libsquashfuse-dev,
pkg-config,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://android.googlesource.com/platform/system/extras
Vcs-Git: https://salsa.debian.org/android-tools-team/android-platform-system-extras.git
Vcs-Browser: https://salsa.debian.org/android-tools-team/android-platform-system-extras
Package: android-libext4-utils
Section: libs
Architecture: i386 amd64 armel armhf arm64 mips mipsel mips64el
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Android ext4 utility library
Android ext4 filesystem utility library, which is only used by fastboot
currently.
Package: android-libext4-utils-dev
Section: libdevel
Architecture: all
Depends:
android-libext4-utils (>= ${binary:Version}),
android-libext4-utils (<< ${binary:Version}.1~),
${misc:Depends}
Description: Android ext4 utility library - Development files
Android ext4 filesystem utility library header files, which is only
used by fastboot currently.
.
This package contains the development files.
Package: android-libfec
Section: libs
Architecture: i386 amd64 armel armhf arm64 mips mipsel mips64el
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Android libfec library
Android libfec library, which read files or partitions with
error-correcting codes appended to them. Uses verity metadata to speed
up I/O and improve error correction effectiveness.
.
This is only used by fastboot currently.
Package: android-libfec-dev
Section: libdevel
Architecture: all
Depends:
android-libfec (>= ${binary:Version}),
android-libfec (<< ${binary:Version}.1~),
${misc:Depends}
Description: Android libfec library - Development files
Android libfec library, which read files or partitions with
error-correcting codes appended to them. Uses verity metadata to speed
up I/O and improve error correction effectiveness.
.
This package contains the development files.
|