diff options
Diffstat (limited to 'debian/control')
-rwxr-xr-x | debian/control | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100755 index 0000000..996a62a --- /dev/null +++ b/debian/control @@ -0,0 +1,63 @@ +Source: geoclue +Section: utils +Priority: extra +Maintainer: Youngae Kang <youngae.kang@samsung.com>, Yunhan Kim <yhan.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, libgps-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}), geoclue-gpsd(=${Source-Version}) +Suggests: geoclue +Description: Debug package for libgeoclue, geoclue, geoclue-gpsd + +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-gpsd +Section: utils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, geoclue (= ${binary:Version}), gpsd, libgps19 +Description: Position server for GeoClue (GPS) + GeoClue provides applications access to various geographical information + sources using a D-Bus API or a C library. + . + This package provides a positioning backend for GeoClue. The + location information comes from a GPS receiver through gpsd + +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) |