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
|
Source: libqmi
Priority: optional
Maintainer: Marius B. Kotsbak <marius@kotsbak.com>
Build-Depends: debhelper (>= 9), dh-autoreconf, libglib2.0-dev (>= 2.32), pkg-config, intltool, gtk-doc-tools, python, libglib2.0-doc
Standards-Version: 3.9.5
Section: libs
Homepage: http://www.freedesktop.org/wiki/Software/libqmi
Vcs-Git: git://anonscm.debian.org/pkg-libqmi/pkg-libqmi.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-libqmi/pkg-libqmi.git;a=summary
Package: libqmi-glib-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libqmi-glib1 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev
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-glib1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Support library to use the Qualcomm MSM Interface (QMI) protocol
Libraries for adding QMI support to applications that use glib.
Package: libqmi-glib1-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libqmi-glib1 (= ${binary:Version}), ${misc:Depends}
Description: Support library to use the Qualcomm MSM Interface (QMI) protocol
This package contains detached debugging symbols.
Package: libqmi-utils
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, libqmi-glib1 (= ${binary:Version})
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.
|