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 73 74 75 76 77 78 79
|
Source: libssc
Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-gir,
gir1.2-gio-2.0-dev <!nogir>,
libglib2.0-dev,
libmbim-glib-dev,
libprotobuf-c-dev,
libpython3.13-dev,
libqmi-glib-dev,
libqrtr1 <!nocheck>,
meson,
pkgconf,
protobuf-c-compiler,
protobuf-compiler,
python3-gi <!nocheck>,
python3-protobuf <!nocheck>,
valac,
Standards-Version: 4.7.0
Section: libs
Homepage: https://codeberg.org/DylanVanAssche/libssc.git
Rules-Requires-Root: no
Package: libssc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Provides:
gir1.2-ssc-1-dev (= ${binary:Version}),
Depends:
gir1.2-ssc-1 (= ${binary:Version}),
libglib2.0-dev,
libprotobuf-c-dev,
libqmi-glib-dev,
libssc1 (= ${binary:Version}),
${misc:Depends},
Description: Qualcomm sensor core library - development headers
libssc is a library to expose the sensors managed by the Qualcomm Sensor Core
found in many Qualcomm System-on-Chips (SoCs) from 2018 and onwards.
.
This package contains the development headers.
Package: libssc1
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Qualcomm sensor core library - shared library
libssc is a library to expose the sensors managed by the Qualcomm Sensor Core
found in many Qualcomm System-on-Chips (SoCs) from 2018 and onwards.
.
This package contains the shared library.
Package: libssc-bin
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Qualcomm sensor core library - binaries
libssc is a library to expose the sensors managed by the Qualcomm Sensor Core
found in many Qualcomm System-on-Chips (SoCs) from 2018 and onwards.
.
This package contains the command line tools.
Package: gir1.2-ssc-1
Architecture: any
Multi-Arch: same
Section: introspection
Depends:
${gir:Depends},
${misc:Depends},
Description: GObject introspection data for libssc
libssc is a library to expose the sensors managed by the Qualcomm Sensor Core
found in many Qualcomm System-on-Chips (SoCs) from 2018 and onwards.
.
This package contains introspection data for the libssc library.
|