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 68 69 70 71 72
|
Source: deviceinfo
Standards-Version: 4.7.3
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders:
Mike Gabriel <sunweaver@debian.org>,
Marius Gripsgard <marius@debian.org>,
Section: admin
Build-Depends:
debhelper-compat (= 13),
dh-exec,
cmake,
cmake-extras,
gcovr,
lcov,
# libandroid-properties-dev,
libglib2.0-dev,
libgtest-dev,
libyaml-cpp-dev,
pkgconf,
systemd-dev [linux-any],
Vcs-Browser: https://salsa.debian.org/ubports-team/deviceinfo
Vcs-Git: https://salsa.debian.org/ubports-team/deviceinfo.git
Homepage: https://gitlab.com/ubports/development/core/deviceinfo
Package: libdeviceinfo0
Architecture: any
Multi-Arch: same
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Library for Lomiri to detect and configure devices
Lomiri Operating Environment is a convergent work shell designed
for use cases on phone, tablet or desktop devices.
.
This package provides a library to detect and configure devices.
Package: libdeviceinfo-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
libdeviceinfo0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Development headers to detect and configure devices in Lomiri
Lomiri Operating Environment is a convergent work shell designed
for use cases on phone, tablet or desktop devices.
.
Development headers for libdeviceinfo, to detect and configure devices.
Package: deviceinfo-tools
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Tools to detect and configure devices in Lomiri
Lomiri Operating Environment is a convergent work shell designed
for use cases on phone, tablet or desktop devices.
.
Tools to detect and configure devices
Package: deviceinfo-extras
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Library to detect and configure devices - extra programs
Library to detect and configure devices
.
This package contains extra programs shipped with deviceinfo. At the moment,
this includes the update-machine-info-from-deviceinfo tool.
|