summaryrefslogtreecommitdiff
path: root/debian/control
blob: a71a0c72546358076a4c8cc884c2e0ce1e94c65e (plain)
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
Source: geoclue
Section: utils
Priority: extra
Maintainer: Youngae Kang <youngae.kang@samsung.com>, Yunhan Kim <yhan.kim@samsung.com>, Minjune Kim <sena06.kim@samsung.com>, Genie kim <daejins.kim@samsung.com>
Uploaders: Genie Kim <daejins.kim@samsung.com>
Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev, libdbus-glib-1-dev, libxml2-dev, libgconf-dbus-dev, libslp-setting-dev
Standards-Version: 3.7.2
Homepage: http://www.freedesktop.org/wiki/Software/GeoClue

Package: geoclue
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Geographic information framework
 GeoClue provides applications access to various geographical information 
 sources using a D-Bus API or a C library. 
 .
 This package contains the master server for GeoClue.

Package: libgeoclue
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: geoclue
Description: C API for GeoClue
 libgeoclue is a convenience wrapper for the GeoClue service, and 
 the recommended way to use GeoClue in the C language.

Package: libgeoclue-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libgeoclue(=${Source-Version}), geoclue(=${Source-Version})
Suggests: geoclue
Description: Debug package for libgeoclue, geoclue

Package: libgeoclue-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libgeoclue (= ${binary:Version}), libdbus-glib-1-dev, libxml2-dev
Description: C API for GeoClue (development files)
 libgeoclue is a convenience wrapper for the GeoClue service, and 
 the recommended way to use GeoClue in the C language.

Package: geoclue-nominatim
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, geoclue (= ${binary:Version})
Description: Geocode server for GeoClue (OpenStreetMap)
 GeoClue provides applications access to various geographical information 
 sources using a D-Bus API or a C library. 
 .
 This package provides a tool to search osm data by name and address and to generate synthetic addresses of osm points (reverse geocoding)