File: control

package info (click to toggle)
libqmi 1.22.0-1.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 22,260 kB
  • sloc: ansic: 35,883; sh: 4,523; python: 3,045; makefile: 794; xml: 482
file content (67 lines) | stat: -rw-r--r-- 2,242 bytes parent folder | download
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: libqmi
Priority: optional
Maintainer: Mathieu Trudel-Lapierre <mathieu.tl@gmail.com>
Build-Depends: debhelper (>= 10),
               gtk-doc-tools,
               libmbim-glib-dev (>= 1.18.0),
               libgudev-1.0-dev (>= 147),
               libglib2.0-dev (>= 2.36),
               libglib2.0-doc,
               pkg-config,
               python,
Standards-Version: 4.1.3
Section: libs
Homepage: https://www.freedesktop.org/wiki/Software/libqmi
Vcs-Git: git://anonscm.debian.org/pkg-libqmi/pkg-libqmi.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-libqmi/pkg-libqmi.git

Package: libqmi-glib-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libglib2.0-dev,
         libqmi-glib5 (= ${binary:Version}),
         ${misc:Depends},
Suggests: libqmi-glib-doc,
Description: Header files for adding QMI support to applications that use glib
 This package contains the header and pkg-config files for development
 applications using QMI functionality from applications that use glib.

Package: libqmi-glib-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
Suggests: devhelp,
Description: API documentation for libqmi-glib
 This package provides the API documentation for libqmi-glib for adding
 QMI support to applications that use glib.

Package: libqmi-glib5
Section: libs
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Support library to use the Qualcomm MSM Interface (QMI) protocol
 Libraries for adding QMI support to applications that use glib.

Package: libqmi-utils
Section: net
Architecture: linux-any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: Utilities to use the QMI protocol from the command line
 This package contains the utilities that make it easier to use QMI
 functionality from the command line.

Package: libqmi-proxy
Section: net
Architecture: linux-any
Multi-Arch: foreign
Depends: libqmi-glib5 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Description: Proxy to communicate with QMI ports
 This package contains the binary qmi-proxy used by libqmi to allow multiple
 clients to use the same QMI port simultaneously.