"Initial commit to Gerrit"
[profile/ivi/gpsd.git] / debian / control
1 Source: gpsd
2 Section: misc
3 Priority: optional
4 Maintainer:  Youngae Kang <youngae.kang@samsung.com>, Yunhan Kim <yhan.kim@samsung.com>, Genie Kim <daejins.kim@samsung.com>, Minjune Kim <sena06.kim@samsung.com>
5 Build-Depends: debhelper (>= 5.0.61), po-debconf, dpkg-dev (>= 1.14.8),
6  dpatch, autotools-dev, 
7  xsltproc, docbook-xsl, docbook-xml,
8  libxt-dev, libxaw7-dev, libncurses-dev,
9  libdbus-1-dev, libglib2.0-dev, libdbus-glib-1-dev
10 Standards-Version: 3.7.2
11
12 Package: gpsd
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Description: GPS (Global Positioning System) daemon
16  gpsd is a service daemon that monitors one or more GPSes attached to a host
17  computer through serial or USB ports, making all data on the location/course/
18  velocity of the sensors available to be queried on TCP port 2947 of the host
19  computer.
20  .
21  With gpsd, multiple GPS client applications can share access to GPSes without
22  contention or loss of data. Also, gpsd responds to queries with a format that
23  is substantially easier to parse than the NMEA 0183 emitted by most GPSes.
24
25
26 Package: libgps19
27 Architecture: any
28 Section: libs
29 Depends: ${shlibs:Depends}, ${misc:Depends}
30 Description: C library for communicating with GPS devices
31  libgps is a service library for querying GPS devices. There are two
32  interfaces supported by it:
33    * A high-level interface that goes through gpsd, a service daemon that
34      monitors one or more GPS devices. It is intended for concurrent use by
35      several applications.
36    * A low-level interface that speaks directly with the serial or USB
37      device to which the GPS is attached.
38
39 Package: libgps-dev
40 Architecture: any
41 Section: libdevel
42 Depends: libgps19 (= ${binary:Version}), ${misc:Depends}
43 Description: C library for communicating with GPS devices (development files)
44  libgps is a service library for querying GPS devices. There are two
45  interfaces supported by it:
46    * A high-level interface that goes through gpsd, a service daemon that
47      monitors one or more GPS devices. It is intended for concurrent use by
48      several applications.
49    * A low-level interface that speaks directly with the serial or USB
50      device to which the GPS is attached.
51  .
52  This package contains the header and development files needed to build
53  programs and packages using libgps.
54
55 Package: libgps-dbg
56 Architecture: any
57 Section: debug
58 Depends: ${shlibs:Depends}, ${misc:Depends}, libgps19 (= ${Source-Version}), gpsd
59 Description: debug package for libgps and gpsd