- Source: gpsd
- Section: misc
- Origin: Devuan
- Priority: optional
- Maintainer: Boian Bonev <bbonev@ipacct.com>
- Build-Depends: debhelper-compat (= 13),
- po-debconf,
- python3-all-dev (>= 2.6.6-3),
- python3-all-dbg (>= 2.6.6-3),
- xsltproc, docbook-xsl, docbook-xml,
- libncurses-dev,
- libusb-1.0-0-dev,
- libdbus-1-dev, libglib2.0-dev, libdbus-glib-1-dev, makedev,
- libbluetooth-dev [linux-any],
- qtbase5-dev,
- lsb-release, bc,
- dpkg-dev (>= 1.15.6),
- scons (>= 3.0.1-2~),
- dh-buildinfo,
- dh-python,
- dh-apparmor,
- dh-exec,
- pps-tools (>= 0.20120406+g0deb9c7e-2~) [linux-any],
- pkg-config,
- asciidoc
- Standards-Version: 4.5.0
- Homepage: http://www.catb.org/gpsd/
- Vcs-Browser: https://git.devuan.org/devuan/gpsd
- Vcs-Git: https://git.devuan.org/devuan/gpsd.git
- Rules-Requires-Root: no
-
- Package: gpsd
- Architecture: any
- Depends: netbase, lsb-base (>= 3.2-13),
- adduser (>= 3.34),
- ${shlibs:Depends}, ${misc:Depends},
- libgpsLIBGPSSONAME (= ${binary:Version}),
- ${python3:Depends}, python3
- Pre-Depends: ${misc:Pre-Depends}
- Recommends: udev [linux-any], gpsd-tools
- Breaks: ${gpsd:Breaks}, gpsd-tools (<< 3.20-10), gpsd-clients (<< 3.20-9)
- Replaces: gpsd-tools (<< 3.20-10), gpsd-clients (<< 3.20-9)
- Suggests: gpsd-clients, dbus, apparmor
- Conflicts: fso-gpsd
- Multi-Arch: foreign
- Description: Global Positioning System - daemon
- The gpsd service daemon can monitor one or more GPS devices connected to
- a host computer, making all data on the location and movements of the
- sensors available to be queried on TCP port 2947.
- .
- With gpsd, multiple GPS client applications can share access to devices
- without contention or loss of data. Also, gpsd responds to queries with a
- format that is substantially easier to parse than the different standards
- emitted by GPS devices.
- .
- This also includes common tools ubxtool and gpsctl for device configuration
- of the local hardware as well as a ntpshmmon to check generated refclock data.
-
- Package: gpsd-dbg
- Architecture: any
- Section: debug
- Suggests: gpsd-dbgsym
- Depends: ${shlibs:Depends}, ${misc:Depends}, python3, ${python3:Depends},
- libgpsLIBGPSSONAME (= ${binary:Version}) | gpsd (= ${binary:Version}) | gpsd-clients (= ${binary:Version}) | python3-gps (= ${binary:Version})
- Description: Global Positioning System - debugging tools
- The gpsd service daemon can monitor one or more GPS devices connected to
- a host computer, making all data on the location and movements of the
- sensors available to be queried on TCP port 2947.
- .
- This package contains the Python debug modules and some test tools
- to the debug the behaviour of gpsd. Debug symbols are being shipped
- in the dbgsym package.
-
- Package: gpsd-tools
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends},
- libgpsLIBGPSSONAME (= ${binary:Version}),
- Suggests: gpsd
- Breaks: python-gps, gpsd (<< 3.20-9)
- Replaces: python-gps
- Description: Global Positioning System - tools
- The gpsd service daemon can monitor one or more GPS devices connected to
- a host computer, making all data on the location and movements of the
- sensors available to be queried on TCP port 2947.
- .
- This package contains the most common tools 'gpsmon' and 'cgps' used to
- access a GPS device.
-
- Package: gpsd-clients
- Architecture: any
- Depends: ${shlibs:Depends}, ${misc:Depends},
- libgpsLIBGPSSONAME (= ${binary:Version}),
- gpsd-tools (= ${binary:Version}),
- python3-gps, python3-gi, python3-cairo, gir1.2-gtk-3.0, python3-serial, python3-gi-cairo, ${python3:Depends},
- python3
- Suggests: gpsd
- Breaks: python-gps, gpsd-tools (<< 3.20-10)
- Replaces: python-gps, gpsd-tools (<< 3.20-10)
- Description: Global Positioning System - clients
- The gpsd service daemon can monitor one or more GPS devices connected to
- a host computer, making all data on the location and movements of the
- sensors available to be queried on TCP port 2947.
- .
- This package contains auxiliary tools and example clients for monitoring,
- testing, latency-profiling, device configuration and simulating gpsd.
-
- Package: python3-gps
- Architecture: any
- Section: python
- Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
- Recommends: gpsd
- Provides: ${python3:Provides}
- Breaks: ${python3:Breaks}
- Description: Global Positioning System - Python 3 libraries
- The gpsd service daemon can monitor one or more GPS devices connected to
- a host computer, making all data on the location and movements of the
- sensors available to be queried on TCP port 2947.
- .
- This package contains a Python 3 interface to connect to gpsd, together with
- a module providing a controlled testing environment.
-
- Package: libgpsLIBGPSSONAME
- Architecture: any
- Section: libs
- Depends: ${shlibs:Depends}, ${misc:Depends}
- Suggests: gpsd
- Conflicts: fso-gpsd
- Pre-Depends: ${misc:Pre-Depends}
- Multi-Arch: same
- Description: Global Positioning System - library
- The gpsd service daemon can monitor one or more GPS devices connected to
- a host computer, making all data on the location and movements of the
- sensors available to be queried on TCP port 2947.
- .
- This package provides libgps, a C service library for querying GPS
- devices. It supports both a low-level interface, which communicates
- directly with the device to which the GPS is connected, and a high-level
- interface, which goes through gpsd and is intended for concurrent use by
- several applications.
-
- Package: libgps-dev
- Architecture: any
- Section: libdevel
- Depends: libgpsLIBGPSSONAME (= ${binary:Version}), ${misc:Depends}, pkg-config
- Description: Global Positioning System - development files
- The gpsd service daemon can monitor one or more GPS devices connected to
- a host computer, making all data on the location and movements of the
- sensors available to be queried on TCP port 2947.
- .
- This package contains the header and development files needed to build
- programs and packages using libgps.
-
- Package: libqgpsmmLIBGPSSONAME
- Architecture: any
- Section: libs
- Depends: ${shlibs:Depends}, ${misc:Depends}
- Pre-Depends: ${misc:Pre-Depends}
- Multi-Arch: same
- Description: Global Positioning System - Qt wrapper for libgps
- The gpsd service daemon can monitor one or more GPS devices connected to
- a host computer, making all data on the location and movements of the
- sensors available to be queried on TCP port 2947.
- .
- This package provides libQgpsmm, the Qt version of libgpsmm.
- It is a wrapper over libgps, the service library for querying GPS
- devices. libQgpsmm is available on all platforms which are supported
- by Qt4.
-
- Package: libqgpsmm-dev
- Architecture: any
- Section: libdevel
- Depends: ${misc:Depends}, pkg-config,
- libqgpsmmLIBGPSSONAME (= ${binary:Version}),
- libgps-dev (= ${binary:Version})
- Description: Global Positioning System - Qt wrapper for libgps (development)
- The gpsd service daemon can monitor one or more GPS devices connected to
- a host computer, making all data on the location and movements of the
- sensors available to be queried on TCP port 2947.
- .
- This package provides the development file for libQgpsmm, the Qt version of
- libgpsmm. It contains pkgconfig and qmake bits to build with the library.
|