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 80 81 82
|
Source: ofono
Section: admin
Priority: optional
Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintainers@lists.alioth.debian.org>
Uploaders: Héctor Orón Martínez <zumbi@debian.org>,
Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper (>= 13.11.6),
debhelper-compat (= 13),
dh-exec,
dh-sequence-movetousr,
libglib2.0-dev (>= 2.32),
libdbus-1-dev,
libudev-dev,
# from modemmanager we obtain FCC unlock scripts and ship them in ofono
modemmanager (>= 1.18.4-1~),
udev,
libbluetooth-dev (>= 4.30),
systemd-dev,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://git.kernel.org/pub/scm/network/ofono/ofono.git
Vcs-Git: https://salsa.debian.org/telepathy-team/ofono.git
Vcs-Browser: https://salsa.debian.org/telepathy-team/ofono
Package: ofono
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends},
confget,
dbus,
Recommends: udev,
ofono-scripts,
Pre-Depends: ${misc:Pre-Depends}
Conflicts: modemmanager,
Replaces: modemmanager,
Description: Mobile telephony stack (daemon)
oFono is a stack for mobile telephony devices on Linux. oFono supports
speaking to telephony devices through specific drivers, or with generic
AT commands.
.
oFono also includes a low-level plug-in API for integrating with other
telephony stacks, cellular modems and storage back-ends. The plug-in API
functionality is modeled on public standards, in particular
3GPP TS 27.007 "AT command set for User Equipment (UE)."
.
This package includes the core daemon.
Package: ofono-dev
Architecture: all
Multi-Arch: foreign
Depends: libdbus-1-dev, libglib2.0-dev, ${misc:Depends}, ${shlibs:Depends}
Description: Mobile telephony stack (development files)
oFono is a stack for mobile telephony devices on Linux. oFono supports
speaking to telephony devices through specific drivers, or with generic
AT commands.
.
oFono also includes a low-level plug-in API for integrating with other
telephony stacks, cellular modems and storage back-ends. The plug-in API
functionality is modeled on public standards, in particular
3GPP TS 27.007 "AT command set for User Equipment (UE)."
.
This package includes the header files for building oFono plugins.
Package: ofono-scripts
Architecture: all
Depends: ofono (>= ${source:Version}),
python3,
python3-dbus,
python3-gi,
${misc:Depends},
${shlibs:Depends}
Description: Mobile telephony stack (test and maintenance script files)
oFono is a stack for mobile telephony devices on Linux. oFono supports
speaking to telephony devices through specific drivers, or with generic
AT commands.
.
oFono also includes a low-level plug-in API for integrating with other
telephony stacks, cellular modems and storage back-ends. The plug-in API
functionality is modeled on public standards, in particular
3GPP TS 27.007 "AT command set for User Equipment (UE)."
.
This package includes test and maintenance scripts.
|