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
|
Source: libmbim
Section: libs
Priority: optional
Maintainer: Michael Biebl <biebl@debian.org>
Uploaders: Thomas Bechtold <toabctl@debian.org>
Build-Depends: debhelper (>= 9.20160114),
dh-autoreconf,
pkg-config,
libglib2.0-dev (>= 2.32),
libgudev-1.0-dev (>= 147),
gtk-doc-tools,
libglib2.0-doc
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/collab-maint/libmbim.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libmbim.git
Homepage: https://www.freedesktop.org/wiki/Software/libmbim/
Package: libmbim-glib4
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Support library to use the MBIM protocol
libmbim is a glib-based library for talking to WWAN modems and devices
which speak the Mobile Interface Broadband Model (MBIM) protocol.
Package: libmbim-glib-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmbim-glib4 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev
Suggests: libmbim-glib-doc
Description: Header files for adding MBIM support to applications that use glib
libmbim is a glib-based library for talking to WWAN modems and devices
which speak the Mobile Interface Broadband Model (MBIM) protocol.
.
This package contains the header, pkg-config and API documentation files for
development applications using MBIM functionality from applications
that use glib.
Package: libmbim-glib-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: devhelp
Description: API documentation for the MBIM protocol library
libmbim is a glib-based library for talking to WWAN modems and devices
which speak the Mobile Interface Broadband Model (MBIM) protocol.
.
This package contains the API reference for libmbim-glib.
Package: libmbim-utils
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utilities to use the MBIM protocol from the command line
libmbim is a glib-based library for talking to WWAN modems and devices
which speak the Mobile Interface Broadband Model (MBIM) protocol.
.
This package contains the utilities that make it easier to use MBIM
functionality from the command line.
Package: libmbim-proxy
Section: net
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, libmbim-glib4 (= ${binary:Version})
Description: Proxy to communicate with MBIM ports
libmbim is a glib-based library for talking to WWAN modems and devices
which speak the Mobile Interface Broadband Model (MBIM) protocol.
.
This package contains the binary mbim-proxy used by libmbim to allow multiple
clients to use the same MBIM port simultaneously.
|