Source: gpsd Section: misc Priority: optional Maintainer: Youngae Kang , Yunhan Kim , Genie Kim , Minjune Kim Build-Depends: debhelper (>= 5.0.61), po-debconf, dpkg-dev (>= 1.14.8), dpatch, autotools-dev, xsltproc, docbook-xsl, docbook-xml, libxt-dev, libxaw7-dev, libncurses-dev, libdbus-1-dev, libglib2.0-dev, libdbus-glib-1-dev Standards-Version: 3.7.2 Package: gpsd Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GPS (Global Positioning System) daemon gpsd is a service daemon that monitors one or more GPSes attached to a host computer through serial or USB ports, making all data on the location/course/ velocity of the sensors available to be queried on TCP port 2947 of the host computer. . With gpsd, multiple GPS client applications can share access to GPSes without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. Package: libgps19 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: C library for communicating with GPS devices libgps is a service library for querying GPS devices. There are two interfaces supported by it: * A high-level interface that goes through gpsd, a service daemon that monitors one or more GPS devices. It is intended for concurrent use by several applications. * A low-level interface that speaks directly with the serial or USB device to which the GPS is attached. Package: libgps-dev Architecture: any Section: libdevel Depends: libgps19 (= ${binary:Version}), ${misc:Depends} Description: C library for communicating with GPS devices (development files) libgps is a service library for querying GPS devices. There are two interfaces supported by it: * A high-level interface that goes through gpsd, a service daemon that monitors one or more GPS devices. It is intended for concurrent use by several applications. * A low-level interface that speaks directly with the serial or USB device to which the GPS is attached. . This package contains the header and development files needed to build programs and packages using libgps. Package: libgps-dbg Architecture: any Section: debug Depends: ${shlibs:Depends}, ${misc:Depends}, libgps19 (= ${Source-Version}), gpsd Description: debug package for libgps and gpsd