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: deviceinfo
Section: admin
Priority: optional
Build-Depends: cmake (>= 2.8.10),
cmake-extras,
debhelper-compat (= 13),
dh-exec,
gcovr,
lcov,
# libandroid-properties-dev,
libgtest-dev,
libglib2.0-dev,
libyaml-cpp-dev,
pkgconf,
systemd-dev [linux-any],
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Marius Gripsgard <marius@debian.org>
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://gitlab.com/ubports/development/core/deviceinfo
Vcs-Git: https://salsa.debian.org/ubports-team/deviceinfo.git
Vcs-Browser: https://salsa.debian.org/ubports-team/deviceinfo
Package: libdeviceinfo0
Section: libs
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
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
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libdeviceinfo0 (= ${binary:Version}),
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.
|