File: control

package info (click to toggle)
gpsd 2.37-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,564 kB
  • ctags: 2,813
  • sloc: ansic: 20,476; sh: 9,233; xml: 2,910; python: 1,764; php: 472; makefile: 440; cpp: 121
file content (92 lines) | stat: -rw-r--r-- 3,804 bytes parent folder | download
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
83
84
85
86
87
88
89
90
91
92
Source: gpsd
Section: misc
Priority: optional
Maintainer: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper (>= 5.0.61), po-debconf, dpkg-dev (>= 1.14.8),
 dpatch, autotools-dev, 
 python-all-dev, python-support (>= 0.4),
 xsltproc, docbook-xsl, docbook-xml,
 libxt-dev, lesstif2-dev, libxaw7-dev, libncurses-dev,
 libdbus-1-dev, libglib2.0-dev, libdbus-glib-1-dev, makedev
Standards-Version: 3.7.3
Homepage: http://gpsd.berlios.de/
XS-Python-Version: all
Vcs-Browser: http://git.recluse.de/debian/pkg-gpsd.git
Vcs-Git: git://git.recluse.de/debian/pkg-gpsd.git

Package: gpsd
Architecture: any
Depends: python, netbase, lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends}
Recommends: gpsd-clients
Suggests: udev
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: gpsd-clients
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: python-gps, gpsd
Description: Clients for the GPS 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.
 .
 This package contains auxiliary tools and example clients for monitoring and
 testing gpsd.

Package: python-gps
Architecture: any
Section: python
Replaces: gpsd-clients (<< 2.34.dfsg-1)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Recommends: gpsd
Provides: ${python:Provides}
Description: Python interface to gpsd and testing environment
 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.
 .
 This package contains a Python interface to conntect to gpsd, together with
 a module providing a controlled testing environment. It also ships two tools
 which utilize the interface: gpsprof for latency-profiling and gpsfake to
 simulate a GPS by playing back a logfile.

Package: libgps17
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: libgps17 (= ${binary:Version}), ${misc:Depends}
Conflicts: gpsd (<< 2.34.dfsg-1)
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.