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
|
Source: libubootenv
Priority: optional
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Uploaders: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper-compat (= 13), cmake, zlib1g-dev, libyaml-dev, graphviz, doxygen
Standards-Version: 4.6.0.1
Section: utils
Rules-Requires-Root: no
Homepage: https://github.com/sbabic/libubootenv
Vcs-Browser: https://salsa.debian.org/debian/libubootenv
Vcs-Git: https://salsa.debian.org/debian/libubootenv.git
Package: libubootenv-dev
Section: libdevel
Architecture: any
Depends: libubootenv0.1 (= ${binary:Version}), zlib1g-dev, ${misc:Depends}
Suggests: libubootenv-doc
Multi-Arch: same
Description: Library to access U-Boot environment - development files
libubootenv is a library that provides a hardware independent way to access
to U-Boot environment. U-Boot has its default environment compiled
board-dependently and this means that tools to access the environment are also
board specific, too.
.
This package contains files that are needed to build applications.
Package: libubootenv0.1
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Library to access U-Boot environment - runtime
libubootenv is a library that provides a hardware independent way to access
to U-Boot environment. U-Boot has its default environment compiled
board-dependently and this means that tools to access the environment are also
board specific, too.
.
This package includes the shared library.
Package: libubootenv-tool
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libubootenv0.1 (= ${binary:Version})
Multi-Arch: foreign
Conflicts: u-boot-tools (<< 2019.10)
Description: Library to access U-Boot environment - tool
libubootenv is a library that provides a hardware independent way to access
to U-Boot environment. U-Boot has its default environment compiled
board-dependently and this means that tools to access the environment are also
board specific, too.
.
This package contains files that is tool using libubootenv.
Package: libubootenv-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Library to access U-Boot environment - document
libubootenv is a library that provides a hardware independent way to access
to U-Boot environment. U-Boot has its default environment compiled
board-dependently and this means that tools to access the environment are also
board specific, too.
.
This package contains documentation for the libubootenv library.
|