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
|
Source: eg25-manager
Section: net
Priority: optional
Maintainer: DebianOnMobile Maintainers <debian-on-mobile-maintainers@alioth-lists.debian.net>
Uploaders: Arnaud Ferraris <aferraris@debian.org>
Standards-Version: 4.7.0
Build-Depends: debhelper-compat (= 13),
debhelper (>= 13.11.6),
libcurl4-openssl-dev | libcurl-dev,
libglib2.0-dev,
libgpiod-dev (>= 2.0~~),
libgudev-1.0-dev,
libmm-glib-dev,
libusb-1.0-0-dev,
meson,
scdoc <!nodoc>,
Homepage: https://gitlab.com/mobian1/eg25-manager
Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/eg25-manager.git
Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/eg25-manager
Rules-Requires-Root: no
Package: eg25-manager
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
modemmanager,
Description: Manager daemon for the Quectel EG25 modem
eg25-manager is a daemon aimed at configuring and monitoring the Quectel EG25
modem on a running system. It is used on the PinePhone (Pro) and performs the
following functions:
* power on/off
* startup configuration using AT commands
* AGPS data upload
* status monitoring (and restart if it becomes unavailable)
|