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
|
Source: libvpd
Section: libs
Priority: optional
Maintainer: Frédéric Bonnard <frediz@debian.org>
Build-Depends: debhelper-compat (= 13), libsqlite3-dev
Standards-Version: 4.6.0.1
Rules-Requires-Root: no
Homepage: https://github.com/power-ras/libvpd
Vcs-Git: https://salsa.debian.org/debian/libvpd.git
Vcs-Browser: https://salsa.debian.org/debian/libvpd
Package: libvpd-2.2-3
Architecture: powerpc ppc64 ppc64el
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: VPD Database access library
The libvpd package contains the classes that are used to access a vpd
database created by vpdupdate in the lsvpd package.
.
VPD is Vital Product Data (VPD), which includes the following information and
more: vendor, version, revision level, serial number.
Package: libvpd-dev
Section: libdevel
Architecture: powerpc ppc64 ppc64el
Depends: libvpd-2.2-3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: VPD Database access library development files
The libvpd-dev package contains the development libraries and header
files that are used to access a vpd database created by vpdudate in the
lsvpd package.
.
VPD is Vital Product Data (VPD), which includes the following information and
more: vendor, version, revision level, serial number.
|